自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(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 299

转载 改善C#程序的建议1:正确停止线程

开发者总尝试对自己的代码有更多的控制。“让那个还在工作的线程马上停止下来”就是诸多要求中的一种。然而事与愿违,这里面至少存在两个问题: 第一个问题是:正如线程不能立即启动一样,线程也并不能说停就停。无论采用何种方式通知工作线程需要停止,工作线程都会忙完手头最紧要的活,然后在它觉得合适的时候退出。以最传统的Thread.Abort方法为例,如果线程当前正在执行的是一段非托管代码,那么CLR就不会抛

2011-11-23 22:53:57 440

原创 自动拨号的服务 不断修改完善中......

自动拨号.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 708

转载 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 432

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除