02 2020 档案
摘要:``` /** * https://lbs.qq.com/webservice_v1/guide-gcoder.html * 获取附近的地址 */ public function getNearbyAddress() { // 118.275162,33.963008 (宿迁市) if (!_POST['lng']) { // 经度 $this->json->E('缺少参数');
阅读全文
摘要:mysql批量添加数据,会出现 。 修改 。 把这个值 修改大一些,就可以了。
阅读全文
摘要:``` $('.required:not(.final_price)').each(function() { if (!$(this).val()) { error_count ++; if ((this).hasClass('visit_price')) { la
阅读全文
摘要:``` xml = simplexml_load_string(json = json_encode(array = json_decode($json,TRUE); // decode成数组 ``` ``` array(5) { ["returnstatus
阅读全文
摘要:``` mysqldump -uroot -p database_name table_name --where=" telephone !=''" > file.sql ```
阅读全文
摘要:看起来舒服多了!主要是中英文标点符号好区分。
阅读全文