09 2017 档案

摘要:@RequestMapping("/getServiceCityList") public void getServiceCityList(HttpServletResponse response,HttpServletRequest request) { String cityId = request.getParameter("id"); int icityId = -1; ... 阅读全文
posted @ 2017-09-29 15:54 JLCUI 阅读(282) 评论(0) 推荐(0) 编辑
摘要:package net.joystart.common.util; import java.io.IOException; import java.io.InputStream; import java.util.Properties; import org.springframework.core.io.ClassPathResource; import org.springfram... 阅读全文
posted @ 2017-09-26 11:03 JLCUI 阅读(190) 评论(0) 推荐(0) 编辑
摘要:点标记位置展示 通常我们都使用Marker点来进行位置的标定,所以JSAPI在Marker类中提供了markOnAMAP的方法,这个方法接受一个JSON对象参数,参数对象包含position和name两个属性,调起之后将在高德地图客户端或者Web站点标记显示对应的Marker点,基于marker点的 阅读全文
posted @ 2017-09-21 19:16 JLCUI 阅读(791) 评论(0) 推荐(0) 编辑
摘要:String elecAddress = TengXunAPIUtil.getDetailByGPS(Double.parseDouble(parkinglot.getLongitude()),Double.parseDouble(parkinglot.getLatitude()),1); if ( 阅读全文
posted @ 2017-09-21 18:13 JLCUI 阅读(6410) 评论(0) 推荐(0) 编辑
摘要:<%@ page language="java" pageEncoding="UTF-8"%><!DOCTYPE html><html><head><title>巴哥出行代驾任务管理</title><meta charset="utf-8"><meta http-equiv="Content-Typ 阅读全文
posted @ 2017-09-21 15:24 JLCUI 阅读(444) 评论(0) 推荐(0) 编辑
摘要:package net.joystart.common.controller; import java.io.IOException; import java.io.PrintWriter; import java.text.DateFormat; import java.text.SimpleDateFormat; import java.util.Date; import java.uti... 阅读全文
posted @ 2017-09-15 09:25 JLCUI 阅读(372) 评论(0) 推荐(0) 编辑
摘要:package net.joystart.taskagent.controller; import java.io.IOException; import java.io.UnsupportedEncodingException; import java.security.SignatureException; import java.text.SimpleDateFormat; import... 阅读全文
posted @ 2017-09-07 11:57 JLCUI 阅读(6705) 评论(0) 推荐(1) 编辑

点击右上角即可分享
微信分享提示