01.
A Refactoring ExampleConsider of the following code segment:class Apple { private Boolean mature; public void setMature(Season season) { switch (season) { ... } }};Firstly, “mat...查看完整版>>
A Refactoring Example
02.
Java Thread Programming 1.2 - A Simple Two-Thread ExampleThere are two ways to create a new class that can have a thread running within it. One way is to extend the Thread class. The other is to extend any class and implement the Runnable interface. For the...查看完整版>>
Java Thread Programming 1.2 - A Simple Two-Thread Example
03.
Example: How to Packetize a TCP StreamThe following example code is designed to replace the recv() call. recv_packet() differs by returning only when it has received a full packet, or has failed trying. This is only example code, for educ...查看完整版>>
Example: How to Packetize a TCP Stream
04.
A simple example about full-text search based Java:Lucene索引源代码:package lUCene;/** * <p>Title: </p> * <p>Description: </p> * <p>Copyright: Copyright (c) 2003</p> * <p>Company: </p> * @author Shirley *...查看完整版>>
A simple example about full-text search based Java:Lucene
05.
[收藏]Web2.01,a rich internet application example[收藏]Web2.01,a rich internet application example [收藏]Web2.01,a rich internet application example 原文地址:http://www.theserverside.com/articles/article.tss?l=RiAWeb January 2006 Discussion...查看完整版>>
[收藏]Web2.01,a rich internet application example
06.
[收藏]Web2.01,a rich internet application example原文地址:http://www.theserverside.com/articles/article.tss?l=RiAWeb January 2006 Summary:Learn about what I call "Web 2.01," a fusion of "Web 2.0" style application content with ...查看完整版>>
[收藏]Web2.01,a rich internet application example
07.
关于refactoring思考虽然refactoring几乎可以随时进行,然而,按照我们关于两顶帽子的原则,在某些场合下 ,refactoring的介入显得更加实际、有意义、富有成效。另外,在最后进入Refactoring实践之前,我把Kent Beck和Marti...查看完整版>>
关于refactoring思考
08.
关于refactoring思考虽然refactoring几乎可以随时进行,然而,按照我们关于两顶帽子的原则,在某些场合下 ,refactoring的介入显得更加实际、有意义、富有成效。另外,在最后进入Refactoring实践之前,我把Kent Beck和Martin Fo...查看完整版>>
关于refactoring思考
09.
[zt]Refactoring to Patterns——简介 Kerievsky(原作)Refactoring to Patterns——简介 Kerievsky(原作) 关键字 refactoring pattern Refactoring to Patterns简介撰文/Joshua Kerievsky 编译/透明模式是面向对象设计的基石,而测试优先的编程方...查看完整版>>
[zt]Refactoring to Patterns——简介 Kerievsky(原作)
10.
这两天学习JSF / AspectJ / Refactoring这几天在学习JSF / AspectJ / Refactoring, 以及在eclipse下的使用。AspectJ中的四个概念: - 切入点(类似于一个动作,一件事情,甚至一组动作或事情等等),具体可以是一个或者几个方法,实例化,赋值(set,get)...查看完整版>>
这两天学习JSF / AspectJ / Refactoring
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。