- 博客(4)
- 收藏
- 关注
原创 C# SevenZipSharp压缩和解压文件数量大的时候会很慢
<br />我需要在程序里压缩和解压文件,一开始想到了用Process调用Winrar.exe。但是感觉有非本程序的窗口打开有点别扭,所以找到ICSharpCode.SharpZipLib和SeveZipSharp。<br /> <br />我发现用SevenZipSharp处理多文件的时候(压缩4000个文件),运行特别慢。查了官网论坛也有人提到这个问题。看来是还没有解决呢。所以如果要处理多文件,还是用ICSharpCode.SharpZipLib吧。
2010-11-30 08:29:00 2499
原创 C# md5加密字符串string
以下是用C#对文件进行md5加密的代码// 要用这个using System.Security.Cryptography;// 以下是一个方法的例子// input是要加密的字符串,salt是密钥(可以不填) public string md5(string input, string salt = "") { string inputStr = input + salt; MD5CryptoServ
2010-11-29 05:54:00 427
原创 初来报道
现在正在学习C#的Windows编程。在自己的做项目的过程中,经常要上网去查找答案。想在这里记录一下这个项目中的一些小技巧。using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Xml;using System.IO;using System.Collections;using System.Drawing;using ICSharpCode.SharpZipLib.Zip
2010-11-29 02:22:00 228
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人