随笔分类 - 工具
摘要:package com.controller.util; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.Calendar; import java.util.Date; public class DateUtil { public static Dat...
阅读全文
摘要:public static String fileUploadL(MultipartFile file, String path){ String extName = file.getOriginalFilename().substring(file.getOriginalFilename().lastIndexOf(".")); String fileName...
阅读全文
摘要:@RequestMapping(value="/saveArticlesPic", method = RequestMethod.POST) @ResponseBody public Object saveArticlesPic(@RequestParam(required = false) MultipartFi...
阅读全文
摘要:private static List getBetweenDates(Date start, Date end) { List result = new ArrayList(); Calendar tempStart = Calendar.getInstance(); tempStart.setTime(start); //tem...
阅读全文
摘要:myeclipse10.7的版本破解后,导出war包时报“SECURITY ALERT: INTEGERITY CHECK ERROR”的错误。 选中项目-》export-》java ee -》war 。。。。一点就报如下错误: 然后myeclipse就自动关闭,并弹出如下窗口: 首先下载这个jar
阅读全文

浙公网安备 33010602011771号