人是有惰性的

想到哪儿写到哪儿

2007年8月2日

Object synchronization method was called from an unsynchronized block of code.

摘要: 转 http://msdn2.microsoft.com/en-us/library/hf5de04k(VS.71).aspx如果x是对象就不会报错 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> object x = new ... 阅读全文

posted @ 2007-08-02 14:16 guanfei 阅读(1485) 评论(1) 推荐(0)
关于C#中timer类

摘要: 转 http://www.cnblogs.com/wang123/archive/2006/08/19/481335.html ·关于C#中timer类 在C#里关于定时器类就有3个 1.定义在System.Windows.Forms里 2.定义在System.Threading.Timer类里 3.定义在System.Timers.Timer类里 System.Wind... 阅读全文

posted @ 2007-08-02 13:34 guanfei 阅读(295) 评论(0) 推荐(0)
BUG: The Elapsed event of the System.Timers.Timer class is not raised in a Windows service

摘要: 转:http://support.microsoft.com/?scid=kb%3Ben-us%3B842793&x=13&y=8 SYMPTOMS You can use the Microsoft .NET Framework to create a new Microsoft Windows service that contains a System.Timers.Timer objec... 阅读全文

posted @ 2007-08-02 13:32 guanfei 阅读(241) 评论(0) 推荐(0)