摘要: C#this, 阅读全文
posted @ 2018-04-17 11:44 金领 阅读(7994) 评论(0) 推荐(0)
摘要: C 线程中访问控件 private void Form1_Load(object sender, EventArgs e) { Thread thread = new Thread(ThreadFuntion); thread.IsBackground = true; thread.Start(); 阅读全文
posted @ 2018-04-17 11:38 金领 阅读(161) 评论(0) 推荐(0)
摘要: C 垃圾回收释放内存 region 内存回收 [DllImport("kernel32.dll", EntryPoint = "SetProcessWorkingSetSize")] public static extern int SetProcessWorkingSetSize(IntPtr p 阅读全文
posted @ 2018-04-17 09:58 金领 阅读(1049) 评论(0) 推荐(1)
摘要: C#将对象数据导出到CSV文件中 阅读全文
posted @ 2018-03-16 14:52 金领 阅读(4180) 评论(0) 推荐(0)