- 博客(4)
- 资源 (1)
- 收藏
- 关注
转载 Java 过滤特殊字符
public static String StringFilter(String str) throws PatternSyntaxException { // 只允许字母和数字 // String regEx = "[^a-zA-Z0-9]"; // 清除掉所
2015-06-16 11:42:49
410
转载 生成二维码
/** * 获取二维码 * * @throws IOException */ public static void createqrImg(String path,String codetype, String telephone, String mecode, String meetname, HttpServletRequest request) thro
2015-06-16 11:41:44
346
转载 生成短网址
public static String generateShortUrl(String url) { try { HttpPost httpost = new HttpPost("http://dwz.cn/create.php"); List params = new ArrayList(); params.add(new BasicNameValueP
2015-06-16 11:37:17
401
原创 文件批量打包下载 框架springmvc
/** * 导出二维码 * * @param id * @param request * @param response * @param redirectAttributes */ @RequestMapping("exportqrcode") public void exportqrcode(@RequestParam(value =
2015-06-16 11:20:43
559
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人