- 浏览: 40372 次
- 性别:
- 来自: China
最新评论
文章列表
/** 缓冲 */
static final byte[] buffer = new byte[2048];
// 来源
File inputDir = new File(request.getServletContext()
.getRealPath(Constant.getUploadPath()));
if (null != inputDir.listFiles()) {
// 压缩
zip(inputDir.listFiles(), "", zip);
}
/**
* 压缩ZIP ...
- 2017-03-23 14:51
- 浏览 296
- 评论(0)
<bean
class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
<property name="systemPropertiesModeName" value="SYSTEM_PROPERTIES_MODE_OVERRIDE" />
<property name="ignoreResourceNotFound" value="true" /> ...
- 2017-03-23 09:53
- 浏览 171
- 评论(0)
<bean
class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
<property name="systemPropertiesModeName" value="SYSTEM_PROPERTIES_MODE_OVERRIDE" />
<property name="ignoreResourceNotFound" value="true" /> ...
- 2017-03-23 09:53
- 浏览 367
- 评论(0)
ajaxFileUpload进行文件上传时,总是进入error
在返回的JSon字符串里面总是莫名其妙的添加了<pre>标签,例如返回内容为"{\"message\":\"导入文件已成功\",\"result\":\"OK\"}",在浏览器里面就变成了"<pre
style="word-wrap: break-word; white-space: pre-wrap;">"{\"message\":\" ...
- 2017-03-16 17:00
- 浏览 344
- 评论(0)
ajaxFileUpload进行文件上传时,总是进入error
在返回的JSon字符串里面总是莫名其妙的添加了<pre>标签,例如返回内容为"{\"message\":\"导入文件已成功\",\"result\":\"OK\"}",在浏览器里面就变成了"<pre
style="word-wrap: break-word; white-space: pre-wrap;">"{\"message\":\" ...
- 2017-03-16 17:00
- 浏览 182
- 评论(0)
1. 添加maven依赖。pom.xml中添加jar文件
<!-- 作业任务调度机制 -->
<dependency>
<groupId>org.quartz-scheduler</groupId>
<artifactId>quartz</artifactId
- 2017-03-16 11:09
- 浏览 255
- 评论(0)
1. 添加maven依赖。pom.xml中添加jar文件
<!-- 作业任务调度机制 -->
<dependency>
<groupId>org.quartz-scheduler</groupId>
<artifactId>quartz</artifactId
- 2017-03-16 11:09
- 浏览 3232
- 评论(0)
相信很多人遇过 前台传Ajax或者表单提交到后台后台参数使用实体类接收不到值, 建议重新生成下get set 方法,然后在进行测试
有关于:springmvc 前台传日期(字符串) 后台用date接收封装失败(请求400)
详情点击springmvc 前台传日期(字符串) 后台用date接收封装失败(请求400)
- 2017-03-15 13:59
- 浏览 304
- 评论(0)
相信很多人遇过 前台传Ajax或者表单提交到后台后台参数使用实体类接收不到值, 建议重新生成下get set 方法,然后在进行测试
有关于:springmvc 前台传日期(字符串) 后台用date接收封装失败(请求400)
详情点击springmvc 前台传日期(字符串) 后台用date接收封装失败(请求400)
- 2017-03-15 13:59
- 浏览 395
- 评论(0)
springmvc 前台传日期(字符串) 后台用date接收封装失败(请求400)
public int updateDbsFxxLBData(@DateTimeFormat(pattern = "yyyy-MM-dd") Date operatetime) {}
接收参数前边加一个 @DateTimeFormat(pattern = "yyyy-MM-dd")
如果用实体类接收参数在 属性上边加@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm")
@DateTimeForm ...
- 2017-03-15 13:40
- 浏览 697
- 评论(0)
springmvc 前台传日期(字符串) 后台用date接收封装失败(请求400)
public int updateDbsFxxLBData(@DateTimeFormat(pattern = "yyyy-MM-dd") Date operatetime) {}
接收参数前边加一个 @DateTimeFormat(pattern = "yyyy-MM-dd")
如果用实体类接收参数在 属性上边加@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm")
@DateTimeForm ...
- 2017-03-15 13:40
- 浏览 1189
- 评论(0)
springmvc 前台传日期(字符串) 后台用date接收封装失败(请求400)
public int updateDbsFxxLBData(@DateTimeFormat(pattern = "yyyy-MM-dd") Date operatetime) {}
接收参数前边加一个 @DateTimeFormat(pattern = "yyyy-MM-dd")
如果用实体类接收参数在 属性上边加@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm")
@DateTimeForm ...
- 2017-03-15 13:40
- 浏览 823
- 评论(0)
springmvc 前台传日期(字符串) 后台用date接收封装失败(请求400)
public int updateDbsFxxLBData(@DateTimeFormat(pattern = "yyyy-MM-dd") Date operatetime) {}
接收参数前边加一个 @DateTimeFormat(pattern = "yyyy-MM-dd")
如果用实体类接收参数在 属性上边加@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm")
@DateTimeForm ...
- 2017-03-15 13:40
- 浏览 157
- 评论(0)