eclipse debug模式的設定
1. 新增啟動項
main class : org.apache.catalina.startup.bootstrap
2.設定啟動引數
program arguments為應用程式引數,為:start
vm arguments 為:
-xms512m -xmx512m -xx:permsize=128m -xx:maxpermsize=128m -dfile.encoding=utf8 -duser.timezone=gmt+8:00
working directory:
3.設定jre
4.設定classpath
如圖設定,其中bootstrap.jar和tomcat-juli.jar在tomcat的bin目錄下。tomcat-juli.jar只有在tomcat版本為 7 時才需要選擇。
5.設定sources
debug的時候需要跟入**,這個時候將相應的工程、source包新增進來就可以了。
6.common設定
Head First設計模式筆記(設配器模式)
設配器模式 將乙個類的介面,轉換成客戶期望的另乙個介面,設配器讓原來介面不相容的類可以合作無間 火雞介面 public inte ce turkey具體的火雞 public class wildturkey implements turkey override public void fly 鴨子介...
spring裡的依賴注入模式 設值注入
控制反轉 inversion of control,ioc 乙個大家都很熟悉的名詞,而其大而化之的名字卻很容易為它的神秘增加一道朦朧的面紗.為了更能描述其特點,於是誕生 依賴注入 dependency injection 依賴注入模式主要分為 設定注入,構造子注入和介面注入.本文只講述設定注入.每乙...
html亂碼 設定html編輯模式 tab設定
解決html亂碼問題 兩步 1 選中html檔案 右鍵 properties resource text file encoding other utf 8 2 在元素下,新增 設定html預設的是編輯模式 因為預設的myeclipse viasul html designer太卡,所以設定為htm...