09 2014 档案

摘要:反序列化 附上序列化助手类 using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Xml.Serialization; n 阅读全文
posted @ 2014-09-06 21:45 HONT 阅读(683) 评论(0) 推荐(0) 编辑
摘要:txt = Regex.Unescape(txt); 阅读全文
posted @ 2014-09-02 00:15 HONT 阅读(1092) 评论(1) 推荐(1) 编辑
摘要:public static object Create(string path){ var provOptions = new Dictionary(); provOptions.Add("CompilerVersion", "v3.5"); CodeDomProvider cod... 阅读全文
posted @ 2014-09-01 09:07 HONT 阅读(2593) 评论(0) 推荐(1) 编辑