原创 springmvc + mybatis 整合實例

http://blog.163.com/let_dreams_fly/blog/static/16803136520117855351735/

原创 oracle表數據複製

insert into XX_A select * from XX_B; 前提:表結構一樣。

原创 一個不錯的spring源碼策略模式講解

http://www.ibm.com/developerworks/cn/java/j-lo-spring-resource/index.html

原创 Jsp,Servlet版本比對

JSP/Servlet Version Servlet Version JSP Version JSTL Version Java EE Version 2.5 2.1 1.2 5 2.4 2.0 1.1 1.4 2.3 1.2 1.0

原创 tomcat JNDI配置

1.jndi 概念 http://baike.baidu.com/view/209575.htm tomcat官方文檔,tomcat啓動後訪問http://localhost:8080/docs/jndi-resources-howto

原创 tomcat管理界面登入

http://michales003.iteye.com/blog/163646; http://zhidao.baidu.com/question/240098443.html; http://zhidao.baidu.com/que

原创 Log4j 日誌 集成項目

  http://86asm.iteye.com/blog/976019

原创 java 判斷對象是不爲數組

兩種方式: 1.if( value instanceof   String[] ){} 2.if(value.getClass().isArray() ){}   /** * Determines if this <code>

原创 tomcat管理界面查看jndi服務

tomcat 啓動有doc文檔 http://localhost:8080/docs/manager-howto.html#List_Available_Security_Roles 下有 url:http://localhost:8

原创 java.lang.IllegalArgumentException: Mapped Statements collection does not contai

java.lang.IllegalArgumentException: Mapped Statements collection does not contain value for com.XX.dao.UserMapper.getU

原创 Myeclipse中web項目不能發佈到tomcat的解決辦法

http://www.blogjava.net/javagrass/archive/2011/05/13/350137.html

原创 jstl替代struts1便籤格式化輸出

1.引入標籤庫 jstl1.0對應的standard.jar文件 <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c"%><%@ taglib uri="http://jav

原创 tomcat啓動報錯

1.javax.naming.NameNotFoundException: Name UserDatabase is not bound in this Context 2.LifecycleException: No UserData

原创 Java Properties使用詳解

http://www.cnblogs.com/panjun-Donet/archive/2009/07/17/1525597.html

原创 weblogic Connection reset by peer: socket write error

http://blog.csdn.net/xiaoxiaoxuewen/article/details/7697647 http://01404421.iteye.com/blog/699948