摘要: public String yaoqing(){ jsonresult = new JsonResult(); String openid = request.getParameter("openid"); Peizhi peizhi = DAO.findbyid(Peizhi.class, 1); 阅读全文
posted @ 2018-07-24 17:48 zcy1995 阅读(236) 评论(0) 推荐(0) 编辑
摘要: <map id="map" longitude="116.715790" latitude="23.362490" markers="{{markers}}"scale="18" style="width: 100%; height: 300px;" bindtap="click"></map> c 阅读全文
posted @ 2018-07-24 17:48 zcy1995 阅读(96) 评论(0) 推荐(0) 编辑
摘要: public static JSONObject dizhi(String ak,String longitude,String latitude,String output){ String URL = "https://api.map.baidu.com/geocoder/v2/?ak="+ak 阅读全文
posted @ 2018-07-24 17:41 zcy1995 阅读(589) 评论(0) 推荐(0) 编辑
摘要: public static String juli(String latitudee,String longitudee,String ak,String diqu){ double latitude = Double.parseDouble(latitudee); double longitude 阅读全文
posted @ 2018-07-24 17:41 zcy1995 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 后台 要将数据库改为mb4 final Base64 base64 = new Base64();final String text = "字串文字";final byte[] textByte = text.getBytes("UTF-8");//编码final String encodedTex 阅读全文
posted @ 2018-07-24 17:36 zcy1995 阅读(7998) 评论(0) 推荐(0) 编辑
摘要: wxml: <view class="container" > <view class="section"> <text>手机号码</text> <input placeholder="请输入手机号码" type="number" maxlength="11" bindinput="inputPho 阅读全文
posted @ 2018-07-24 17:34 zcy1995 阅读(662) 评论(0) 推荐(0) 编辑
摘要: wxml部分: <image src='{{url1}}/{{m}}'style="width:32%;height:120px;margin-right:1%" bindtap='imgYu'data-src="{{url1}}/{{m}}" data-list="{{map1[adminfb.i 阅读全文
posted @ 2018-07-24 17:33 zcy1995 阅读(180) 评论(0) 推荐(0) 编辑
摘要: wxml部分: <view class='tupian'><image bindtap="chooseimage" style='width:33.33%;height:73px;' src="../../images/tupian.png" hidden='{{hiddentupian}}'/>< 阅读全文
posted @ 2018-07-24 17:31 zcy1995 阅读(145) 评论(0) 推荐(0) 编辑
摘要: <!--Style样式--> <style> *{margin:0;padding:0;} body{font-size:12px; font-family:"微软雅黑"} a{color:#333; text-decoration:none;} ul{list-style:none;} #marq 阅读全文
posted @ 2017-11-02 18:21 zcy1995 阅读(183) 评论(0) 推荐(1) 编辑