注释:本文使用$.fn.method指代调用一系列选中的元素的方法。例如,$.fn.addClass,指代$('div').addClass(‘blue’)或 $('a.active’).addClass(‘in-use’)这些用法。$.fn指代jQuery对象。1.Sizzle’s weight:...
分类:
Web程序 时间:
2015-01-08 21:26:19
阅读次数:
258
Given an array withnobjects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the order red, wh...
分类:
其他好文 时间:
2015-01-08 19:59:45
阅读次数:
151
- (NSDictionary *)getRGBDictionaryByColor:(UIColor *)originColor
{
CGFloat r=0,g=0,b=0,a=0;
if ([self
respondsToSelector:@selector(getRed:green:blue:alpha:)]) {
[originColor
getRed:&r...
分类:
移动开发 时间:
2015-01-06 12:04:52
阅读次数:
135
1. 要先引用jquery2. ichecker分好多主题,每个主题带好几种颜色,在配置的时候最好指定一下。比如引入了square主题的blue颜色演示,配置项中checkboxClass就写icheckbox_square-blue,好像写成icheckbox_square也是可以的。不过本人不推...
分类:
其他好文 时间:
2015-01-05 12:56:57
阅读次数:
149
Given an input string, reverse the string word by word. For example,Given s = "the sky is blue",return "blue is sky the".click to show clarification.C...
分类:
其他好文 时间:
2015-01-05 08:15:08
阅读次数:
124
页面级别的配置PageManager控件的配置每一个使用FineUI控件的页面都必须包含一个PageManager控件,我们可以把PageManager控件看做页面级别的参数配置(相对于Web.config站点级别的参数配置)。页面级别的参数配置Theme: 控件主题,目前支持三种主题风格(blue...
分类:
其他好文 时间:
2015-01-04 18:58:34
阅读次数:
347
这张我们讲讲整个站点Web.config配置文件的配置Theme: 控件主题,目前支持三种主题风格(blue/gray/access,默认值:blue)Language: 控件语言(en/zh_CN/zh_TW/...,默认值:zh_CN)FormMessageTarget: 表单字段错误提示信息的...
分类:
其他好文 时间:
2015-01-04 18:34:15
阅读次数:
208
关于Moon关于Moon 一:名词1:moon,月亮。moonlight,月光。moon cake,月饼。2:moonlite,月光族,就是那种每月花光光的人,但此月光moonlite非彼月光moonlight哦,大家看清楚啊!He is a moonlite.他是个月光族。3.blue moon蓝...
分类:
其他好文 时间:
2015-01-03 22:14:11
阅读次数:
123
Define object:var color = "blue";var speed = 120;var car = {color, speed};console.log(car.color); // blueconsole.log(car.speed); // 120in ES5:var ca.....
分类:
其他好文 时间:
2015-01-01 22:27:54
阅读次数:
251
此版本主要是针对之前版本做了BUG修复和设计了处理API请求的服务。 项目主页:?http://blackhouseapp.com/ 项目介绍:?http://www.oschina.net/p/bluehouseapp 项目下载:http://git.oschina.net/iamjohnli/blue...
分类:
其他好文 时间:
2014-12-31 11:35:52
阅读次数:
207