03 2015 档案

摘要://数字验证jQuery.validator.addMethod("isNum", function(value, element) { var tel = /^([1-9]\d*(\.\d+)?)|(\d+(\.\d+))$/; return this.optional(element) || ... 阅读全文
posted @ 2015-03-23 15:00 streamice 阅读(221) 评论(0) 推荐(0)
摘要:实体类文件:Map.cs与UserInfo.cs[Serializable] public class Map{ public string UserID { get; set; } public string UserGroup { get; set; } }[Serializab... 阅读全文
posted @ 2015-03-20 16:12 streamice 阅读(1560) 评论(0) 推荐(0)
摘要:效果如下:源码 : Integration with dhtmlxGrid 阅读全文
posted @ 2015-03-19 15:53 streamice 阅读(268) 评论(0) 推荐(0)
摘要:效果如下:源码: Header/footer Hi! I'm header! Hi! I'm copyright ©! ... 阅读全文
posted @ 2015-03-19 15:49 streamice 阅读(480) 评论(0) 推荐(0)
摘要:效果图如下:源码: Collapsed text 阅读全文
posted @ 2015-03-19 15:43 streamice 阅读(397) 评论(0) 推荐(0)
摘要:效果如下图所示: Expanding/collapsing cells Item: 阅读全文
posted @ 2015-03-19 15:37 streamice 阅读(1030) 评论(0) 推荐(0)
摘要:首先先看下效果图:下面是源码: Cells header manipulations Item: King Arthur is a 2004 film directed by Antoine Fuqua and written by David Fr... 阅读全文
posted @ 2015-03-19 15:07 streamice 阅读(737) 评论(0) 推荐(0)
摘要:样式:1U样式:2E样式:2U样式:3E样式:3W样式:3J样式:3L样式:3T样式:3U样式:4H样式:4I样式:4T样式:4U 样式:4E样式:4W样式:4A样式:4L样式:4J样式:4F样式:4G样式:4C以上布局调用的代码: Layout patterns 更多样式:... 阅读全文
posted @ 2015-03-19 14:56 streamice 阅读(484) 评论(0) 推荐(0)
摘要:MyIbatis,Ibatis,MyIbatis基础用法,Java ibatis 阅读全文
posted @ 2015-03-17 16:47 streamice 阅读(3343) 评论(0) 推荐(1)
摘要://判断浏览器版本function CheckBrowser() { var sys = {}; var ua = navigator.userAgent.toLowerCase(); if (ua.match(/msie/) != null || ua.match(/tr... 阅读全文
posted @ 2015-03-17 16:13 streamice 阅读(721) 评论(0) 推荐(1)
摘要:下面是网页视图代码: 任务类型 ... 阅读全文
posted @ 2015-03-04 11:46 streamice 阅读(878) 评论(0) 推荐(0)