摘要: 恢复内容开始 需求:在页面中选中多个商品id,对其进行批量删除 如下只列出jsp代码,是包装类型(QueryVo)的参数绑定 <form action="${pageContext.request.contextPath }/指定路径" method="post"> 查询条件: <table wid 阅读全文
posted @ 2018-08-02 16:52 呼丿 阅读(399) 评论(0) 推荐(0) 编辑
摘要: 当我们执行修改时,修改时间的格式可能是多种多样的,因此我们需要自定义格式 /** * 转换日期类型的数据 * S : 页面传递过来的类型 * T : 转换后的类型 */ public class DateConveter implements Converter<String,Date>{ publ 阅读全文
posted @ 2018-08-02 16:30 呼丿 阅读(489) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 阅读全文
posted @ 2018-08-02 16:02 呼丿 阅读(114) 评论(0) 推荐(0) 编辑