資源簡介
本案例針對bootstrap中table的使用方法,通過ajax遠(yuǎn)程調(diào)用服務(wù)器實(shí)現(xiàn)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.xm
?????文件??????????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\me
?????文件??????????39??2017-03-26?15:41??BootStrapTable\WebContent\me
?????目錄???????????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.xm
?????目錄???????????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個文件信息
評論
共有 條評論