做项目时,我们经常会用到jquery来做一些判断,今天自己遇上判断复选框是否选中,然后搜索查看,发现现在网上的都是错误的,下面罗列错误的:1、$("#id").attr("checked")=="true" 错2、$("#id").attr("checked")=="checked" 错3、$("#...
分类:
Web程序 时间:
2014-08-01 13:02:01
阅读次数:
170
//修改Hint的字体和颜色public{ Public declarations }procedure Sshowhint(var hintstr:string;var canshow:Boolean;var HintInfo:THintInfo);procedure TForm1.FormCre...
分类:
其他好文 时间:
2014-08-01 12:47:51
阅读次数:
281
#define WDWBaseURL @"http://192.168.1.1/" //字符串#define TOWERTabBarItemTitleOffset UIOffsetMake (0, -3) //点#define WDWFontColor3d3d3d [UIColor colorWit...
分类:
移动开发 时间:
2014-08-01 12:43:41
阅读次数:
253
Description
At the entrance to the university, there is a huge rectangular billboard of size h*w (h is its height and w is its width). The board is the place where all possible announcements are po...
分类:
其他好文 时间:
2014-08-01 10:54:34
阅读次数:
209
基本上讲解免杀技巧..值得一看BadBoy网络安全小组免杀系列教程解压密码:www.hegouvip.com.rar下载:http://pan.baidu.com/s/1mgwVH1I
分类:
数据库 时间:
2014-08-01 10:46:31
阅读次数:
338
点击Help->About Eclipse,在弹出的对话框下部有很多logo。鼠标在logo上停留,会有提示,找出提示为Eclipse.org的那个logo,即为Eclipse的logo,点击,就可以看到Eclipse的版本。
分类:
系统相关 时间:
2014-08-01 10:42:11
阅读次数:
322
最小路径覆盖 = 顶点数 - 最大匹配#include #include #include #include #include #include #include #include #include #include #include #include #include using namespac...
分类:
其他好文 时间:
2014-08-01 10:41:11
阅读次数:
198
今天在写存储过程的时候需要判断两个日期是否是同一天,就用到了数据库中的一个方法datediff(),这个方法主要是求两个日期之间的差值,可以是天、月、年等,参数主要有三个,分别是datediff(datepart,start,end),datepart 主要是设置你所求的是天的差值还是月的差值,da...
分类:
其他好文 时间:
2014-08-01 10:40:51
阅读次数:
183
这三个方法个人感觉还是很实用的,并且挺相似的,故放到一起: split && join split注1注2 作用:分割字符串;返回一个列表1.可以分割字符串中不存在的字符,返回完整列表: string = 'sadhjfhdj' print string.split("5")...
分类:
移动开发 时间:
2014-08-01 10:40:01
阅读次数:
438
点击:文件->选项->高级->编辑选项中的“最多可取消次数(X)”中输入,最大150
分类:
其他好文 时间:
2014-08-01 10:39:21
阅读次数:
235