taowen2002的专栏

我的日常Blog地址:taowen.net

2005年11月28日

原创 My currently using blog

http://www.taowen.net Hope you can follow these links and find me. Good luck! 阅读全文>

发表于 @ 2005年11月28日 22:16:00|评论(loading...)|编辑

2005年08月19日

原创 AOP introduced a new way to do wishful thinking

The essence of AOP is the idea: when x, do y. It gives you the power to insert any code at any place. It might change the way you think given the ability to introduce new things after you written them. Actually, I do think it will change the way to design, as you can do wishful thinking but not relying on additional parameters (these parameters may be somewhat higher-order function in functional programming or other object instance in object-oriented programming). With AOP, you can write down me阅读全文>

发表于 @ 2005年08月19日 17:14:00|评论(loading...)|编辑

2005年01月18日

原创 XMPP RFC阅读笔记(一)

XMPP是一个非常先进的即时通讯协议。鉴于国内关于这个方面的资料比较少,所以公开一些个人的阅读笔记以供大家快速入门。但由于内容均根据自己的记忆和理解,如有不正确甚至谬误之处,请多见谅。阅读全文>

发表于 @ 2005年01月18日 02:00:00|评论(loading...)|编辑

2005年01月03日

原创 用Delphi2005和DUnit搭建敏捷开发平台

之前用的是Java那一套东西,有Eclipse什么都搞定了。现在因为要用Delphi改一个即时通讯软件的缘故,想着怎么能把重构和单元测试那一套搬到Delphi这边来。书上说给现有的代码加单元测试能够加深对代码的理解,并且可以作为改善代码的基础,这不正是我要做的事情吗?于是,为了搭建这么一个敏捷平台,我以Delphi2005和DUnit进行了一点小小的尝试,并把结果记录于下,与大家分享。 阅读全文>

发表于 @ 2005年01月03日 22:54:00|评论(loading...)|编辑

2004年08月02日

原创 为何选择Indy?

Indy是Delphi中著名的网络通讯控件,看看它的作者是如何评价它的。阅读全文>

发表于 @ 2004年08月02日 12:15:00|评论(loading...)|编辑

原创 并发

并发,也就是多线程带来的麻烦。虽然是操作系统原理中的内容,但是很多程序员仍然需要补习一下这个方面的知识。阅读全文>

发表于 @ 2004年08月02日 12:12:00|评论(loading...)|编辑

Csdn Blog version 3.1a
Copyright © taowen2002