上一页 1 ··· 12 13 14 15 16
摘要: 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)
摘要: 1 public class Product 2 { 3 public string Name { get;set;} 4 public int Code { get; set; } 5 } 6 ... 阅读全文
posted @ 2014-07-08 17:18 Debugs 阅读(227) 评论(0) 推荐(0)
上一页 1 ··· 12 13 14 15 16