原创 Failed to obtain WLS Edit lock-Oracle Service Bus 10gR3

Failed to obtain WLS Edit lock; it is currently held by user weblogic. This indicates that you have either started a

原创 java.sql.connection對象

preparedstatement 是從java.sql.connection對象和所提供的sql字符串得到的,sql字符串中包含問號(?),這些問號標明變量的位置,然後提供變量的值,最後執行語句,例如:  string sql = "s

原创 JQuery-form-selector-選擇器

語法: $(selector).serialize() 使用方法: $("button").click(function(){ $("div").text($("form").serialize()); }); 幹什麼的? s

原创 Jquery學習--選擇器$("input:first").val()

 $("form").submit(function() {       if ($("input:first").val() == "correc

原创 int parseInt(String s, int radix)

public class Test { public static void main(String[] args) { int y = 37; int you = Integer.parseInt("133", y); S

原创 solaris jdk1.6安裝--紅聯 linux110

1.jdk-6u6-solaris-i586.tar.Z的安裝(x86)。a.解壓該包#zcat jdk-6u6-solaris-i586.tar.Z | tar -xf -b.安裝#pkgadd -d . SUNWj6rt SUNWj6

原创 ORA-28000: the account is locked

orcale 10g XE 數據庫 用戶名:system 密碼:democreen 解鎖過程: C:\Documents and Settings\Administrator>sqlplus /nolog SQL*Plus: Re

原创 spring3.x中jar包的說明

spring3.x中jar包的說明 org.springframework.aop- 3.0.0.RELEASE--------------------Spring的面向切面編程,提供AOP(面向切面編程)實現 org.springf

原创 demo隨記

 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://ww

原创 weblogic ERROR: transport error 202: bind failed: address already in use

服務器上啓動一個ESB域,當再啓動第二一個ESB代理服務的域時候 出現異常情況。 weblogic--Linux  啓動異常 info: ERROR: transport error 202: bind failed: Address a

原创 ArrayList removeRange方法分析

ArrayList removeRange方法分析 myeclipse安裝svn插件的多種方式

原创 Best practices for using KeyHolder?

 is the best way to use the new method http://forum.springsource.org/showthread.php?26740-Best-practices-for-using-KeyH

原创 針對BatchPreparedStatementSetter的代碼

批量處理用的很少,做一個記錄 /*** 批量更新數據* * @param forums*/public void addForums(final List<Forum> forums) {final String sql = "INS

原创 Tomcat源碼淺析(一)

Tomcat源碼目錄: Tomcat源碼淺析(一):下載源碼,導入eclipse並且運行 Tomcat源碼淺析(二):Tomcat原理 Tomcat源碼淺析(三):自己動手寫一個Tomcat Tomcat源碼淺析(四):總結    

原创 tomcat緩存清理

有的時候我們正常啓動tomcat發佈工程後會出現java拒絕鏈接的問題。 這個時候有必要去清理一下tomcat緩存來解決這個問題。 1.tomcat目錄下的temp文件夾 2.tomcat/work目錄下 Catalina文件夾 重啓to