posts - 126,comments - 30,trackbacks - 2
11 2009 档案
[JIRA]设置小结
摘要: 1.Schemes ->Workflow Schemes 可以配置不同Issue Type使用不同的workflow.Assign a workflow to an issue type for this scheme2. Issue Settings -> Issue Types -> Issue Types Scheme可以设定某个项目可见的Issue Type3. Glob...阅读全文
posted @ 2009-11-27 12:03 凌度 阅读(46) | 评论 (0) 编辑
【转】正确实现 IDisposable
摘要: 正确实现 IDisposable 接口 来源:http://www.cnblogs.com/xlshcn/archive/2007/01/16/idisposable.html-->.NET中用于释放对象资源的接口是IDisposable,但是这个接口的实现还是比较有讲究的,此外还有Finalize和Close两个函数。MSDN建议按照下面的模式实现IDisposable接口:1publiccla...阅读全文
posted @ 2009-11-17 09:23 凌度 阅读(14) | 评论 (0) 编辑