阿牛 - 专注.NET开发

如果梦想与实现之间有一道不可逾越的鸿沟,那么“执行力”就是跨越这道鸿沟的桥梁。

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2009年11月3日

摘要: 这样写的好处是TestMethod在同步和异步线程下,都能顺利地被调用. MethodInvoker和Action都是.NET 2.0内置的Delegate类型,让你方法地回调一个没有参数的方法,而不用自己去定义新的Delegate. private void button1_Click(object sender, EventArgs e){ Thread t = new Thread(new... 阅读全文
posted @ 2009-11-03 10:41 阿牛-专注金融行业开发 阅读(503) 评论(0) 推荐(0) 编辑

摘要: 网址: http://www.nirsoft.com 介绍几个小工具: NirCmd is a small command-line utility that allows you to do some useful tasks without displaying any user interface. By running NirCmd with simple command-line ... 阅读全文
posted @ 2009-11-03 09:34 阿牛-专注金融行业开发 阅读(355) 评论(0) 推荐(0) 编辑