文章列表
所有标签:
Tags fmt:requestEncoding fmt:setLocale fmt:timeZone fmt:setTimeZone fmt:bundle fmt:setBundle fmt:message fmt:param fmt:formatNumber fmt:parseNumber fmt:formatDate fmt:parseDate
<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %>
jstl fmt 函数大全
...
一个Customer中有多个Order
Customer.hbm.xml:
<hibernate-mapping>
<class name="com.demo.hibernate.model.Customer" table="CUSTOMER">
<id name="id" type ="java.lang.Integer" column="CID">
<gene ...