- 博客(4)
- 收藏
- 关注
转载 改善C#程序的建议2:非用ICloneable不可的理由
[Serializable] class Employee : ICloneable public string IDCode { get; set; } public int Age { get; set; } public Department Department { get; set; } #region ICloneab
2011-11-24 17:40:50 320
转载 改善C#程序的建议1:正确停止线程
开发者总尝试对自己的代码有更多的控制。“让那个还在工作的线程马上停止下来”就是诸多要求中的一种。然而事与愿违,这里面至少存在两个问题: 第一个问题是:正如线程不能立即启动一样,线程也并不能说停就停。无论采用何种方式通知工作线程需要停止,工作线程都会忙完手头最紧要的活,然后在它觉得合适的时候退出。以最传统的Thread.Abort方法为例,如果线程当前正在执行的是一段非托管代码,那么CLR就不会抛
2011-11-23 22:53:57 473
原创 自动拨号的服务 不断修改完善中......
自动拨号.cs: using System; //using System.Collections.Generic; //using System.ComponentModel; //using System.Data; //using System.Diagnostics; //using System.Linq; using System.ServiceProcess; //using Sy
2011-11-23 15:39:30 728
转载 WMEncProfile2 Object
WMEncProfile2 ObjectThe WMEncProfile2 object customizes all the aspects of a profile and save them. You can copy settings from other profiles, add and remove audiences and languages, and specify basic properties.In addition to the methods inherited from th
2011-05-07 09:40:00 452
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人