上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 25 下一页
摘要: 逆地理编码 查询结果: 阅读全文
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) 编辑
摘要: 1.系统中手机号注册的时候,不能含有前后空格。在model对象中过滤~!private String mobile;public String getMobile() { return mobile; } public void setMobile(String mobile) { mobile... 阅读全文
posted @ 2014-07-08 14:14 全新时代-小小程序员大梦想 阅读(607) 评论(0) 推荐(0) 编辑
摘要: 1.建立表脚本CREATE DATABASE `spring` DEFAULT CHARACTER SET utf8;USE `spring`;CREATE TABLE `account` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `us... 阅读全文
posted @ 2014-07-03 10:38 全新时代-小小程序员大梦想 阅读(695) 评论(0) 推荐(0) 编辑
摘要: @ContextConfiguration(locations = "classpath:conf/applicationContext.xml")@RunWith(SpringJUnit4ClassRunner.class)@Transactional@TransactionConfigurati... 阅读全文
posted @ 2014-07-02 17:58 全新时代-小小程序员大梦想 阅读(2146) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2014-07-02 17:54 全新时代-小小程序员大梦想 阅读(726) 评论(0) 推荐(0) 编辑
摘要: 1. 切换账号,主要是删除配置文件达到重新更新svn的时候,弹出框让重新输入新的svn用户名和密码。1、通过删除SVN客户端的账号配置文件 1)查看你的Eclipse中使用的是什么SVN Interface(中文:svn接口)windows > preference > Team > SVN 在右边... 阅读全文
posted @ 2014-06-16 17:41 全新时代-小小程序员大梦想 阅读(24320) 评论(2) 推荐(1) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 25 下一页