摘要: 常用字体ConsolasVerdanaBatangFixedsysDotum我习惯的Visual Studio 2005的配置:1.设置Visual Studio 项目位置工具->选项 -> 环境 -> 设置Visual Studio 项目位置 -> G:Workspace2.启用行号工具->选项 -> 文本编辑器 -> C# -> 常规 ->... 阅读全文
posted @ 2008-01-24 15:03 KevinWang 阅读(675) 评论(1) 推荐(0) 编辑
摘要: 1、DateTime 数字型System.DateTime currentTime=new System.DateTime();1.1 取当前年月日时分秒currentTime=System.DateTime.Now;1.2 取当前年int 年=currentTime.Year;1.3 取当前月int 月=currentTime.Month;1.4 取当前日int 日=currentTime.Da... 阅读全文
posted @ 2008-01-24 14:33 KevinWang 阅读(2093) 评论(0) 推荐(0) 编辑