寫在前面:如有錯誤,請評論或發郵箱至mavshuang@gmail.com,期待與大家交流。
說明:Eclipse 是一個開放原始碼的、基於Java的可擴充開發平台。就其本身而言,它只是一個架構和一組服務,用於通過外掛程式組件構建開發環境。幸運的是,Eclipse 附帶了一個標準的外掛程式集,包括Java開發工具(Java Development Kit,JDK),該款工具是Java開發人員必備工具之一,將Eclipse配置資訊顯示如下所示: 0、配置eclipse開機檔案
修改紅色框內內容如下所示:
1、設定字型
2、Validation
如果你需要驗證某個檔案的時候,我們可以單獨去驗證它。
3、Content Assistant
3.1、Java代碼中
在紅色方框內輸入”a-z“26個字母; 3.2、JavaScript代碼中
由於只能輸入三個字母只能將其匯出後修改後再將其匯入到eclipse中
4、配置DTD約束檔案 當編寫架構設定檔時不能自動提示,便將對應的設定檔整合進eclipse中,步驟如下所示:
本人設定檔如下所示: [html] view plain copy struts2: D:\Users\dtdFiles\struts2.3\struts-2.3.dtd http://struts.apache.org/dtds/struts-2.3.dtd D:\Users\dtdFiles\struts2.3\xwork-validator-1.0.2.dtd http://struts.apache.org/dtds/xwork-validator-1.0.2.dtd hibernate3: D:\Users\dtdFiles\hibernate3\hibernate-configuration-3.0.dtd http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd D:\Users\dtdFiles\hibernate3\hibernate-mapping-3.0.dtd http://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd spring3: D:\Users\dtdFiles\spring\beans\spring-beans-3.0.xsd http://www.springframework.org/schema/beans/spring-beans-3.0.xsd D:\Users\dtdFiles\spring\context\spring-context-3.0.xsd http://www.springframework.org/schema/context/spring-context-3.0.xsd D:\Users\dtdFiles\spring\tx\spring-tx-3.0.xsd http://www.springframework.org/schema/tx/spring-tx-3.0.xsd D:\Users\dtdFiles\spring\aop\spring-aop-3.0.xsd http://www.springframework.org/schema/aop/spring-aop-3.0.xsd D:\Users\dtdFiles\spring\mvc\spring-mvc-3.0.xsd http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd jbpm4.4 D:\Users\dtdFiles\jbpm\jpdl-4.4.xsd http://jbpm.org/4.4/jpdl MyBatis3 D:\Users\dtdFiles\mybatis\mybatis-3-config.dtd http://mybatis.org/dtd/mybatis-3-config.dtd D:\Users\dtdFiles\mybatis\mybatis-3-mapper.dtd http://mybatis.org/dtd/mybatis-3-mapper.dtd 5、設定自訂快速鍵
| 編號 |
快速鍵 |
說明 |
| 1 |
Alt + 0 |
開啟View視圖 |
| 2 |
Alt + 1 |