文章分类 -  MyCode

摘要:Invoke异步操作类 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1public class BackgroundCommand 2 { 3 private SynchronizationContext _synch... 阅读全文

posted @ 2008-05-05 19:52 TeeBye 阅读(378) 评论(0) 推荐(0)

摘要:C#代码 Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->/**//// /// 从 ColumnSchemaRow 获取Oracle 数据类型。 /// private static s... 阅读全文

posted @ 2008-03-28 09:35 TeeBye 阅读(1992) 评论(0) 推荐(0)

摘要:前段时间,学习Monorail和IBatis.Net,写了个小网站,呵呵,查看demo 有一个很强烈的感觉就是使用monorail更像是自己是在写网站,也许能体会到一些php开发者的乐趣。。这是以前用WebForm感受不到的,WebForm开发更像Winform。 Monorail和IBatis.Net架构,前期的一些配置还是比较繁琐的,基本的目录结构是这样的 大... 阅读全文

posted @ 2008-03-07 21:04 TeeBye 阅读(1198) 评论(1) 推荐(0)

摘要:Code Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> 1/**//// 2 /// A serialization helper class. 3 /// 4 public static class Serialization... 阅读全文

posted @ 2008-03-07 20:07 TeeBye 阅读(179) 评论(0) 推荐(0)

摘要:GameHelper.dll Version0.1版本放出,其中包含了以下几个功能 模拟键盘/鼠标操作 利用.Net FrameWork自带的SendKeys类(实际应用效果不是很好) 封装了WIn32API里面的Sendmessage sendinput key——event(一般的应用够了) 利用W... 阅读全文

posted @ 2008-03-06 15:12 TeeBye 阅读(692) 评论(2) 推荐(0)

导航