上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 20 下一页
摘要: 点标记位置展示 通常我们都使用Marker点来进行位置的标定,所以JSAPI在Marker类中提供了markOnAMAP的方法,这个方法接受一个JSON对象参数,参数对象包含position和name两个属性,调起之后将在高德地图客户端或者Web站点标记显示对应的Marker点,基于marker点的 阅读全文
posted @ 2017-09-21 19:16 JLCUI 阅读(765) 评论(0) 推荐(0) 编辑
摘要: String elecAddress = TengXunAPIUtil.getDetailByGPS(Double.parseDouble(parkinglot.getLongitude()),Double.parseDouble(parkinglot.getLatitude()),1); if ( 阅读全文
posted @ 2017-09-21 18:13 JLCUI 阅读(6407) 评论(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 阅读(435) 评论(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 阅读(368) 评论(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 阅读(6645) 评论(0) 推荐(1) 编辑
摘要: package net.joystart.common.util; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.io.PrintWriter; import java.io.UnsupportedEncodingException... 阅读全文
posted @ 2017-08-31 09:40 JLCUI 阅读(789) 评论(0) 推荐(0) 编辑
摘要: public static String doPostJson(String url, String param) { String responseBody = ""; HttpPost httppost = new HttpPost(url); StringEntity entities = new StringEntity(param, "UTF-8"); entit... 阅读全文
posted @ 2017-08-29 16:42 JLCUI 阅读(197) 评论(0) 推荐(0) 编辑
摘要: function showTip(content) { layer.open({ content: content//提示内容 ,skin: 'msg' ,time: 2 //显示时间 }); } 阅读全文
posted @ 2017-08-28 14:19 JLCUI 阅读(269) 评论(0) 推荐(0) 编辑
摘要: Connection conn = null; Statement stmt = null; ResultSet rs = null; try{ Class.forName("com.mysql.jdbc.Driver"); String dbNmae = "logall"+para... 阅读全文
posted @ 2017-07-27 14:51 JLCUI 阅读(170) 评论(0) 推荐(0) 编辑
摘要: public List getSalesRegisterConfigList() { Connection conn = null; Statement stmt = null; ResultSet rs = null; List resultList = new ArrayList(); try{ ... 阅读全文
posted @ 2017-07-27 11:26 JLCUI 阅读(112) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 20 下一页