/*** 功能說明:更新高德的省市區到我們的省市區表裡
* @author mrdoubi 2019-07-08 10:12:30
* @return model
*/ //慎用!
//我本人用來刪除省市區表原來的記錄的
provincedao.delallpca();
//高德的key 申請時選擇web服務
string gaodekey = "";
//乙個http請求 這個方法放在羨慕
}system.out.println("獲取成功 共"+count+"條資料");
}else
}
/*** 向指定 url 傳送post方法的請求
* * @param url 傳送請求的 url
* @param param 請求引數,請求引數應該是 name1=value1&name2=value2 的形式。
* @return 所代表遠端資源的響應結果
*/public static string sendpost(string url, string param)
", urlnamestring);
url realurl = new url(urlnamestring);
urlconnection conn = realurl.openconnection();
conn.setrequestproperty("accept", "*/*");
conn.setrequestproperty("connection", "keep-alive");
conn.setrequestproperty("user-agent", "mozilla/4.0 (compatible; msie 6.0; windows nt 5.1;sv1)");
conn.setrequestproperty("accept-charset", "utf-8");
conn.setrequestproperty("contenttype", "utf-8");
conn.setdooutput(true);
conn.setdoinput(true);
out = new printwriter(conn.getoutputstream());
out.print(param);
out.flush();
in = new bufferedreader(new inputstreamreader(conn.getinputstream(), "utf-8"));
string line;
while ((line = in.readline()) != null)
log.info("recv - {}", result);
}catch (connectexception e)
catch (sockettimeoutexception e)
catch (ioexception e)
catch (exception e)
finally
if (in != null)
}catch (ioexception ex)
}return result.tostring();
}
《高德拉特約束理論》
1 toc是 theory of constraints 的縮寫,可譯為約束理論 制約理論 瓶頸理論 限制理論等。toc是通過對 約束條件 的持續性改善來提公升系統表現的一種理論。2 toc的關鍵概念是 五大核心步驟 1 找出系統約束條件 2 挖進約束條件的潛能 3 使非約束條件服從約束條件 4 提...
使用python與高德api獲取省市縣區
現在我發現用高德的api介面爬取資料會簡單好多,首先高德是免費的,至少現在的資料需求量上是免費的 其次高德提供了非常完美的介面供我們呼叫,找到方向後其實爬取相應的資料是很簡單得,首先去高德獲取自己的key值 大概就是在這個位置,下面這個key值就很關鍵,然後在web服務api下,你可以找到具體的使用...
爬取高德天氣所有城市的天氣
1 開啟 2 按f12進入開發者介面,如下圖 3 點選network xhr 重新整理,如下圖 4 找到存放天氣的檔案 如何獲取圖中adcode,因為adcode為獲取每個城市天氣的標識。複製adcode在上個圖中的左下方檔案中的preview找到對應城市的adcode 上 件資料格式是json的格...