摘要:
日期处理 【SQL SERVER】日期格式化【MYSQL】Date和String的互相转换(DATE_FORMAT & STR_TO_DATE) 常用语句 阅读全文
摘要:
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 = 阅读全文
摘要:
//获取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 阅读全文
摘要:
openrowset('SQLOLEDB','127.0.0.1';'databasename';'password',database.[dbo].[tablename]) 阅读全文
摘要:
代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<htmlxmlns="http://www.w3.org/1999/xhtml"><head><title>无标题页</title><style... 阅读全文
摘要:
代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--///<summary>///获取页面源代码///</summary>///<paramname="url"></param>///<return... 阅读全文
摘要:
省市区js下载代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--$(document).ready(function(){$("#areaProvince").change(function(){LoadCity();LoadCounty();})... 阅读全文
摘要:
点击下载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.... 阅读全文
摘要:
代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--//广告轮换效果varindex=1;varspeed=4000;varautoMove=null;Move_Interval();functionMove_Interval(){autoMove=s... 阅读全文