12 2016 档案

摘要:private String uploadFileWithFtp(String uploadDir, InputStream is, String suffix) { FTPUtils ftpUtils = new FTPUtils(FILE_SERVER_IP, LOGIN_NAME, LOGIN 阅读全文
posted @ 2016-12-07 17:13 一枚行者 阅读(181) 评论(0) 推荐(0)
摘要:代码: public String home(Model model,BulletinDTO bulletin,AdvertisingDTO Advertising){ //查询公告 List<BulletinDTO> result = bulletinExportService.queryList 阅读全文
posted @ 2016-12-02 16:37 一枚行者 阅读(235) 评论(0) 推荐(0)
摘要:$!{velocityCount} 随机 阅读全文
posted @ 2016-12-02 16:32 一枚行者 阅读(165) 评论(0) 推荐(0)
摘要:<div class="form-group col-sm-4 clearfix"> <label class="col-sm-5 control-label"><b class="text-danger"></b>审批单起草时间:</label> <div class="col-sm-7"> <d 阅读全文
posted @ 2016-12-02 16:23 一枚行者 阅读(8144) 评论(0) 推荐(0)
摘要:dto接受前台字符串时间格式 @DateTimeFormat(pattern = "yyyy-MM-dd") private Date contractStartDt; @DateTimeFormat(pattern = "yyyy-MM-dd") private Date contractEndD 阅读全文
posted @ 2016-12-02 16:20 一枚行者 阅读(3599) 评论(0) 推荐(0)