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://codercto.com/soft/d/3943.html

Algorithms

Algorithms

Robert Sedgewick、Kevin Wayne / Addison-Wesley Professional / 2011-3-19 / USD 89.99

Essential Information about Algorithms and Data Structures A Classic Reference The latest version of Sedgewick,s best-selling series, reflecting an indispensable body of knowledge developed over the ......一起来看看 《Algorithms》 这本书的介绍吧!

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换