- 浏览: 80243 次
最新评论
-
iloveflower:
呵呵。好好学习。。。。。。。。。。。。
java 读书 -
Eric.Yan:
看了一点,不过是电子版的……你这一说到提醒我了,还要继续学习哈 ...
java 读书
文章列表
设计模式分类
- 博客分类:
- Design pattern
GoF设计模式按目的准则分类,可以分为三类:
一、创建型(creational),即与对象的创建有关的模式。
二、结构型(Structural),即处理类或者对象之间的组合。
三、行为型(behavioral)、描述类或对象如何交互及如何分配职责。
创建型模式:
1. 抽象工厂模式(AbstractFactory)
2. 建造者模式Builder
3. 工厂方法模式FactoryMethod
4. 原型模式Prototype
5. 单例模式Singleton
结构性模式
1. 设配器模式Adapter
...
- 2012-04-06 03:53
- 浏览 629
- 评论(0)
http://blog.mountaingoatsoftware.com/differences-between-scrum-and-extreme-programming
Scrum and Extreme Programming (XP) are definitely very aligned. In fact, if you walked in on a team doing one of these processes you might have hard time quickly deciding whether you had walked in on a Scrum team ...
- 2012-04-05 22:52
- 浏览 855
- 评论(0)
Jolt Awards books
- 博客分类:
- books
1990
Annotated C++ Reference Manual, by Margaret Ellis and Bjarne Stroustrup
The Art of Human-Computer Interface Design, Edited by Brenda Laurel
Programming Windows, 2nd Ed., by Charles Petzold
Turbo C++ DiskTutor, by Greg Voss and Paul Chui
1991
Object-Oriented Design with Applications, by ...
- 2012-04-05 22:01
- 浏览 1234
- 评论(0)
The pattern encapsulates state into separate classes and delegates to the object representing the current state, we know that behavior changes along with the internal state.
In reality, however, you know that we are using composition to give the appearance of a class change by simply referencing diff ...
- 2012-04-03 00:06
- 浏览 710
- 评论(0)
又看到那个什么博士的文章了
- 博客分类:
- other
看不下去了。。。。。。
你把你的初恋写出来,你有问人家同意了吗?你不怕影响别人的生活吗?
又这样把人卖了的吗?真是晕倒,看来别人当初和你很快分手是对的。
指不定你会如何出卖别人呢?
。。。。。。。。。。。。
sign
- 2012-04-02 23:56
- 浏览 475
- 评论(0)
What are Software Design Principles?
Software design principles represent a set of guidelines that helps us to avoid having a bad design. The design principles are associated to Robert Martin who gathered them in "Agile Software Development: Principles, Patterns, and Practices". According ...
- 2012-04-02 22:26
- 浏览 871
- 评论(0)
Thinking in java
Java Algorithm
Headfirst design pattern
Refactoring
Agile Java
TDD-By example
XP
Agile Software Development: Principles, Patterns, and Practices
UML
weld reference
JBOSS EJB3
- 2012-03-29 23:57
- 浏览 946
- 评论(2)
用例子说明面向对象和面向过程的区别
- 博客分类:
- OO
java是一门面向对象的语言,那对面向对象和面向过程不是很清楚的请看看下面的内容,说不定对你有帮助:
面向过程就是分析出解决问题所需要的步骤,然后用函数把这些步骤一步一步实现,使用的时候一个一个依次 ...
Spring的JTA管理
- 博客分类:
- SSH
http://www.iteye.com/topic/1114439
http://www.iteye.com/topic/1018356
http://zhongxiucheng.iteye.com/blog/1155959
jboss seam + EJB3 + JPA ( HIBERNATE 3)
http://docs.jboss.org/weld/reference/latest/en US/html/intro.html#bean-definition
Java EE6规范中包含的Web Beans规范已经更名为Java EE 上下文和依赖注入规范(JSR-299)。相应的,JBoss对此规范的实现也更名为Weld。广大Java EE ...
1, dowload jdk 1.6 and install $JAVA_HOME=c:/tools/java
注意,JAVA的安装目录不要有空格,不然在EJB项目中有时会出错,不好找
1, install Maven3
2, download Eclipse indigo, unzip
3, configure run jboss in Eclipse
window -> prefences -> server : server Runtime Enviroments -> config jboss in here.
after that, you ...
How do I uninstall Java on my Windows computer ?
--------------------------------------------------------------------------------
This article applies to: •Platform(s): Windows 7, Vista, Windows XP
•Java version(s): All Java Versions
--------------------------------------------------------------- ...
- 2012-03-16 03:54
- 浏览 782
- 评论(0)
1, how many sand on the beaches of the earth?
2, how to get answer 2006*2008 - 2007*2007
3, trace log
4, when you encounter your unfamily error, how to handle it?
5, collections ( Map hashMap, ArrayList, LinkList, HashSet)
6, fix code (string.concat)
7, programming : module to calculator yield ...
- 2012-03-15 23:34
- 浏览 632
- 评论(0)
Struts+Spring+Hibernate(JPA) + Ajax整合详解(基于最新版本)
http://blog.csdn.net/doliu6/article/details/6338768
Every programmer needs to learn new and updated programming methods as per the changes in technology to tackle complex situations. You should make best use of clean code and latest programming methods to design efficient, scalable and top notch quality software. The 11 most influential books which pr ...