Android日历视图: ExtendedCalendarView 经验

ExtendedCalendarView不错的日历视图,可以上下滑动切换月份,可以点击某一天,进入查看该天的事件(按小时分)。可以添加事件。 A quick run though of how

jopen 2014-01-09   60549   0

iOS日历应用:KDCalendarView 经验

KDCalendarView 是一款实现基本日历功能的应用。 安装 Download the files or clone the project Drop the contents of the KDCalendarView

y37f 2015-03-15   12318   0
P15

  日历C代码 文档

n天本月,有dayLastMon天在上个月, 所以输出dayLastMon*4个空格符,每个日期在日历中占用4个空格*/ printSpace(dayLastMon*4); /*剩余在本月的第一个星期中的天数为7-dayLastMon*/

lishushan 2011-05-30   3136   0

JavaScript表格控件 SlickGrid 经验

SlickGrid是一个简单的、快速、灵活的表格控件。可以隐藏/显示列,调整列宽度,排序,自定义单元格展示格式和编辑器,支持编辑和创建新记录。 项目主页: http://www.open-open

jopen 2012-05-27   32956   0

JavaScript 图标阴影控件:Four Shadows 经验

Four Shadows 基于计时器的,算法驱动的图标阴影控件。Four Shadows 使你可以在图标或其他元素加入time-aware 阴影。早上 9 0’clock 绝对不会出现 5 o’clock

jopen 2014-12-11   10060   0

PrimeUI 一套JavaScript Widget控件 经验

Components模块: 提供拥有Rich Web用户体验的各种JSF组件,PrimeFaces提供的组件能够处理JavaScript Rendering在服务器端的集成问题。其中包括HtmlEditor、ImageCrop

jopen 2012-11-24   44805   0

JavaScript 甘特图控件:DhtmlGantt 经验

11、“设置开始时间”,自动延迟所有后续任务和子任务。 12、设置时间时使用DhtmlxCalendar日期控件。 项目主页: http://www.open-open.com/lib/view/home/1353922343590

jopen 2012-11-26   22624   0

JavaScript开发的分页控件: jPages 博客

jPages is a client-side pagination script (a jQuery plugin) with features like keyboard + scroll navigation, auto page turn, delayed display and a customizable navigation panel. Any number of paginati

ajax 2012-04-18   2579   0

LunarPickerView - 用pickerView写的日历 经验

LunarPickerView 用pickerView写的日历,包含节气,阳历,农历,隐藏年份等 项目地址: https://github.com/situxinxin/LunarPickerView

jopen 2016-01-06   8673   0

C语言实现的日历 代码段

#include<stdio.h> #include<stdlib.h> #include<conio.h> #include<string.h> int a[31]={1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31}; int main() { int Leap(int );

cwf8 2015-01-11   1437   0
C/C++  

php实现简单的日历 代码段

<?php class calendar{ private $year; private $month; private $day_week; function __construct(){ $this->year=isset($_GET['year']) ? $_GET['year'] : date("Y"); $this->month=isset($_GET['month']) ? $_GET

ded3b 2015-01-23   1404   0
PHP  

iPhone 上的日历组件 Kal 经验

Kal 是一个在 iPhone 上的开源日历组件。 项目主页: http://www.open-open.com/lib/view/home/1322961411593

openkk 2011-12-03   25426   0

iOS多彩日历组件:EPCalendarPicker 经验

EPCalendarPicker 是 iOS 彩色日历组件,Swift 编写。 Installation CocoaPods EPCalendarPicker is available on CocoaPods

jopen 2015-12-22   11745   0

php实现简单的日历 代码段

php实现简单的日历类 [PHP]代码

ebey2291 2016-01-23   721   0
PHP  

按月查看日历事件:DPCalendar 经验

DPCalendar 是一个用来显示每月事件的视图,允许用户添加相应的事件和图标事件,兼容 IPad 和 IPhone 。

jopen 2014-01-23   18298   0

8款iOS的日历开源代码 经验

今天要调查下日历的机能,以前刚刚接触iOS的第一个项目,和同事们就曾研究过日历的机能,那时候做的东西,多少性能上都有点问题,今天再次调查,开源的优质代码也很多了,整理下给各位需要的同学。 devinross/tapkulibrary

jopen 2012-06-01   70150   0

iOS自定义事件的日历:JTCalendar 经验

JTCalendar是一款简易使用并且可以自定义事件的日历。包括圈点标识的颜色等都可以自定义。demo中还提供了转换日历模式的例子。 项目主页: http://www.open-open

jopen 2014-11-11   50454   0

模仿iOS风格的日历:SimpleCalendar 经验

模仿iOS风格的日历 Usage Import this modle into Android Studio. Screenshots 项目主页: http://www.open-open

dwd4 2015-04-01   20424   0

类似 Google 的日历系统:Event Calendar 经验

Event Calendar 是一个采用 jQuery 和 ColdFusion 开发的事件日历,类似 Google 的日历系统。还有一个简单的用户门面,可以扩展,以帮助控制用户权限。 项目主页:

jopen 2012-11-20   41596   0

jQuery 日历插件:Full Calendar 经验

是个 jQuery 插件,提供一个完整的,可拖拽的日历。它是使用 AJAX 来获取每个月事件的动态,而且很容易使用自己的格式(可以是个超链接)来配置日历事件(Google Calender 提供了一个扩

jopen 2014-01-25   22382   0
1 2 3 4 5 6 7 8 9 10