JSP表格标签库 eXtremeTable

码农软件 · 软件分类 · 标签库(Taglib) · 2019-04-19 18:44:14

软件介绍

eXtremeTable是一个可扩展的用于以表格的形式来显示数据的一组JSP标签库.

代码有如:

 <ec:table 
   
items="presidents"
   
action="${pageContext.request.contextPath}/presidents.run"
   
imagePath="${pageContext.request.contextPath}/images/*.gif">
   
<ec:row>
     
<ec:column property="firstName"/>
     
<ec:column property="lastName"/>
     
<ec:column property="termDate"/>
   
</ec:row>
 
</ec:table>

本文地址:https://www.codercto.com/soft/d/3943.html

A Philosophy of Software Design

A Philosophy of Software Design

John Ousterhout / Yaknyam Press / 2018-4-6 / GBP 14.21

This book addresses the topic of software design: how to decompose complex software systems into modules (such as classes and methods) that can be implemented relatively independently. The book first ......一起来看看 《A Philosophy of Software Design》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码