摘要: 直接从mysql 中取出timestamp类型值的格式是这样的:2016-11-11 11:11T看起来很不友好,需要作如下的改动: public static Timestamp formatTime(String inputtimestamp) throws Except... 阅读全文
posted @ 2016-07-13 22:18 时光.漫步 阅读(2165) 评论(0) 推荐(0) 编辑
摘要: var map = new BMap.Map("map"); // 创建地图实例 var point = new BMap.Point(116.404, 39.915); // 创建点坐标 map.centerAndZoom(point, 15); // 初始化地图... 阅读全文
posted @ 2016-07-13 17:01 时光.漫步 阅读(4334) 评论(0) 推荐(0) 编辑