12 2016 档案
摘要:如图所示: 经过一系列测试,并不是data参数的问题,也不是if...else...判断的问题,居然是console.log()将函数阻拦住了,百度了下说低版本的IE不支持console.log(),然而我的IE12也不行。
阅读全文
摘要:declare qc_cursor cursor SCROLL OPTIMISTIC Forselect siteName from tb_vhostcheckopen qc_cursordeclare @siteName nvarchar(50)while @@fetch_status=0begi
阅读全文
摘要:SQLServer-代码: 调用:execute pagination_basic 'UserDetail','*','','id','1','5','1','1','1','','' 主要是末尾的语句,拆分下来便是这样: select top 每页数 列名 from [表名] where [排序字
阅读全文
摘要:图片:overlay.png 图片:ajaxLoad.gif 不知不问
阅读全文
摘要:JS获取网站状态码,若网站存在,写入TXT文件,适用于IE。 <script> //写文件 function writeFile(filename,filecontent){ var fso, f, s ; fso = new ActiveXObject("Scripting.FileSystemO
阅读全文
摘要:function paginationGo(page){ sendata = {"page":page}; $.ajax({ type:"POST", url:"newqc1.asp", async:true, timeout:10000, data:sendata, success:functio
阅读全文
摘要:HTML:<div style="display:block;margin:0 auto;width:638px;height:795px;"><div id="render" > CONTENT</div></div> <div id="template" style="margin:10px 0
阅读全文
摘要:1、标题 <h1>~<h6>,所有标题的行高都是1.1(也就是font-size的1.1倍)。 2、副标题 <small>,行高都是1,灰色(#999) <h1>主标题 <small>副标题</small> </h1> 3、Body样式 4、<p>,段落样式 5、强调样式 .lend 6、粗体<b>
阅读全文
摘要:1、<meta http-equiv="X-UA-Compatible" content="IE=edge"> 让IE运行最新的渲染模式。 2、<meta name="viewport" content="width=device-width, initial-scale=1"> 初始化移动浏览显示
阅读全文