上一页 1 ··· 117 118 119 120 121 122 123 124 125 ··· 133 下一页
摘要: http://www.thinkphp.cn/topic/30740.html 阅读全文
posted @ 2018-02-06 11:29 盘思动 阅读(383) 评论(0) 推荐(0)
摘要: $str = ' 1 '; $arr = array(); $xmlTag = array( 'appid','bank_type','cash_fee','fee_type','is_subscribe','mch_id', 'nonce_str','o... 阅读全文
posted @ 2018-01-31 10:08 盘思动 阅读(1515) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/shengyu-kmust/p/5228261.html https://pay.weixin.qq.com/wiki/doc/api/native.php?chapter=6_3 阅读全文
posted @ 2018-01-26 19:44 盘思动 阅读(279) 评论(0) 推荐(0)
摘要: <div class="every_content last_place" data-order_id="2"> <p style="line-height: 40px;">已支付</p> //line-height 是数据处理之后的代码............ <p style="line-hei 阅读全文
posted @ 2018-01-25 19:48 盘思动 阅读(186) 评论(0) 推荐(0)
摘要: redis 127.0.0.1:6379> SELECT 1 # 使用 1 号数据库 阅读全文
posted @ 2018-01-23 18:12 盘思动 阅读(5638) 评论(0) 推荐(0)
摘要: 上传表单 修改表单 ... 阅读全文
posted @ 2018-01-22 11:38 盘思动 阅读(5147) 评论(0) 推荐(0)
摘要: /** * 获取url中得参数 * @param name * @returns {null} */ window.getQueryString = function (name) { var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)", "i"); var r = window.location.search.su... 阅读全文
posted @ 2018-01-18 15:31 盘思动 阅读(5295) 评论(0) 推荐(0)
摘要: "Bill","Age"=>"60","Country"=>"USA"); print_r(array_values($a)); ?> Array ( [0] => Bill [1] => 60 [2] => USA ) 阅读全文
posted @ 2018-01-17 20:36 盘思动 阅读(178) 评论(0) 推荐(0)
摘要: json->setErr(10000,'缺少参数'); $this->json->Send(); } $user = M('user'); $tel_flag = $user->where(array('openid'=>$openid))->find(); if (!$tel_flag || !$tel_f... 阅读全文
posted @ 2018-01-17 19:58 盘思动 阅读(328) 评论(0) 推荐(0)
摘要: <a href="http://{$hostname}/{$result['report_home']}" download="{$result['download_name_home']}"> 点击下载 </a> 阅读全文
posted @ 2018-01-17 11:56 盘思动 阅读(132) 评论(0) 推荐(0)
上一页 1 ··· 117 118 119 120 121 122 123 124 125 ··· 133 下一页