- 博客(13)
- 资源 (5)
- 收藏
- 关注
原创 在Windows XP上安装Oracle11gR2时出错
<br />在Windows XP上安装Oracle11gR2时出错 File not found D:/app/oracle/product/11.2.0/dbhome_1/bin/orandce11.dll.dbl orancds11r.dll.dbl<br /> <br /> <br /> <br />解决办法:<br />忽略这两个错误<br />或者重命名注册表项 “HKEY_LOCAL_MACHINE/Software/Gradient/DCE”,重新安装,安装前删除DCE软件
2011-04-19 15:39:00
625
原创 Java 5.0 Thread
<br />1. 处理Thread里的未捕获异常为Thread class增加了setUncaughtExceptionHandler(Thread.UncaughtExceptionHandler eh)方法和Thread.UncaughtExceptionHandler class。<br />2. 增加了线程安全的collection,如:ConcurrentHashMap,CopyOnWriteArrayList等,在java.util.concurrent package下<br />3. 增加B
2010-12-31 15:13:00
375
原创 Java 新功能
<br />enum:<br /> <br />构造和接口<br />public interface B {public void B_B();}<br />public enum A implements B {<br />A_A(0),<br />A_B(0),<br />A_C(0);<br /> <br />private int num;<br />A(int num) {<br />this.num = num;<br />}<br /> <br />public void B_B(){}<b
2010-11-22 16:35:00
344
原创 几篇关于CDI的文章
<br />http://www.theserverside.com/news/1373391/Dependency-Injection-in-Java-EE-6-Part-1<br />http://www.theserverside.com/news/1379813/Dependency-injection-in-Java-EE-part-2<br />http://www.theserverside.com/news/2240016831/Part-3-of-dependency-injection-
2010-08-26 14:07:00
316
原创 Java图形操作xmlgraphics
<br />可以支持SVG的图形库<br />http://xmlgraphics.apache.org/#batik
2010-08-19 16:09:00
2693
原创 JMS
<br />apache messenger apply convenience to develop JMS.<br />http://commons.apache.org/dormant/messenger/
2010-08-19 14:20:00
225
原创 Bonita ProcessBuilder
<br />可以利用Bonita的ProcessBuilder来创建一个bar文件,然后发布到数据库中,从而实现不使用BOS来创建工作流。<br /> <br />ProcessBuilder processBuilder = ProcessBuilder.createProcess("Test_Process", "1.0");<br /> processBuilder.addDescription("This is build by program.");<br />
2010-08-17 11:46:00
418
原创 struts2 learn
<br />Struts 2 isn’t just a new release of the older Struts 1 framework. It is a completely new framework, based on the esteemed OpenSymphony WebWork framework.<br />Since we’ve stressed that Struts 2 is truly a new framework, you might be wondering how ha
2010-08-13 16:38:00
247
原创 actionScript XML查询
<br />If you don't know (or care) about the full path from the root node to the node (or nodes) for which you are searching, use the double-dot operator to indicate that you want to locate all matching nodes at any level in the XML tree. For example,
2010-08-13 09:28:00
368
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人