關於myeclipse的模板及輔助設定,自用留存
1) JSP File Template :
<%
/*
*————————————————————————
* Describe :
* Author : Z.MingYu (netwild)
* Update : ${date} ${time}
* Email : netwild@ITPlus.com.cn
* Copyright : (c) 2010-${year} ITPlus.com.cn. All rights reserved.
*————————————————————————
*/
%>
<%@ page language=”java” contentType=”text/html; charset=${encoding}” pageEncoding=”${encoding}”%>
<%@ page import=”java.util.*”%>
<%
//clear cache!
response.setHeader(“Pragma”, “No-cache”);
response.setHeader(“Cache-Control”, “no-cache”);
response.setDateHeader(“Expires”, 1);
//sys root path
String rootPath = request.getContextPath();
%>
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd“>
<html xmlns=”http://www.w3.org/1999/xhtml“>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=${encoding}” />
<meta http-equiv=”Expires” content=”0″ />
<title>JSP File</title>
<script language=”javascript” type=”text/javascript” src=”<%=rootPath%><!–
/client/jsTool.jsp?enExt=false&enEditer=false”>
// –></script>
</head>
<body>
${cursor}
</body>
</html>
2) HTML File Template :
/*
*————————————————————————
* Describe :
* Author : Z.MingYu (netwild)
* Update : ${date} ${time}
* Email : netwild@ITPlus.com.cn
* Copyright : (c) 2010-${year} ITPlus.com.cn. All rights reserved.
*————————————————————————
*/
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd“>
<html xmlns=”http://www.w3.org/1999/xhtml“>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=${encoding}” />
<meta http-equiv=”Expires” content=”0″ />
<title>HTML File</title>
</head>
<body>
${cursor}
</body>
</html>
3) JAVA Code Template :
Java > Code Style > Code Templates > Code > New Java Files
${filecomment}
${package_declaration}
/**
* @descript : desc…
* @author Z,MingYu (netwild)
* @version :${date} ${time}
*/
${typecomment}
${type_declaration}
4) JAVA Method Comments :
Java > Code Style > Code Templates > Comments > Methods
/**
* @descript : desc…
* @category : method name
* @author : Z,MingYu (netwild)
* ${tags}
*/
寵辱不驚,看庭前花開花落;去留無意,望天上雲捲雲舒
相關文章
- 關於locale的設定
- 關於iOS的App上線,純自用,markiOSAPP
- 關於mysql字符集及排序規則設定MySql排序
- css中關於table的相關設定CSS
- MyEclipse設定文字編碼Eclipse
- MyEclipse設定編碼方式Eclipse
- 關於jive的設定問題
- postman關於斷言的設定Postman
- 關於Oracle降序索引的定意及回溯Oracle索引
- 關於靜態檔案目錄與模板引用和Nginx location塊的適配設定Nginx
- 關於aio的設定的討論AI
- MyEclipse - Jsp中Javascript的提示設定EclipseJSJavaScript
- 關於solairs10的檔案描述符問題及設定AI
- 關於RAC 的Data Guard中FAL_SERVER及FAL_CLIENT的設定Serverclient
- 關於遊戲中“設定介面”的思考遊戲
- 關於移動端rem的設定REM
- 關於糾結的recycle pool的設定
- MySQL 關於Table cache設定MySql
- 線段樹模板重製(自寫自用)
- eclipse/myeclipse註釋模板的修改Eclipse
- 設定myeclipse的預設編碼為utf-8Eclipse
- 使用MyEclipse設定所需配置的iOS應用EclipseiOS
- myeclipse_templates模板圖解Eclipse圖解
- OkHttp關於https請求的設定HTTP
- 關於PHP.ini檔案的設定PHP
- 關於文字特性的一些設定
- 關於SGA設定的一點總結
- 關於sort/hash區域大小的設定
- 關於listener.ora中的HOST設定
- Linux-關於locale的設定(轉)Linux
- HTML頁面關於高分屏的設定HTML
- MyEclipse 8.5 與MyEclipse 6.5程式碼自動提示設定(轉)Eclipse
- 預設源(自用)
- 關於border設定無邊框
- [BUG反饋]關於設定選單的BUG
- 關於環境變數設定的問題變數
- 請教關於jive版主設定的問題。
- 關於控制檯編碼的設定問題