摘要:
事实上,MVC中已经很好的封装了Json,让我们很方便的进行操作,而不像JS中那么复杂了。 MVC中: public JsonResult Test() { JsonResult json = new JsonResult { Data = new { Name = "zzl", Sex = "ma 阅读全文
摘要:
1: using System; 2: using System.Collections.Generic; 3: using System.Linq; 4: using System.Text; 5: using System.Data.Linq; 6: using System.Threading 阅读全文
摘要:
public class yms_Entity<T> where T :DbContext {private static T _instance;public static readonly object SyncObject = new object();public static T GetE 阅读全文