Just RUN

A scientist builds in order to learn; an engineer learns in order to build.

2004年6月17日

郁闷地问题终于解决了,唉,愚蠢地错误

摘要: 写错了一句找了半天[assembly: log4net.Config.DOMConfigurator(Watch=true)] 阅读全文

posted @ 2004-06-17 18:37 阮 阅读(479) 评论(0) 推荐(0) 编辑

记录一个关于RegExp的网站

摘要: http://www.regexplib.com/DisplayPatterns.aspx 阅读全文

posted @ 2004-06-17 17:06 阮 阅读(681) 评论(0) 推荐(0) 编辑

Names (Refactoring Work Book)

摘要: Smell Covered l Type Embedded in Name (including Hungarian) l Uncommunicative Name l Inconsistent Names Type Embedded in Name (Including Hungarian) Symptoms l Names are... 阅读全文

posted @ 2004-06-17 16:01 阮 阅读(549) 评论(0) 推荐(0) 编辑

有关反射的问题。

摘要: 需要注意的是loggerName必须是带名字空间的,要不是建不起来地。 public sealed class LoggerManager { public static Logger GetLogger( string loggerName ) { return (Logger) System.Activator.CreateInstance(Type.GetType(loggerN... 阅读全文

posted @ 2004-06-17 15:25 阮 阅读(470) 评论(0) 推荐(0) 编辑

很是郁闷

摘要: 下载了log4net很久,一直没有机会用,突然要用,看了半天例子,用不起来。又下了个nant,build了一下,忽然发现多了个工程文件,打开了,乱七八糟的代码,一点重点都没有,看了半上午,吐血。上网找例子,找到一个不错地http://www.ondotnet.com/pub/a/dotnet/2003/06/16/log4net.html,也用了起来了。又接着郁闷,Console Applicat... 阅读全文

posted @ 2004-06-17 15:19 阮 阅读(474) 评论(1) 推荐(0) 编辑

导航