`
文章列表
StringUtils.hasLength(null) = false StringUtils.hasLength("") = false StringUtils.hasLength(" ") = true StringUtils.hasLength("Hello") = true    StringUtils.hasText(null) = false    StringUtils.hasText("") = false    StringUtils.hasText(" ") = false ...
http://justjavac.com/other/2012/05/15/qualified-programmer-should-read-what-books.html
http://blog.csdn.net/uestcong/article/details/7162095Eclipse导入工程后,XDoclet错误:Missing library: xdoclet-1.2.1.jar. Select the home directory for XDoclet. 1.
http://developer.51cto.com/art/201109/292225.htm http://heimaxiebo.iteye.com/blog/1828266 http://crazywen2011.iteye.com/blog/1746617
对比一下自己,你已经掌握了这25条中的多少 条了呢?  1.你需要精通面向对象分析与设计(OOA/OOD)、涉及模式(GOF,J2EEDP)以及综合模式。你应该了解UML,尤其是 class,object,interaction以及statediagrams。   2.你需要学习Java语言的基础 ...
http://kingdelee.iteye.com/admin/blogs/new
http://www.cnblogs.com/zhaoyang/archive/2012/01/07/2315455.html http://blog.chinaunix.net/uid-26959955-id-3248053.html

动态页面静态化

spring mvc静态化 http://blog.csdn.net/cq361106306/article/details/7834953 http://www.iteye.com/topic/1124045 http://bbs.csdn.net/topics/380083886?page=1#post-393503113 http://blog.sina.com.cn/s/blog_6c32fdc90100t8j5.html http://tonrenyuye.blog.163.com/blog/static/30012576200892822816827/ http://www.cnbl ...

设计模式

http://www.csdn.net/article/2012-06-04/2806324-software-design-interview-questions http://www.csdn.net/article/2012-06-25/2806857
数据结构 http://bbs.csdn.net/topics/390308007
CheckStyle,FindBugs和PMD检查出。
Office 2013激活工具KMSmicro V3.1可实现Win8本机激活 http://heyongchao.com/office-2013-activation-tool-kmsmicro-v3-1-can-be-realized- win8-native-activation.do

前台技术

详细解读frame和iframe http://heyongchao.com/iframeframeset.do ajax+div替代iframe框架实现无刷新嵌入其他页面 http://heyongchao.com/ajax-div-refresh-free-alternative-to-iframe-embedded-in-the-framework-of-other-pages.do 2012 年的 36 个优秀前端开发教程 http://www.oschina.net/news/35655/frontend-web-development-tutorials 盘点:崛起中的九大 ...
http://blog.csdn.net/gjyalpha/article/details/8269252 出国 优秀程序员不得不知道的20个位运算技巧 http://blog.csdn.net/nash_/article/details/8262185 16个HTML5 框架、模板以及生成工具 http://blog.csdn.net/jackiewell/article/details/7207410
多线程 进程和线程的区别 ProccessBuilder 和 Runtime.getRuntime().exec java中两种线程的创建方式 extends Thread和 implements Runnable 线程的生命周期:线程创建、Runnable、Running、Blocked、dead sleep、yield、join 等方法 线程打断 interrupt 什么是守护线程 对于并发访问资源的同步问题 sync同步代码块 如果同步实例方法、如何同步静态方法 什么是死锁 wait和notify的含义 网络编程 URL URLConnection ServerSocket Socket ...
Global site tag (gtag.js) - Google Analytics