转载字典地址:http://blog.csdn.net/aladdinty/article/details/3591789
摘要:相关文章: http://www.360doc.com/content/13/1003/23/14070959_318861279.shtml http://www.360doc.com/content/13/1003/23/14070959_318861221.s...
阅读全文
posted @
2014-04-24 16:22
无觉-李敏
阅读(255)
推荐(0) 编辑
WindowsApi 解压缩文件
摘要:1.解压方法 转载自http://www.2cto.com/kf/201204/128704.html"C#解压.zip文件,网上一搜一大堆方法,有使用System.IO.Compression.GZipStream的,有使用J#库函数的,也有仿Java自己写库函数的,但好多都不大好使,最终发现还是...
阅读全文
posted @
2014-04-24 16:22
无觉-李敏
阅读(1801)
推荐(0) 编辑
23种简洁好看的扁平化模板
摘要:地址: http://sc.chinaz.com/info/140220112883.htm
阅读全文
posted @
2014-04-14 12:31
无觉-李敏
阅读(280)
推荐(0) 编辑
Session为null 问题
摘要:问题描述: var svode=HttpContext.Current.Session["VCode"].ToString(); //调试时候发现 svode ==null // 解决方法 : 该类实现 IRequiresSessionState 接口即可
阅读全文
posted @
2014-04-02 10:32
无觉-李敏
阅读(558)
推荐(0) 编辑
C#利用Attribute实现简易AOP介绍 (转载)
摘要:地址:http://dotnet.9sssd.com/csbase/art/638 http://wayfarer.blog.51cto.com/1300239/279913http://developer.51cto.com/art/201004/196596.htmhttp://www.2cto.com/kf/201007/52870.htmlhttp://www.haogongju.net/art/721996
阅读全文
posted @
2014-04-02 10:26
无觉-李敏
阅读(253)
推荐(0) 编辑