AWTaglib

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

软件介绍

AWTaglib是一个Jsp标签可用于创建网格(grid)控件.它还提供一些额外的功能可以把网格中的数据导出为XLS,PDF和CSV(利用JasperReports来实现)并能与Struts框架相结合.

使用代码行如:

< awtaglib:gridIterator id= "index" name= "gridCollection" report= "true" dynamic= "true" styleClass= "grid" action= "/report" >
< awtaglib:gridElement name= "index" property= "name" title= "title.name" type= "editable" / >
< awtaglib:comboGridElement name= "index" property= "age" title= "title.age" options= "comboCollection" labelProperty= "name" labelValue= "value" / >
< awtaglib:listGridElement name= "index" property= "address" title= "title.address" collection= "listCollection" valuecolumn= "1" / >
< awtaglib:gridElement name= "index" property= "birthDate" title= "title.birthdate" type= "date" / >
< awtaglib:CheckBoxGridElement name= "index" property= "single" title= "title.single" trueValue= "single" falseValue= "married" / >
< / awtaglib:gridIterator >

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

R Cookbook

R Cookbook

Paul Teetor / O'Reilly Media / 2011-3-22 / USD 39.99

With more than 200 practical recipes, this book helps you perform data analysis with R quickly and efficiently. The R language provides everything you need to do statistical work, but its structure ca......一起来看看 《R Cookbook》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

SHA 加密
SHA 加密

SHA 加密工具

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具