2006年4月14日
摘要: Singleton可能是所有设计模式中最简单的设计模式啦。它是如此的简单,以至于当我们看着它的UML图的时候会为终于没有了恼人的连线而雀跃,我们 也不用去记忆并体会它有多么强大的功能、多么高深的实现技巧。使用它的理由只有一个――得到一个Class的唯一的Object。它的实现是如此简单,以 至于你会怪我把它的Code列在下面是在浪费服务器空间。但是,天下并没有这么爽的事儿,当Singleton遇到... 阅读全文
posted @ 2006-04-14 13:38 Allen Young 阅读(1198) 评论(2) 推荐(0) 编辑
  2006年4月13日
摘要: HeadFirst: Today we are pleased to bring you an interview with a Singleton object. Why don’t you begin by telling us a bit about yourself? Singleton: Well, I’m totally unique; there is just one of me... 阅读全文
posted @ 2006-04-13 16:38 Allen Young 阅读(655) 评论(0) 推荐(0) 编辑
摘要: 这次的话题是Factory Method和Abstract Facotry的不同之处以及使用它们的正确时机。 HeadFirst: Wow, an interview with two patters at once! This is a first for us. Factory Method: Yeah, I’m not so sure I like being lumped in wit... 阅读全文
posted @ 2006-04-13 14:58 Allen Young 阅读(469) 评论(0) 推荐(0) 编辑
摘要: Ashes of Time (1994) Directed by: Kar Wai Wong(王家卫) Cast overview: Brigitte Lin(林青霞) - 慕容燕/慕容嫣 Leslie Cheung(张国荣) - 欧阳峰 Maggie Cheung(张曼玉) - 大嫂 ... 阅读全文
posted @ 2006-04-13 13:12 Allen Young 阅读(1358) 评论(1) 推荐(0) 编辑
  2006年4月12日
摘要: 最近,DWR(Direct Web Remoting)发布了2.0的m1版本,其中最让人兴奋的新功能莫过于Reverse Ajax了。DWR的logo是两个指向不同方向的蓝红箭头,寓意应该是javascript和java的双向异步交流,但是即使是在最新的稳定版本1.1.1中,也只是支持在javascript中异步的调用java,不得不说,这和它的最终目的还差很远。因此当2.0m1发布的时候,连DW... 阅读全文
posted @ 2006-04-12 11:30 Allen Young 阅读(538) 评论(0) 推荐(0) 编辑
  2006年4月11日
摘要: Se7en (1995) Directed by: David Fincher Cast overview: Brad Pitt - Detective David Mills Morgan Freeman - Detective Lt. William Somerset Kevin Spacey - John Doe ... 阅读全文
posted @ 2006-04-11 17:43 Allen Young 阅读(913) 评论(0) 推荐(0) 编辑
摘要: 4月5日,SourceForge.net在 LinuxWorld Expo大会的Slashdot Lounge上宣布了第一届SourceForge.net Community Choice Awards的结果,许多熟悉的project都获得了不错的成绩。其中Best Overall Winner出乎我的意料,竟然是Azureus这个BT Client软件,可见资源分享的重要性啊~想想国内还有人叫嚣... 阅读全文
posted @ 2006-04-11 09:56 Allen Young 阅读(314) 评论(3) 推荐(0) 编辑
  2006年4月7日
摘要: 日本的一家公司要招聘10名员工,过一段严格的面试,公司从三百多应徵者中选出了10位佼佼者。放榜这天,一个叫水原的青年看见榜上没有自己的名字,悲 痛欲死,回到家中便要切腹自杀,幸好亲人及时抢救,水原没有死成。正当水原悲伤之时,从公司却传来好消息:水原的成绩原是名列前茅的,只是由于电脑的错误 导致了水原的落选。正当水原一家人欣喜若狂之时,从公司又传来消息:水原被公司除了名。原因很简单,公司老板说:如此... 阅读全文
posted @ 2006-04-07 15:11 Allen Young 阅读(421) 评论(1) 推荐(0) 编辑
摘要: “Decorator的招供”,用采访的方式讨论了Decorator模式的缺点,这本书中处处都是这种恰当的拟人写法。 HeadFirst: Welcome Decorator Pattern. We’ve heard that you’ve been a bit down on yourself lately? Decorator: Yes, I know the world sees me as... 阅读全文
posted @ 2006-04-07 14:31 Allen Young 阅读(306) 评论(0) 推荐(0) 编辑
摘要: 昨天想在Ubuntu上装个jdk,因为用apt-get安装的是jre,有的时候不好 用。但是从网上下载的rpm安装文件在Ubuntu上却安装不了,这才想到Ubuntu是基于Debian的,只能安装deb文件。上网搜了一下,发现Alien Package Converter可以蒋rpm和deb等文件相互转换,正好可以解决这个问题。 sudo apt-get install alien sudo a... 阅读全文
posted @ 2006-04-07 10:43 Allen Young 阅读(2498) 评论(0) 推荐(0) 编辑