摘要: //BizAreaUtil.javaprivate static Logger logger = LoggerFactory.getLogger(BizAreaUtil.class); private static final String GET_BIZ_AREA_URL = "ht... 阅读全文
posted @ 2014-07-14 19:49 全新时代-小小程序员大梦想 阅读(2129) 评论(0) 推荐(1) 编辑
摘要: 逆地理编码 查询结果: 阅读全文
posted @ 2014-07-14 19:21 全新时代-小小程序员大梦想 阅读(4433) 评论(0) 推荐(1) 编辑
摘要: 1.常规处理方法(数据库以mysql为例)IFNULL(m.last_use_time,0) as last_use_time, IFNULL(m.last_lon,0) as last_lon, IFNULL(m.last_lat,0) as last_latif判断是否为null,设置一个默认值... 阅读全文
posted @ 2014-07-14 19:18 全新时代-小小程序员大梦想 阅读(1509) 评论(0) 推荐(0) 编辑
摘要: //导出Excel try { HSSFWorkbook wb = carService.export(list); //调用service方法~! response.setContentType("applicat... 阅读全文
posted @ 2014-07-14 11:28 全新时代-小小程序员大梦想 阅读(2160) 评论(2) 推荐(0) 编辑
摘要: /** * * @param zipFile 压缩包文件对象 * @param listKey 压缩的图片物理地址 * @return */ public static boolean packageZip(File zipFile,List li... 阅读全文
posted @ 2014-07-14 11:24 全新时代-小小程序员大梦想 阅读(5580) 评论(0) 推荐(1) 编辑
摘要: public static final String TYPE_JPG = "jpg"; public static final String TYPE_GIF = "gif"; public static final String TYPE_PNG = "png"; public... 阅读全文
posted @ 2014-07-14 11:22 全新时代-小小程序员大梦想 阅读(15135) 评论(0) 推荐(1) 编辑