摘要: <div align="center"> <table width="980" height="35" border="0" align="center"> <tr> <td> 友情链接:&nbsp;&nbsp; <a target="_blank" href="#">One</a> &nbsp;| 阅读全文
posted @ 2017-03-05 00:46 后除 阅读(20589) 评论(0) 推荐(0) 编辑
摘要: function checkcc() { var reg = new RegExp("^[0-9]*$"); var obj = document.getElementById("moneyc"); if(obj.value=="") { alert("不能为空!"); return false; 阅读全文
posted @ 2017-03-05 00:42 后除 阅读(6030) 评论(0) 推荐(0) 编辑
摘要: RS版本: IF(troubleCatalog="1" or troubleCatalog="2" or troubleCatalog="3" or troubleCatalog="4" or troubleCatalog="5" or troubleCatalog="6" or troubleCa 阅读全文
posted @ 2017-03-04 22:55 后除 阅读(272) 评论(0) 推荐(0) 编辑
摘要: 读文件: $myfile = fopen("webdictionary.txt", "r") or die("Unable to open file!");echo fread($myfile,filesize("webdictionary.txt"));fclose($myfile); 写文件: 阅读全文
posted @ 2017-02-19 23:33 后除 阅读(492) 评论(1) 推荐(0) 编辑
摘要: HTML: CSS: 阅读全文
posted @ 2017-02-04 10:35 后除 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 如图所示: 经过一系列测试,并不是data参数的问题,也不是if...else...判断的问题,居然是console.log()将函数阻拦住了,百度了下说低版本的IE不支持console.log(),然而我的IE12也不行。 阅读全文
posted @ 2016-12-19 10:49 后除 阅读(928) 评论(1) 推荐(0) 编辑
摘要: 显示1000px,图片1920px。 阅读全文
posted @ 2016-12-05 19:29 后除 阅读(279) 评论(0) 推荐(0) 编辑
摘要: declare qc_cursor cursor SCROLL OPTIMISTIC Forselect siteName from tb_vhostcheckopen qc_cursordeclare @siteName nvarchar(50)while @@fetch_status=0begi 阅读全文
posted @ 2016-12-04 18:59 后除 阅读(464) 评论(0) 推荐(0) 编辑
摘要: SQLServer-代码: 调用:execute pagination_basic 'UserDetail','*','','id','1','5','1','1','1','','' 主要是末尾的语句,拆分下来便是这样: select top 每页数 列名 from [表名] where [排序字 阅读全文
posted @ 2016-12-03 22:36 后除 阅读(770) 评论(0) 推荐(0) 编辑
摘要: 图片:overlay.png 图片:ajaxLoad.gif 不知不问 阅读全文
posted @ 2016-12-03 22:24 后除 阅读(3245) 评论(0) 推荐(0) 编辑