摘要: http://blog.itpub.net/29597077/viewspace-1450608/ 阅读全文
posted @ 2015-09-15 11:15 dzh0222 阅读(87) 评论(0) 推荐(0) 编辑
摘要: 将每一个XRTableCell的ProcessDuplicates的属性值设置为MergeByValue 阅读全文
posted @ 2015-09-09 15:35 dzh0222 阅读(922) 评论(0) 推荐(0) 编辑
摘要: http://github.ibireme.com/github/list/ios/ 阅读全文
posted @ 2015-08-25 13:23 dzh0222 阅读(101) 评论(0) 推荐(0) 编辑
摘要: b= System.Web.Security.FormsAuthentication.HashPasswordForStoringInConfigFile(a, "MD5");b:重置后的密码a:重置前的密码 阅读全文
posted @ 2015-08-24 08:20 dzh0222 阅读(126) 评论(0) 推荐(0) 编辑
摘要: http://shouce.jb51.net/phpcms/PHPCMS/shouce_index.html 阅读全文
posted @ 2015-08-11 10:51 dzh0222 阅读(99) 评论(0) 推荐(0) 编辑
摘要: 32位环境涉及"ILP32"数据模型,是因为C数据类型为32位的int、long、指针。而64位环境使用不同的数据模型,此时的long和指针已为64位,故称作"LP64"数据模型。 现今所有64位的类Unix平台均使用LP64数据模型,而64位Windows使用LLP64数据模型,除了指针是64位,... 阅读全文
posted @ 2015-08-11 10:38 dzh0222 阅读(315) 评论(0) 推荐(0) 编辑
摘要: function OnSend() { var userName = document.getElementById("userName").value; var phone = document.getElementById("phone").value; var radio = document... 阅读全文
posted @ 2015-08-10 08:59 dzh0222 阅读(2179) 评论(0) 推荐(0) 编辑
摘要: var countdown = 60; function settime() { var obj = document.getElementById("btnVer"); if (countdown == 0) { obj.removeAttribute("disabled"); obj.value... 阅读全文
posted @ 2015-08-10 08:56 dzh0222 阅读(465) 评论(0) 推荐(0) 编辑
摘要: (radio选择框后面显示的)内容1 //默认选择项内容2JS控制函数:function OnChanged() { var radio = document.getElementsByName("type"); if (radio[0].checked) {//第一个radio被选中后触发的事件 ... 阅读全文
posted @ 2015-08-07 13:55 dzh0222 阅读(1057) 评论(0) 推荐(0) 编辑
摘要: function checkMobile() { var sMobile = document.getElementById("phone").value var radio = document.getElementsByName("type"); if (radio[0].checked) { ... 阅读全文
posted @ 2015-08-06 09:44 dzh0222 阅读(783) 评论(0) 推荐(0) 编辑