-
大小: 74KB文件類型: .rar金幣: 2下載: 1 次發布日期: 2021-06-08
- 語言: Html/CSS
- 標簽:
資源簡介
后臺數據寫成
前臺HTML自動顯示成表格了...并且無論表頭有多少標題都可以擴展,直接導入進eclipse就能用.....

代碼片段和文件信息
package?study;
import?java.io.IOException;
import?javax.servlet.ServletException;
import?javax.servlet.http.HttpServlet;
import?javax.servlet.http.HttpServletRequest;
import?javax.servlet.http.HttpServletResponse;
public?class?SendMsg?extends?HttpServlet?{
private?static?final?long?serialVersionUID?=?1L;
????public?SendMsg()?{
????}
protected?void?doGet(HttpServletRequest?request?HttpServletResponse?response)?throws?ServletException?IOException?{
doPost(requestresponse);
}
protected?void?doPost(HttpServletRequest?request?HttpServletResponse?response)?throws?ServletException?IOException?{
String?buff=
“ription=‘Service?Plan?for?Provisioning?Devices‘?Asigned=‘0‘/>“+
“ription=‘StandardService?Plan?01‘?Asigned=‘0‘/>“+
“ription=‘sp1_c10_app1?RecipesBySMM‘?Asigned=‘0‘/>“+
“ription=‘sp1_c10_app2?RecipesBySMM?2‘?Asigned=‘0‘/>“+
“
“;
????response.getWriter().println(buff.toString());
}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????725??2011-11-23?21:34??AutoCreateTable\.classpath
?????文件???????1048??2011-11-23?21:00??AutoCreateTable\.project
?????文件????????503??2011-11-23?21:00??AutoCreateTable\.settings\.jsdtscope
?????文件????????395??2011-11-23?21:00??AutoCreateTable\.settings\org.eclipse.jdt.core.prefs
?????文件????????475??2011-11-23?21:00??AutoCreateTable\.settings\org.eclipse.wst.common.component
?????文件????????305??2011-11-23?21:00??AutoCreateTable\.settings\org.eclipse.wst.common.project.facet.core.xm
?????文件?????????49??2011-11-23?21:00??AutoCreateTable\.settings\org.eclipse.wst.jsdt.ui.superType.container
?????文件??????????6??2011-11-23?21:00??AutoCreateTable\.settings\org.eclipse.wst.jsdt.ui.superType.name
?????文件???????1506??2011-11-25?17:07??AutoCreateTable\build\classes\study\SendMsg.class
?????文件???????1152??2011-11-24?16:24??AutoCreateTable\src\study\SendMsg.java
????..A..H.??????3834??2011-11-24?14:11??AutoCreateTable\WebContent\.tmp_gongsipeizhi-list-cy02.html.93344~
?????文件???????2213??2011-11-24?17:36??AutoCreateTable\WebContent\css\commond.css
?????文件???????3010??2011-11-24?20:15??AutoCreateTable\WebContent\gongsipeizhi-list.html
?????文件???????1118??2011-11-19?10:11??AutoCreateTable\WebContent\js\ajax.js
?????文件???????5040??2011-11-24?19:58??AutoCreateTable\WebContent\js\CreateTable2.js
?????文件???????3145??2011-11-24?20:00??AutoCreateTable\WebContent\js\getCompanyDeploy-caoy.js
?????文件?????238159??2011-11-19?10:16??AutoCreateTable\WebContent\js\jquery-1.6.4.js
?????文件?????????39??2011-11-23?21:00??AutoCreateTable\WebContent\me
?????文件???????1040??2011-11-23?21:32??AutoCreateTable\WebContent\WEB-INF\web.xm
?????目錄??????????0??2011-11-25?18:06??AutoCreateTable\build\classes\study
?????目錄??????????0??2011-11-23?21:00??AutoCreateTable\WebContent\WEB-INF\lib
?????目錄??????????0??2011-11-25?18:06??AutoCreateTable\build\classes
?????目錄??????????0??2011-11-25?18:06??AutoCreateTable\src\study
?????目錄??????????0??2011-11-25?18:06??AutoCreateTable\WebContent\css
?????目錄??????????0??2011-11-25?18:06??AutoCreateTable\WebContent\js
?????目錄??????????0??2011-11-25?18:06??AutoCreateTable\WebContent\me
?????目錄??????????0??2011-11-25?18:06??AutoCreateTable\WebContent\WEB-INF
?????目錄??????????0??2011-11-25?18:06??AutoCreateTable\.settings
?????目錄??????????0??2011-11-25?18:06??AutoCreateTable\build
?????目錄??????????0??2011-11-25?18:06??AutoCreateTable\src
............此處省略5個文件信息
- 上一篇:基于HTML5的音樂可視化網站設計說明書
- 下一篇:weather.html
評論
共有 條評論