摘要: Windows服务程序,将所出现的问题写入logService1.csusingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Diagnostics;usi... 阅读全文
posted @ 2008-05-22 15:03 李济宏(Amadeus) 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 原文地址: http://www.cnblogs.com/dragon/archive/2005/03/24/124254.aspx 声明:本文内容主要译自Nauman Leghari的Using log4net,亦加入了个人的一点心得(节3.1.4)。请在这里下载示例代码 1 简介 1.1 Log... 阅读全文
posted @ 2008-05-22 13:35 李济宏(Amadeus) 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 看见网上好多人说TextBox换行后,数据库或是Label显示不出来,我今天给大家介绍一个小小的秘诀吧~stringstrSubject=txtTitle.Text.Trim().Replace(System.Environment.NewLine,"");试一下~~~附:System.Enviro... 阅读全文
posted @ 2008-05-22 11:55 李济宏(Amadeus) 阅读(140) 评论(0) 推荐(0) 编辑