07 2014 档案

摘要:/// /// Sha1 /// /// /// public static string Sha1(string str) { byte[] strres = Enco... 阅读全文
posted @ 2014-07-28 11:07 SSS.M.AAA 阅读(516) 评论(0) 推荐(0)
摘要:/// /// Web 转换MD5 /// /// 字符 /// 32或64位 /// public static string MD5(string str, int code) { if (code == 16) { ... 阅读全文
posted @ 2014-07-28 10:40 SSS.M.AAA 阅读(654) 评论(0) 推荐(0)
摘要:1.创建监听线程 /// ///1. 线程监听操作 /// private void ThreadServerListen() { //接收数据线程 Thread ReceiveTh... 阅读全文
posted @ 2014-07-22 11:46 SSS.M.AAA 阅读(296) 评论(0) 推荐(0)