• 大小: 74KB
    文件类型: .rar
    金币: 2
    下载: 1 次
    发布日期: 2021-06-08
  • 语言: Html/CSS
  • 标签: XMLjavascrip  

资源简介

后台数据写成 前台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.xml

     文件         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\meta-INF\MANIFEST.MF

     文件       1040  2011-11-23 21:32  AutoCreateTable\WebContent\WEB-INF\web.xml

     目录          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\meta-INF

     目录          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个文件信息

评论

共有 条评论

相关资源