C# 第3页
C#解压或压缩文件夹
最近要做一个项目涉及到C#中压缩与解压缩的问题的解决方法,大家分享。这里主要解决文件夹包含文件夹的解压缩问题。1)下载SharpZipLib.dll,在http://www.icsharpcode.net/OpenSource/SharpZipLib/Download.aspx中有最新免费版本,“A…
vs2012建立项目提示未找到与约束
同样遇到此问题,到微软官网下载这个 补丁包,也可以解决问题http://www.microsoft.com/zh-cn/download/confirmation.aspx?id=36020…
C#解析json文件的方法
使用JsonSerializer读写对象(基于JsonWriter与JsonReader): 数组型数据string jsonArrayText1 = "[{'a':'a1','b':'b1…
BackGroundWorker 实例下载
BackGroundWorker 实例下载,介绍了BackGroundWorker 搭配进度条 的列子。BackGroundWorker.zip…
web.config 设置session过期时间
<configuration> <system.web> <sessionState mode="InProc" cookieless=&qu…
JS在URL编码时遇到的加号问题
在我做js编码的时候碰到了问题,可能大家有遇到。我用escape()函数进行编码,可是发现他对加号“+”进行了过滤。在解码的时候“+”变成了空“ ”。 做了测试encodeURI()函数也是一样都对“+”进行了过滤。 解决方法: encodeURICompo…
VS中如何让webbrowser不弹出JS异常错误窗口(c#.net)
˂span style="font: 13px/19.5px "Century Gothic", "Microsoft YaHei", Verdana, 微软雅黑, Arial; color: #000000; text-transform: no…
Newtonsoft.Json 的序列化与反序列化
˂span style="font: 16px/24px Arial, Helvetica, sans-serif; color: rgb(68, 68, 68); text-transform: none; text-indent: 0px; letter-spacing: norma…
Win10 兼容性 Visual studio web应用程序 ASP.NET 4.0 尚未在 Web 服务器上注册
˂p style="font: 14px/26px Arial; text-align: left; color: rgb(51, 51, 51); text-transform: none; text-indent: 0px; letter-spacing: normal; word-spacin…




