- 授权协议: Apache
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: https://git.oschina.net/ifeilong/feilong-taglib
- 软件文档: https://git.oschina.net/ifeilong/feilong-taglib
软件介绍
feilong-taglib,是 JSP常用自定义标签集
主要由两部分组成
Common
包含所有自定义标签的base类,以及常用的自定义标签 和el function
taglib | 说明 |
---|---|
isContains | 判断一个值,是否在一个集合(或者可以被转成Iterator)当中 |
isInTime | 判断一个日期(date),是否在一个时间区间内(beginDate,endDate) |
Display
包含页面渲染显示的标签
taglib | 说明 |
---|---|
pager | J2EE分页解决方案 |
concat | jsp版本的 "css/js合并以及版本控制"的标签 |
option | 用来基于 i18n配置文件,渲染select option选项,实现国际化功能,简化开发 |
barcode | 用来在页面生成二维码 |
Maven使用配置
taglib jar你可以直接在 仓库 浏览
如果你使用 maven, 您可以通过以下方式来配置 pom.xml:
.... 1.10.4 .... .... feilong-repository https://raw.github.com/venusdrogon/feilong-platform/repository .... .... com.feilong.platform feilong-taglib ${version.feilong-platform} .... ....
使用示例:
两行代码搞定分页显示
.... ....
更多说明,参见 pager
The Joy of X
Niall Mansfield / UIT Cambridge Ltd. / 2010-7-1 / USD 14.95
Aimed at those new to the system seeking an overall understanding first, and written in a clear, uncomplicated style, this reprint of the much-cited 1993 classic describes the standard windowing syste......一起来看看 《The Joy of X》 这本书的介绍吧!