码迷,mamicode.com
首页 >  
搜索关键字:size    ( 49122个结果
jQuery v1.10.2如何判断checkbox(复选框)是否被选中
做项目时,我们经常会用到jquery来做一些判断,今天自己遇上判断复选框是否选中,然后搜索查看,发现现在网上的都是错误的,下面罗列错误的:1、$("#id").attr("checked")=="true" 错2、$("#id").attr("checked")=="checked" 错3、$("#...
分类:Web程序   时间:2014-08-01 13:02:01    阅读次数:170
delphi 修改Hint的字体和颜色
//修改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
iOS 简单实用的一些宏定义
#define WDWBaseURL @"http://192.168.1.1/" //字符串#define TOWERTabBarItemTitleOffset UIOffsetMake (0, -3) //点#define WDWFontColor3d3d3d [UIColor colorWit...
分类:移动开发   时间:2014-08-01 12:43:41    阅读次数:253
HDU - 2795 Billboard
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网络安全小组免杀系列教程
基本上讲解免杀技巧..值得一看BadBoy网络安全小组免杀系列教程解压密码:www.hegouvip.com.rar下载:http://pan.baidu.com/s/1mgwVH1I
分类:数据库   时间:2014-08-01 10:46:31    阅读次数:338
查看Eclipse版本
点击Help->About Eclipse,在弹出的对话框下部有很多logo。鼠标在logo上停留,会有提示,找出提示为Eclipse.org的那个logo,即为Eclipse的logo,点击,就可以看到Eclipse的版本。
分类:系统相关   时间:2014-08-01 10:42:11    阅读次数:322
POJ 1422 Air Raid 最小路径覆盖
最小路径覆盖 = 顶点数 - 最大匹配#include #include #include #include #include #include #include #include #include #include #include #include #include using namespac...
分类:其他好文   时间:2014-08-01 10:41:11    阅读次数:198
2014-8-1
今天在写存储过程的时候需要判断两个日期是否是同一天,就用到了数据库中的一个方法datediff(),这个方法主要是求两个日期之间的差值,可以是天、月、年等,参数主要有三个,分别是datediff(datepart,start,end),datepart 主要是设置你所求的是天的差值还是月的差值,da...
分类:其他好文   时间:2014-08-01 10:40:51    阅读次数:183
split && join && append
这三个方法个人感觉还是很实用的,并且挺相似的,故放到一起: split && join split注1注2 作用:分割字符串;返回一个列表1.可以分割字符串中不存在的字符,返回完整列表: string = 'sadhjfhdj' print string.split("5")...
分类:移动开发   时间:2014-08-01 10:40:01    阅读次数:438
更改office可以撤销的次数
点击:文件->选项->高级->编辑选项中的“最多可取消次数(X)”中输入,最大150
分类:其他好文   时间:2014-08-01 10:39:21    阅读次数:235
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!