2019年3月1日
摘要: 日期处理 【SQL SERVER】日期格式化【MYSQL】Date和String的互相转换(DATE_FORMAT & STR_TO_DATE) 常用语句 阅读全文
posted @ 2019-03-01 17:44 ︷起↘嚸. 阅读(216) 评论(0) 推荐(0) 编辑
2013年7月24日
摘要: 1 /*设置与获取Cookie*/ 2 var Cookie ={} 3 Cookie.write = function(key, value, duration){ 4 var d = new Date(); 5 d.setTime(d.getTime()+1000*60*60*24*30); 6 document.cookie = key + "=" + encodeURI(value) + "; expires=" + d.toGMTString(); 7 }; 8 Cookie.read = function(key){ 9 var arr = 阅读全文
posted @ 2013-07-24 15:29 ︷起↘嚸. 阅读(313) 评论(0) 推荐(0) 编辑
摘要: //获取URL中的request参数function getUrlParam(name) {var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)");var r = window.location.search.substr(1).match(reg);if (r != null){ return decodeURIComponent(r[2]); }else{ return ""; }}//获取URL中的request参数function getUrlPar 阅读全文
posted @ 2013-07-24 15:16 ︷起↘嚸. 阅读(361) 评论(0) 推荐(0) 编辑
2010年9月26日
摘要: openrowset('SQLOLEDB','127.0.0.1';'databasename';'password',database.[dbo].[tablename]) 阅读全文
posted @ 2010-09-26 16:36 ︷起↘嚸. 阅读(238) 评论(0) 推荐(0) 编辑
2010年7月9日
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<htmlxmlns="http://www.w3.org/1999/xhtml"><head><title>无标题页</title><style... 阅读全文
posted @ 2010-07-09 18:25 ︷起↘嚸. 阅读(355) 评论(0) 推荐(0) 编辑
2010年5月31日
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--///<summary>///获取页面源代码///</summary>///<paramname="url"></param>///<return... 阅读全文
posted @ 2010-05-31 11:27 ︷起↘嚸. 阅读(200) 评论(0) 推荐(0) 编辑
摘要: 省市区js下载代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--$(document).ready(function(){$("#areaProvince").change(function(){LoadCity();LoadCounty();})... 阅读全文
posted @ 2010-05-31 11:15 ︷起↘嚸. 阅读(1854) 评论(1) 推荐(0) 编辑
摘要: 点击下载jquery及插件js代码:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<scripttype="text/javascript"language="javascript"src="/js/jquery/jquery-1.4.2.... 阅读全文
posted @ 2010-05-31 11:09 ︷起↘嚸. 阅读(740) 评论(1) 推荐(0) 编辑
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--//广告轮换效果varindex=1;varspeed=4000;varautoMove=null;Move_Interval();functionMove_Interval(){autoMove=s... 阅读全文
posted @ 2010-05-31 10:34 ︷起↘嚸. 阅读(320) 评论(0) 推荐(0) 编辑
2009年10月26日
摘要: js[代码] 阅读全文
posted @ 2009-10-26 10:59 ︷起↘嚸. 阅读(402) 评论(0) 推荐(0) 编辑