享受代码,享受人生

SOA is an integration solution. SOA is message oriented first.
The Key character of SOA is loosely coupled. SOA is enriched
by creating composite apps.
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2005年3月4日

摘要: 看看你的基础如何,对vitual new override关键字了解吗? http://www.cnblogs.com/idior/archive/2005/03/04/113143.html 阅读全文

posted @ 2005-03-04 19:08 idior 阅读(1129) 评论(0) 推荐(0) 编辑

摘要: 今天复习随机算法的时候,顺便想到的,大家做做看 (环境vs2003),如果需要我会提供答案。 usingSystem; usingSystem.Collections; namespaceHashTable { publicclassMyKey { publicintKey { ... 阅读全文

posted @ 2005-03-04 19:03 idior 阅读(1440) 评论(7) 推荐(0) 编辑

摘要: 如题 http://www.cnblogs.com/idior/articles/100666.html 阅读全文

posted @ 2005-03-04 19:02 idior 阅读(2911) 评论(1) 推荐(0) 编辑

摘要: 还记得里面的那只蝴蝶吗? 这是一个很简单很丑陋的画图程序,你将亲眼看着它从毛毛虫变成蝴蝶。涉及内容: GDI+, 重构,State 模式 GDI+重构(2) 模式(3) 阅读全文

posted @ 2005-03-04 19:01 idior 阅读(2023) 评论(2) 推荐(0) 编辑

摘要: 从codebetter上看到的,看看你的基本功 usingSystem; classA { publicvirtualvoidFoo() { Console.WriteLine("CallonA.Foo()"); } } classB:A { publicvirtualvoidFoo() ... 阅读全文

posted @ 2005-03-04 18:58 idior 阅读(3272) 评论(18) 推荐(0) 编辑