摘要: StringBuilder output = new StringBuilder();String xmlString = @" The Autobiography of Benjamin Franklin Benjamin ... 阅读全文
posted @ 2013-07-22 01:28 liqipeng 阅读(275) 评论(0) 推荐(0)
摘要: privatestringGetMd5(StreamfileStream){MD5CryptoServiceProvidermd5Provider=newMD5CryptoServiceProvider();byte[]bytesHash=md5Provider.ComputeHash(fileSt... 阅读全文
posted @ 2013-07-22 00:49 liqipeng 阅读(206) 评论(0) 推荐(0)