摘要: public DataTable CopyTable(DataTable oldTable) { DataTable newTable = oldTable.Clone(); newTable.Clear(); for (int i = 0; i "); for (int m = 0; m ");... 阅读全文
posted @ 2014-07-10 17:25 Debugs 阅读(435) 评论(0) 推荐(0)
摘要: 1 user.xml 2 3 4 5 6 7 123 8 大明 9 10 11 123 12 13 14 123 15 松江区 16 17 18 19 1, private XmlDo... 阅读全文
posted @ 2014-07-10 14:20 Debugs 阅读(154) 评论(0) 推荐(0)
摘要: 1 //json序列化和反序列化 using System.Runtime.Serialization.Json; 2 public static string JsonSerializer(T t) 3 { 4 DataContractJsonSerialize... 阅读全文
posted @ 2014-07-10 14:13 Debugs 阅读(181) 评论(0) 推荐(0)