摘要: package com.test.jedis; import java.text.ParseException;import java.text.SimpleDateFormat;import java.util.Calendar;import java.util.Date; public clas 阅读全文
posted @ 2017-06-08 13:54 贪吃的柳柳 阅读(152) 评论(0) 推荐(0) 编辑
摘要: <table id="detailTable"> <thead> <th><input style="text-align: center" class="checkbox" type="checkbox" id="quanxuanCheckBox"></th> <th>姓名</th> <th>年龄 阅读全文
posted @ 2017-05-06 10:54 贪吃的柳柳 阅读(922) 评论(0) 推荐(0) 编辑
摘要: 首先介绍下FormData这个前端对象https://segmentfault.com/a/1190000006716454。 <input type="file" onchange="" placeholder="" name="" class="form-control" id='myForm 阅读全文
posted @ 2017-05-06 10:31 贪吃的柳柳 阅读(107) 评论(0) 推荐(0) 编辑
摘要: <a href="1.html">跳转连接</a> 超链接的方式<script>window.location="1.html"</script>; JavaScript的方式路径配置这方面 /1.html 访问的是根目录下的 1.html文件../1.html 访问的是上层目录下的 1.html文 阅读全文
posted @ 2017-05-05 15:48 贪吃的柳柳 阅读(159) 评论(0) 推荐(0) 编辑
摘要: 为什么@COntroller要放在springMVC中? @Controller注解的bean必须由DispatcherServlet初始化的children webApplicationContext来管理,在DispatcherServlet初始化的context中会扫描当前容器所有的bean实 阅读全文
posted @ 2017-05-05 11:09 贪吃的柳柳 阅读(1575) 评论(0) 推荐(0) 编辑
摘要: //首先要在spring_mvc的配置文件中加 <bean id="multipartResolver" class="org.springframework.web.multipart.commons.CommonsMultipartResolver"> <!-- 设置上传文件的最大尺寸为10MB 阅读全文
posted @ 2017-04-30 17:30 贪吃的柳柳 阅读(278) 评论(0) 推荐(0) 编辑