10 2015 档案

摘要:我们在建站的时候,通常有些目录必须给写入权限,这个时候这些目录就很可能被人写入脚本文件,为了将安全性维护得更好,我们可以关闭这些有写入权限的目录的脚本执行权限。IIS6的时候,我们很容易找到关闭的地方,而IIS7时代,由于架构的变化,很多人找不到,这里我就给大家稍微说明一下怎么关闭特定网站目录的脚本... 阅读全文
posted @ 2015-10-21 21:14 shiningrise 阅读(547) 评论(0) 推荐(0) 编辑
摘要:var ids = (from id in ed_ProjectClass.Values select Guid.Parse(id)).ToArray(); Entity.ProjectClassCollection.Where(p =>... 阅读全文
posted @ 2015-10-14 19:32 shiningrise 阅读(163) 评论(0) 推荐(0) 编辑
摘要:http://www.npoi.info/ 阅读全文
posted @ 2015-10-11 20:27 shiningrise 阅读(231) 评论(0) 推荐(0) 编辑
摘要:http://www.cnblogs.com/wfyfngu/p/4866434.html 在传统桌面项目中,进度条随处可见,但作为一个很好的用户体验,却没有在如今主流的B/S程序中得到传承,不能不说是个遗憾。这个遗憾并非WEB程序不支持进度条,很大的原因应该是我们由于种种麻烦懒的去实现。前段时间... 阅读全文
posted @ 2015-10-10 14:06 shiningrise 阅读(347) 评论(0) 推荐(0) 编辑
摘要:http://www.butlife.com/method-based-query-syntax/ 阅读全文
posted @ 2015-10-09 23:11 shiningrise 阅读(254) 评论(0) 推荐(0) 编辑
摘要:http://www.jb51.net/article/55941.htmC#实现:复制代码 代码如下: #region 计算字符串相似度 /// /// 计算字符串相似度 /// /// 字符串1 /// 字符串2 /// 相似度 public static float Leven... 阅读全文
posted @ 2015-10-07 17:35 shiningrise 阅读(600) 评论(0) 推荐(0) 编辑
摘要:private int CountWords(string text) { var count = Regex.Matches(text, @"[\u4e00-\u9fa5]|[a-zA-X]+").Count; return 30 + count; } 阅读全文
posted @ 2015-10-07 16:53 shiningrise 阅读(271) 评论(0) 推荐(0) 编辑
摘要:asp.net(C#)页面事件顺序http://www.cnblogs.com/henw/archive/2012/02/09/2343994.html 1 using System.Data; 2 using System.Configuration; 3 using System.Web;... 阅读全文
posted @ 2015-10-07 16:31 shiningrise 阅读(750) 评论(0) 推荐(0) 编辑
摘要:http://www.ipmsg.org.cn/ 阅读全文
posted @ 2015-10-06 19:27 shiningrise 阅读(205) 评论(0) 推荐(0) 编辑
摘要:Windows8 的开发已经如火如荼开始了,在 Windows8 中提供的 .NET Framework 已经更新到了 4.5 版,其中又增加了一些新的特性,对压缩文件的支持就是其中之一。在 4.5 之前,处理压缩文件,我们经常需要使用第三方的类库 SharpZipLib, 现在可以直接实现了。1.... 阅读全文
posted @ 2015-10-06 14:39 shiningrise 阅读(176) 评论(0) 推荐(0) 编辑
摘要:_UserService = ((IContainerProviderAccessor)HttpContext.Current.ApplicationInstance).ContainerProvider.ApplicationContainer.Resolve(); 阅读全文
posted @ 2015-10-05 21:46 shiningrise 阅读(1265) 评论(0) 推荐(0) 编辑
摘要:http://www.ipmsg.org.cn/ 阅读全文
posted @ 2015-10-05 07:56 shiningrise 阅读(209) 评论(0) 推荐(0) 编辑
摘要:http://www.cnblogs.com/stoneniqiu/p/3806558.htmlhttp://www.cnblogs.com/KnightsWarrior/archive/2010/10/20/1856255.htmlhttp://autoupdater.codeplex.com/ 阅读全文
posted @ 2015-10-04 14:04 shiningrise 阅读(239) 评论(0) 推荐(0) 编辑

// 侧边栏目录 // https://blog-static.cnblogs.com/files/douzujun/marvin.nav.my1502.css