Changes between Version 5 and Version 6 of waue/2010/0805
- Timestamp:
- Aug 5, 2010, 11:53:45 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
waue/2010/0805
v5 v6 15 15 16 16 * web.xml (可參考附件) 17 || 一般 || || 18 || Eclipse || /WebContent/WEB-INF/web.xml || 17 18 || 一般 || $tomcat/webapps/$pj/WEB-INF/web.xml || 19 || Eclipse || $worspace/$pj/WebContent/WEB-INF/web.xml || 19 20 20 21 {{{ … … 41 42 42 43 * index.jsp 43 || 一般 || || 44 || Eclipse || /WebContent/index.jsp || 44 45 || 一般 || $tomcat/webapps/$pj/index.jsp || 46 || Eclipse || $worspace/$pj/WebContent/index.jsp || 45 47 46 48 {{{ … … 73 75 74 76 * taglibs-i18n.tld 75 || 一般 || || 76 || Eclipse || /WebContent/WEB-INF/taglibs-i18n.tld || 77 78 || 一般 || $tomcat/webapps/$pj/WEB-INF/taglibs-i18n.tld || 79 || Eclipse || $worspace/$pj/WebContent/WEB-INF/taglibs-i18n.tld || 77 80 78 81 [http://trac.nchc.org.tw/cloud/raw-attachment/wiki/waue/2010/0805/taglibs-i18n.tld (可下載附件)] … … 80 83 81 84 * taglibs-i18n.jar 82 || 一般 || || 83 || Eclipse || /WebContent/WEB-INF/lib/taglibs-i18n.jar || 85 86 || 一般 || $tomcat/webapps/$pj/WEB-INF/lib/taglibs-i18n.jar || 87 || Eclipse || $worspace/$pj/WebContent/WEB-INF/lib/taglibs-i18n.jar || 84 88 85 89 [http://trac.nchc.org.tw/cloud/raw-attachment/wiki/waue/2010/0805/taglibs-i18n.jar (可下載附件)] 86 90 87 91 * i18n_en.properties 88 || 一般 || || 89 || Eclipse || /Java Resource:src /org.mytest/ || 92 93 || 一般 || $tomcat/webapps/$pj/WEB-INF/classes/org/mytest/i18n_en.properties || 94 || Eclipse || $worspace/$pj/src/org/mytest || 90 95 91 96 {{{ … … 98 103 99 104 * i18n_zh_TW.properties 100 || 一般 || ||101 || Eclipse || /Java Resource:src /org.mytest/ ||102 105 * utf8 轉碼工具 [http://www.tool.la/UTF-8/] 106 107 || 一般 || $tomcat/webapps/$pj/WEB-INF/classes/org/mytest/i18n_zh_TW.properties || 108 || Eclipse || $worspace/$pj/src/org/mytest || 103 109 104 110 {{{