搜索资源列表
jsp小技巧
- 如何混合使用Jsp和SSI #include? 在JSP中可以使用如下方式包含纯HTML: <!--#include file=\"data.inc\"--> 但是如果data.inc中包含JSP CODE ,我们可以使用: <%@include file=\"data.inc\"%> 如何执行一个线程安全的JSP? 只需增加如下指令 <%@ page isThreadSafe=\"false\" %> JSP如何处理HTML FORM中的数据? 通过内置的r
GridView 数据表格类库
- 数据表格类库,支持单元格合并,文本对齐方式,字体,字体颜色,表格线定制,单元格读写权控制,列排序,动态增删行列,支持通过剪贴板同其他软件间的数据进行交互,支持单元格图形显示。可根据开发者需要进行二次开发.-Form class library of data to support cell merging, text alignment, font, font color, form lines custom, the right to read and write control of the
TestTablePreViw
- 一个可以动态实现多层数据映射的在View中动态画表格,并带有分页等功能的画表类-Dynamic implementation of a multi-layer data can be mapped dynamically drawn in the View form and painted with paging and other functions of the table class