• 大小: 645KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-06-15
  • 语言: Java
  • 标签: bootstrap  table  javaweb  ajax  

资源简介

本案例针对bootstrap中table的使用方法,通过ajax远程调用服务器实现table的显示、分页、查询。

资源截图

代码片段和文件信息

package cn.servlet;

import java.lang.reflect.Type;
import java.util.ArrayList;
import java.util.List;

import com.google.gson.Gson;
import com.google.gson.reflect.TypeToken;

public class JsonUtil {

private static Gson json = new Gson();

public static String parseJson(object value) {
try {
String str = json.toJson(value);
return str;
} catch (Exception e) {
// TODO: handle exception

return null;
}
}

public static object JsonToList(String content Type type) {

try {
return json.fromJson(content type);
} catch (Exception e) {
// TODO: handle exception

return null;
}

}
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2017-03-26 17:19  BootStrapTable\
     文件         834  2017-03-26 15:41  BootStrapTable\.classpath
     文件        1047  2017-03-26 15:41  BootStrapTable\.project
     目录           0  2017-03-26 17:19  BootStrapTable\.settings\
     文件         503  2017-03-26 15:41  BootStrapTable\.settings\.jsdtscope
     文件         364  2017-03-26 15:41  BootStrapTable\.settings\org.eclipse.jdt.core.prefs
     文件         494  2017-03-26 15:41  BootStrapTable\.settings\org.eclipse.wst.common.component
     文件         345  2017-03-26 15:41  BootStrapTable\.settings\org.eclipse.wst.common.project.facet.core.xml
     文件          49  2017-03-26 15:41  BootStrapTable\.settings\org.eclipse.wst.jsdt.ui.superType.container
     文件           6  2017-03-26 15:41  BootStrapTable\.settings\org.eclipse.wst.jsdt.ui.superType.name
     目录           0  2017-03-26 17:19  BootStrapTable\WebContent\
     目录           0  2017-03-26 17:19  BootStrapTable\WebContent\meta-INF\
     文件          39  2017-03-26 15:41  BootStrapTable\WebContent\meta-INF\MANIFEST.MF
     目录           0  2017-03-26 17:19  BootStrapTable\WebContent\WEB-INF\
     目录           0  2017-03-26 17:19  BootStrapTable\WebContent\WEB-INF\lib\
     文件      210856  2015-04-06 15:31  BootStrapTable\WebContent\WEB-INF\lib\gson-2.3.1.jar
     文件         657  2017-03-26 15:44  BootStrapTable\WebContent\WEB-INF\web.xml
     目录           0  2017-03-26 17:19  BootStrapTable\WebContent\css\
     文件       26132  2017-03-26 15:42  BootStrapTable\WebContent\css\bootstrap-theme.css
     文件       47706  2017-03-26 15:42  BootStrapTable\WebContent\css\bootstrap-theme.css.map
     文件       23409  2017-03-26 15:42  BootStrapTable\WebContent\css\bootstrap-theme.min.css
     文件       25648  2017-03-26 15:42  BootStrapTable\WebContent\css\bootstrap-theme.min.css.map
     文件      146010  2017-03-26 15:42  BootStrapTable\WebContent\css\bootstrap.css
     文件      389287  2017-03-26 15:42  BootStrapTable\WebContent\css\bootstrap.css.map
     文件      121200  2017-03-26 15:42  BootStrapTable\WebContent\css\bootstrap.min.css
     文件      542194  2017-03-26 15:42  BootStrapTable\WebContent\css\bootstrap.min.css.map
     文件        3493  2017-03-26 15:42  BootStrapTable\WebContent\dialog.html
     目录           0  2017-03-26 17:19  BootStrapTable\WebContent\fonts\
     文件       20127  2017-03-26 15:42  BootStrapTable\WebContent\fonts\glyphicons-halflings-regular.eot
     文件      108738  2017-03-26 15:42  BootStrapTable\WebContent\fonts\glyphicons-halflings-regular.svg
     文件       45404  2017-03-26 15:42  BootStrapTable\WebContent\fonts\glyphicons-halflings-regular.ttf
............此处省略37个文件信息

评论

共有 条评论