上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 40 下一页
摘要: http://blogs.msdn.com/b/webdev/archive/2013/07/29/10430221.aspxhttp://www.cxyclub.cn/n/40768/ 阅读全文
posted @ 2015-03-31 14:18 b̶i̶n̶g̶.̶ 阅读(141) 评论(0) 推荐(0) 编辑
摘要: //点击回车键//2015/3/11document.onkeydown = function (event) { var e = event ? event : (window.event ? window.event : null); if (e && e.keyCode == 13... 阅读全文
posted @ 2015-03-31 13:01 b̶i̶n̶g̶.̶ 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 1. 删除 controller="XX"2. 确保你的工程根目录下的*.htm或*.html文件名在IIS默认文档中存在搞定 阅读全文
posted @ 2015-03-26 15:49 b̶i̶n̶g̶.̶ 阅读(477) 评论(0) 推荐(0) 编辑
摘要: 禁用错误脚本提示将 WebBrowser控件的 ScriptErrorsSuppressed 设为 true 禁用右键菜单将 WebBrowser 的 IsWebBrowserContextMenuEnabled 设为 false 禁用快捷键将 WebBrowser 的 WebBrowserSh... 阅读全文
posted @ 2015-03-16 08:54 b̶i̶n̶g̶.̶ 阅读(686) 评论(0) 推荐(0) 编辑
摘要: 1 #region 获取时间差string GetTime(BsonString getTime) 2 /// 3 /// 获取时间差 4 /// 5 /// 数据库时间 6 /// 时间差 7 ... 阅读全文
posted @ 2015-03-12 09:53 b̶i̶n̶g̶.̶ 阅读(1854) 评论(0) 推荐(0) 编辑
摘要: //生成cookiefunction addCookie(sName, sValue, day) { var expireDate = new Date(); expireDate.setDate(expireDate.getDate() + day); //设置失效时间 ... 阅读全文
posted @ 2015-02-13 16:09 b̶i̶n̶g̶.̶ 阅读(141) 评论(0) 推荐(0) 编辑
摘要: //算法1//Js代码 function uuid() { var s = []; var hexDigits = "0123456789abcdef"; for (var i = 0; i < 36; i++) { s[i] = hexDigits.s... 阅读全文
posted @ 2015-02-13 15:36 b̶i̶n̶g̶.̶ 阅读(380) 评论(0) 推荐(0) 编辑
摘要: PV:PV 是Page Views的缩写,即页面浏览量,用户每一次对网站中的每个网页访问均被记录一次。注意,访客每刷新一次页面,pv就增加一次。UV:UV是Unique Visitor的缩写,即独立访客数。指访问某个站点的不同IP地址的人数。在同一天的00:00-24:00内,uv只记录第一次进入网... 阅读全文
posted @ 2015-02-13 15:31 b̶i̶n̶g̶.̶ 阅读(939) 评论(0) 推荐(0) 编辑
摘要: http://bootstrap.kinghack.com/getting-started.html 阅读全文
posted @ 2015-02-12 10:08 b̶i̶n̶g̶.̶ 阅读(151) 评论(0) 推荐(0) 编辑
摘要: 原文地址:http://www.cnblogs.com/TankXiao/archive/2012/02/06/2337728.html 阅读全文
posted @ 2015-02-12 09:44 b̶i̶n̶g̶.̶ 阅读(124) 评论(0) 推荐(0) 编辑
上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 40 下一页