07 2014 档案
摘要:/// /// Sha1 /// /// /// public static string Sha1(string str) { byte[] strres = Enco...
阅读全文
摘要:/// /// Web 转换MD5 /// /// 字符 /// 32或64位 /// public static string MD5(string str, int code) { if (code == 16) { ...
阅读全文
摘要:1.创建监听线程 /// ///1. 线程监听操作 /// private void ThreadServerListen() { //接收数据线程 Thread ReceiveTh...
阅读全文

浙公网安备 33010602011771号