分类导航,
分享于 点击 25271 次 点评:201
分类导航,
JAVA基础
JAVA基础
JAVA构造函数、覆盖、隐藏:http://blog.csdn.net/zyplus/article/details/6690530
JAVA可变参数与重载:http://quicker.iteye.com/blog/2009921
JAVA序列化:http://quicker.iteye.com/blog/548796
MAP迭代:http://blog.163.com/anyangmeng@126/blog/static/20758584201308102412121/
请慎用java的File的renameTo(File)方法:http://xiaoych.iteye.com/blog/149328
JAVA异常
Java异常体系结构:http://blog.csdn.net/junlixxu/article/details/6096266
深入理解java异常处理机制:http://blog.csdn.net/hguisu/article/details/6155636
异常的深入研究1:http://swiftlet.net/archives/998
异常的深入研究2:http://swiftlet.net/archives/1009
异常的限制,异常说明在类继承是怎样的:http://quicker.iteye.com/blog/550958
注意异常丢失的情况:http://quicker.iteye.com/blog/550957
捕获异常然后抛出另一个异常发生了什么:http://quicker.iteye.com/blog/550956
异常类抛出使用:fillInStackTrace:http://quicker.iteye.com/blog/550954
try与finally块中return的问题:http://quicker.iteye.com/blog/571740
finally中使用return会吃掉catch中抛出的异常:http://blog.csdn.net/tiantiandjava/article/details/46777051
JAVA反射及远程方法调用
Class及instanceof关键字:http://quicker.iteye.com/blog/571502
示例一:http://quicker.iteye.com/blog/571498
示例二:http://quicker.iteye.com/blog/571497
示例三(Socket远程调用):http://quicker.iteye.com/blog/571492
示例四(结合代理模式):http://quicker.iteye.com/blog/571491
静态代理参考:http://quicker.iteye.com/blog/571494
动态代理参考:http://quicker.iteye.com/blog/571493
RMI远程方法调用:http://quicker.iteye.com/blog/853016
深入浅出JAVA的反射:http://edu.csdn.net/course/detail/765
JAVA虚拟机与内存管理
JAVA虚拟机规范:http://www.cnblogs.com/gw811/archive/2012/10/18/2729490.html
JVM高级特性之运行时数据区域:http://www.cnblogs.com/gw811/archive/2012/10/18/2730117.html
JAVA高级特性之垃圾收集器与内存分配策略:http://www.cnblogs.com/gw811/archive/2012/10/19/2730258.html
JAVA高级特性之内存分配与回收策略:http://m.blog.csdn.net/blog/aiwuzhiling/39347701
JAVA内存管理:http://liu1227787871.blog.163.com/blog/static/205363197201263103320466/
JVM内存管理及性能调优(内存溢出与内存泄露):http://quicker.iteye.com/blog/2240149
JAVA多线程
JAVA中volatile关键字的含义:(另参见单例模式一文)http://www.cnblogs.com/aigongsi/archive/2012/04/01/2429166.html
JAVA设计模式
MVC模式:http://quicker.iteye.com/blog/571775
GRASP原则简介:http://quicker.iteye.com/blog/612271
策略模式:http://quicker.iteye.com/blog/603935
观察者模式一:http://quicker.iteye.com/blog/605988
观察者模式二:http://quicker.iteye.com/blog/604969
装饰模式:http://quicker.iteye.com/blog/607122
工厂方法:http://quicker.iteye.com/blog/607944
抽象工厂:http://quicker.iteye.com/blog/608844
单例模式:http://quicker.iteye.com/blog/610398
命令模式:http://quicker.iteye.com/blog/610402
适配模式:http://quicker.iteye.com/blog/600135
Facade模式:http://quicker.iteye.com/blog/600083
模板方法模式:http://quicker.iteye.com/blog/712693
代理模式:http://quicker.iteye.com/blog/714232
迭代与组合:http://quicker.iteye.com/blog/716022
状态模式:http://quicker.iteye.com/blog/717084
代理、装饰、适配模式区别:http://quicker.iteye.com/blog/714598
另见:
创建型Builder模式:http://quicker.iteye.com/blog/587588
创建型单例模式:http://quicker.iteye.com/blog/579948
创建型工厂模式:http://quicker.iteye.com/blog/575183
创建型工厂方法:http://quicker.iteye.com/blog/571714
行为型策略模式:http://quicker.iteye.com/blog/564116
结构型装饰模式:http://quicker.iteye.com/blog/554032
设计模式链接汇总:http://quicker.iteye.com/blog/551273
另参见:
刘伟设计模式: http://blog.csdn.net/lovelion/article/details/17517213
JAVA应用
对象与XML映射组件Castor-XML
XML与JAVA技术:http://www.ibm.com/developerworks/cn/xml/x-bindcastor/
用Castor处理XML文档:http://www.cnblog.com/hoojo/archive/2011/04/25/2026819.html
Castor功能与应用参考:http://blog.csdn.net/lucifer821031/article/details/1925842
castor参考文档:http://wenku.baidu.com/link?url=ZiB-Wh9fb49SxH4ROHAqmzsQ1WesqDsElq2wEvcvN5sbWuzmIqT2ZJDCmAaSh55it6ao82w30IpClJxaBDl1h0p1kuMXBubAPT9ykCjJiNa
Castor-xml映射出现节点重复问题解决:http://quicker.iteye.com/blog/2235242
Spring
Spring初学理解:http://blog.csdn.net/cofesun/article/details/7793459
ORACLE
函数使用
Decode函数:http://jingyan.baidu.com/article/c45ad29cf08673051753e28b.html
CASE函数1:http://lj.soft.blog.163.com/blog/static/7940248120109215191358/
CASE函数2:http://www.cnblogs.com/eshizhan/archive/2012/04/06/2435493.html
GROUPING函数:http://blog.csdn.net/damenggege123/article/details/38794351
ORACLE ROLLUP和CUBE的使用:http://blog.csdn.net/wanghai__/article/details/4817920
ORACLE GROUPING函数的使用:http://blog.csdn.net/wanghai__/article/details/4818072
Oracle分组ROLLUP、GROUP BY、GROUPING、GROUPING SETS区别和作用:http://www.cnblogs.com/simplefrog/archive/2012/07/15/2592371.html
rollup()和rollup(())的区别:http://quicker.iteye.com/blog/2237085
Linux Oracle服务启动&停止脚本与开机自启动:http://www.cnblogs.com/mchina/archive/2012/11/27/2782993.html
oracle的启动和关闭:http://www.cnblogs.com/victor_chou/archive/2009/07/09/1519594.html
JS\AJAX\CSS\HTML
AJAX
AJAX示例一:http://quicker.iteye.com/blog/571523
AJAX示例二:http://quicker.iteye.com/blog/571522
AJAX示例三:http://quicker.iteye.com/blog/571521
JQUERY AJAX提交问题:http://quicker.iteye.com/blog/1403069
JSON应用:http://quicker.iteye.com/blog/1409949
项目构建
MAVEN
MAVEN安装部署及与Tomcat集成:http://quicker.iteye.com/blog/1128764
Maven多种方式打可执行jar包:http://quicker.iteye.com/blog/2319947
Maven控件proguard-maven-plugin使用http://quicker.iteye.com/blog/2321714
ANT
ant在eclipse下出错:http://quicker.iteye.com/blog/571750
ANT XML 等FAQ:http://quicker.iteye.com/blog/571557
ANT示例代码:http://quicker.iteye.com/blog/571554
ANT再学习及实践:http://quicker.iteye.com/blog/677130
JAVA打包成JAR文件直接运行一:http://quicker.iteye.com/blog/744953
ant打包jar包:http://quicker.iteye.com/blog/838388
ant打包jar包:http://quicker.iteye.com/blog/838649
快速构建HUDSON/JENKINS
Hudson+Ant+SVN+Tomcat实现快速构建一http://quicker.iteye.com/blog/2321982
Hudson+Ant+SVN+Tomcat实现快速构建二http://quicker.iteye.com/blog/2322029
Hudson+MAVEN+SVN+Tomcat实现快速构建http://quicker.iteye.com/blog/2322221
Jenkins+MAVEN+SVN+Tomcat实现快速构建http://quicker.iteye.com/blog/2322323
相关文章
- 暂无相关文章
用户点评