摘要: Process proc = Process.GetCurrentProcess(); Console.Write("专用工作集内存:"); Console.WriteLine(proc.PrivateMemorySize64 / 1024); Console.Write("工作集... 阅读全文
posted @ 2016-09-27 14:53 94cool 阅读(256) 评论(0) 推荐(0)
摘要: public class EntityBaseRepository : IEntityBaseRepository where T : class, IEntityBase, new() { private SchedulerContext _context; #region Properties public EntityBaseRepository(SchedulerContext ... 阅读全文
posted @ 2016-09-27 11:13 94cool 阅读(1540) 评论(0) 推荐(0)