享受代码,享受人生

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.
随笔 - 213, 文章 - 45, 评论 - 2315, 阅读 - 121万
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

03 2005 档案

摘要:1.Refactory away External Loops尽量将集合遍历的操作放在集合内 2. Reduce Private Method尽量减少私有方法 3. Open-Close Principle 封闭开放原则 4. Specif... 阅读全文

posted @ 2005-03-29 19:00 idior 阅读(2888) 评论(1) 推荐(0) 编辑

摘要:在.net下实现Singleton,估计很多人都知道了.下面的代码可以说经典. classMySingleton { privatestaticMySingletoninstance=newMySingleton(); publicstaticMySingletonInstance{get{returninstance;}} ... 阅读全文

posted @ 2005-03-26 22:30 idior 阅读(3567) 评论(11) 推荐(0) 编辑

摘要:效果如图: 1. 打开你的VS.Net安装目录(默认C:\Program Files\Microsoft Visual Studio .NET 2003) 2. 进一步打开\VC#\CSharpProjectItems\LocalProjectItems,然后编辑LocalProjectItems.vsdir文件,在文件的末尾加上 ..\CSharpAddInterface... 阅读全文

posted @ 2005-03-26 21:43 idior 阅读(1399) 评论(5) 推荐(0) 编辑

摘要:本文继续系列一详细介绍了有关Lucene.net索引添加删除更新的详细内容.并给出了所有的TestCase供学习参考. http://www.cnblogs.com/idior/articles/120734.html 阅读全文

posted @ 2005-03-17 23:44 idior 阅读(3793) 评论(2) 推荐(0) 编辑

摘要:本文介绍了什么是Lucene,Lucene能做什么. 如何从一个文件夹下的所有txt文件中查找特定的词? 本文将围绕该个实例介绍了lucene.net的索引的建立以及如何针对索引进行搜索.最后还将给出源代码供大家学习. http://www.cnblogs.com/idior/articles/120301.html Lucene系列文章 阅读全文

posted @ 2005-03-17 12:07 idior 阅读(7253) 评论(2) 推荐(0) 编辑

摘要:如何成为本站作者? 您首先必须是本站的用户,如果您还不是本站用户,点击这里注册。注册后您将拥有游客所不具有的注释和下载等权限。 然后您需要在论坛中申请成为作者,或者联系我们。 只有当您成为作者后才具有发表文章的权限。 向Alpha Atom投稿有如下几种途径 注册用户投稿 本站注册用户在申请成为作者后,可以在用户菜单(User Menu)栏中看到添加文章一项,选择添加... 阅读全文

posted @ 2005-03-14 21:29 idior 阅读(923) 评论(1) 推荐(0) 编辑

摘要:最近有关在博客园大家可能注意到了很多有关Alpha Atom网站的随笔,以及在发表随笔的时候 可以选择投稿至Alpha Atom(再次感谢dudu的支持). 为了让大家对Alpha Atom多一些了解并支持Alpha Atom,特在此做一简单介绍. 在没有进驻博客园之前,我几乎不怎么上国内的技术网站,一方面不喜欢满天飞的广告,二来对一 些论坛的满屏幕的问号极为反感.而codeproject,do... 阅读全文

posted @ 2005-03-14 21:03 idior 阅读(2438) 评论(13) 推荐(0) 编辑

摘要:自己去看吧,没什么好说的了,太多了 http://www.kayodeok.btinternet.co.uk/favorites/webdesign.htm 阅读全文

posted @ 2005-03-10 22:40 idior 阅读(1172) 评论(2) 推荐(0) 编辑

摘要:产生随机数最重要的在于seed的选取. 通常情况下使用的是系统的时间,不过对于某些快的cpu,这种方法产生的随机数也会重复. 利用GUID的Hashcode作为seed,倒不失为一个简单有效的方法. 具体请见alphatom 阅读全文

posted @ 2005-03-10 17:17 idior 阅读(6816) 评论(5) 推荐(0) 编辑

摘要:最近看了看 Contributing to Eclipse , 很好的一本书. 看的过程中联想到wayfarer以前写的《让僵冷的翅膀飞起来》 突然有很多新的想法,详见 http://www.cnblogs.com/idior/articles/113958.html 阅读全文

posted @ 2005-03-06 22:06 idior 阅读(1585) 评论(0) 推荐(0) 编辑

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

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

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

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

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

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

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

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

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

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

摘要:我们是不是也该升级了. http://www.jetbrains.com/resharper/ 阅读全文

posted @ 2005-03-02 18:34 idior 阅读(4184) 评论(11) 推荐(0) 编辑

摘要:C#和VB.net的语法相差还是比较大的. 可能你会C#,可能你会VB. 将它们俩放在一起对比一下你就会很快读懂,并掌握另一门语言. 相信下面这张图会对你帮助很大. 阅读全文

posted @ 2005-03-02 18:32 idior 阅读(2358) 评论(5) 推荐(0) 编辑

点击右上角即可分享
微信分享提示