上一页 1 ··· 109 110 111 112 113 114 115 116 117 ··· 125 下一页
摘要: 上传表单 修改表单 ... 阅读全文
posted @ 2018-01-22 11:38 盘思动 阅读(5101) 评论(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 盘思动 阅读(5264) 评论(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 盘思动 阅读(162) 评论(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 盘思动 阅读(313) 评论(0) 推荐(0) 编辑
摘要: <a href="http://{$hostname}/{$result['report_home']}" download="{$result['download_name_home']}"> 点击下载 </a> 阅读全文
posted @ 2018-01-17 11:56 盘思动 阅读(122) 评论(0) 推荐(0) 编辑
摘要: mysql> desc tf_insurance_order; +------------------------+-----------------+------+-----+---------+----------------+ | Field | Type | Null | Key | Default | Extra ... 阅读全文
posted @ 2018-01-17 10:42 盘思动 阅读(189) 评论(0) 推荐(0) 编辑
摘要: zb@zb-computer:/home/wwwroot/default/lion/Admin$ /usr/local/redis/bin/redis-cli 127.0.0.1:6379> keys * 1) "CAOMALL_doctor::13391840644" keys * 阅读全文
posted @ 2018-01-16 15:18 盘思动 阅读(12973) 评论(0) 推荐(0) 编辑
摘要: redis 操作代码: zb@zb-computer:/home/wwwroot/default/precision$ /usr/local/redis/bin/redis-cli 127.0.0.1:6379> set CAOMALL::13391840643 444333 127.0.0.1:6 阅读全文
posted @ 2018-01-16 14:11 盘思动 阅读(207) 评论(0) 推荐(0) 编辑
摘要: 由/usr/local/nginx/conf/nginx.conf 复制而来-----注意如何配置支持pathinfoserver { listen 80; #listen [::]:80 default_server ipv6only=on; server_name test_zb.photos.caomall.net; ... 阅读全文
posted @ 2018-01-16 11:54 盘思动 阅读(157) 评论(1) 推荐(0) 编辑
摘要: grant all on *.* to root@'%' identified by '123456'; grant all on *.* to root@'%' identified by '123456'; flush privileges flush privileges 阅读全文
posted @ 2018-01-16 09:36 盘思动 阅读(295) 评论(0) 推荐(0) 编辑
上一页 1 ··· 109 110 111 112 113 114 115 116 117 ··· 125 下一页