#序言[(链接)](http://www.cnblogs.com/seesea125/archive/2012/04/17/2453256.html)
- [WEB架构师成长之路之一-走正确的路](http://www.cnblogs.com/seesea125/archive/2012/03/30/2425281.html)
- [WEB架构师成长之路之二-大牛的法宝](http://www.cnblogs.com/seesea125/archive/2012/04/02/2430579.html)
- [WEB架构师成长之路之三-架构师都要懂哪些知识](http://www.cnblogs.com/seesea125/archive/2012/04/04/2432075.html)
##第一篇 设计模式
- [什么是对象,为什么要面向对象,怎么才能面向对象?](http://www.cnblogs.com/seesea125/archive/2012/04/03/2431176.html)
- [面向对象基础](http://www.cnblogs.com/seesea125/archive/2012/04/20/2458940.html)
- [设计模式培训之一:为什么要用单例模式?](http://www.cnblogs.com/seesea125/archive/2012/04/05/2433463.html)
- [设计模式培训之二:简单工厂、工厂方法](http://www.cnblogs.com/seesea125/archive/2012/05/02/2478981.html)
- [设计模式培训之三:抽象工厂](http://www.cnblogs.com/seesea125/archive/2012/05/11/2496075.html)
- [设计模式培训之四:策略模式](http://www.cnblogs.com/seesea125/archive/2012/05/11/2496792.html)
- [设计模式培训之五:代理模式](http://www.cnblogs.com/seesea125/archive/2012/05/18/2508159.html)
- [设计模式培训之六:原型模式](http://www.cnblogs.com/seesea125/archive/2012/05/18/2508179.html)
- [设计模式培训之七:模版方法](http://www.cnblogs.com/seesea125/archive/2012/06/01/2530716.html)
- [设计模式培训之八:建造者模式](http://www.cnblogs.com/seesea125/archive/2012/06/01/2530950.html)
- [设计模式培训之九:外观模式](http://www.cnblogs.com/seesea125/archive/2012/06/01/2531079.html)
##第二篇 重构
- [重构学习1-重命名方法、类、参数等](http://www.cnblogs.com/seesea125/archive/2012/04/17/2453599.html)
- [重构学习2-消除过长参数](http://www.cnblogs.com/seesea125/archive/2012/04/17/2454582.html)
##第三篇 系统架构
###IBatis系列
- [IBatis.net使用一--用IBatis.net实现数据读取](http://www.cnblogs.com/seesea125/archive/2012/03/02/2377609.html)
- [IBatis.net使用二--用Log4net写日志](http://www.cnblogs.com/seesea125/archive/2012/10/24/2737355.html)
##第三篇 职业规划、修身养性
- [成功,我们都需要什么?](http://www.cnblogs.com/seesea125/archive/2012/05/31/2529287.html)
##第四篇 Linux
> 没什么用 不贴地址了
- VmWare下安装CentOS6图文安装教程
- CentOS5.4下安装和配置Apache、PHP、MySql、PHPMyAdmin
- MySQL-Cluster7.2.5安装和配置
- MemCached安装及c#客户端调用