上一页 1 2 3 4 5 6 7 ··· 17 下一页
  2017年11月2日
摘要: windows2008,iis 多站点, 日志、应用程序池都是默认设置, 没有分开………… Logs目录里面有W3SVC43,W3SVC44,W3SVC45,W3SVC46.。。。。等等日志文件夹。 如何定位该网站的日志是哪个文件夹? 比如W3SVC43,43就是网站的ID,在IIS管理器的网站列表 阅读全文
posted @ 2017-11-02 09:42 扶强 阅读(1675) 评论(0) 推荐(0) 编辑
  2017年10月28日
摘要: http://www.jb51.net/article/94837.htm 阅读全文
posted @ 2017-10-28 16:32 扶强 阅读(1772) 评论(0) 推荐(0) 编辑
  2017年10月25日
摘要: 1 /// 2 /// 获取当前方法信息 3 /// 4 /// 5 public static string GetMethodInfo() 6 { 7 string str = ""; 8 //取得当前方法命名空间 9 ... 阅读全文
posted @ 2017-10-25 09:15 扶强 阅读(4517) 评论(0) 推荐(0) 编辑
  2017年10月24日
摘要: 书上解释: using: 在C#和其他托管语言中,没有自动、决定性的析构方式,而是有一个垃圾收集器,它会在未来的某个时刻释放资源。它是非决定性的,因为我们不能确定这个过程在什么时候发生。忘记关闭数据库连接可能会导致.NET可执行程序的各种问题。我们使用using子句确保实现IDisposable接口 阅读全文
posted @ 2017-10-24 22:15 扶强 阅读(4826) 评论(0) 推荐(0) 编辑
  2017年9月7日
摘要: bootstrap-select使用 bootstrap selectpicker 通过代码指定选中值 $('#subjectno').selectpicker('val',(row.subjectno)); row.subjectno替换成你要指定的值,当然前提必须要在select已有的数据中se 阅读全文
posted @ 2017-09-07 11:15 扶强 阅读(4752) 评论(0) 推荐(0) 编辑
  2017年9月4日
摘要: 1、页面引用http://res.wx.qq.com/open/js/jweixin-1.0.0.js 2、前台代码 3、后台代码 4、wxHelper类 5、登陆微信公众号设置JS接口安全域名 阅读全文
posted @ 2017-09-04 10:23 扶强 阅读(1259) 评论(0) 推荐(0) 编辑
  2017年8月24日
摘要: http://blog.sina.com.cn/s/blog_680942070101ahsq.html 阅读全文
posted @ 2017-08-24 16:22 扶强 阅读(112) 评论(0) 推荐(0) 编辑
  2017年3月29日
摘要: http://blog.csdn.net/smartsmile2012/article/details/8536611 阅读全文
posted @ 2017-03-29 11:06 扶强 阅读(3120) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/zghnpdswyp/article/details/50463898 阅读全文
posted @ 2017-03-29 11:05 扶强 阅读(2926) 评论(0) 推荐(0) 编辑
摘要: 比如:一个小时=60分=3600秒 调用:SecondToHour(3600); 显示: 可以再进行优化,如果分钟和秒为0时,就不显示。 http://blog.csdn.net/lilinoscar/article/details/51968565 阅读全文
posted @ 2017-03-29 10:31 扶强 阅读(3146) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 17 下一页