会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
盘思动
三思而后折腾!
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
117
118
119
120
121
122
123
124
125
···
133
下一页
2018年1月22日
tp if condition in_array用法
摘要: 上传表单 修改表单 ...
阅读全文
posted @ 2018-01-22 11:38 盘思动
阅读(5143)
评论(0)
推荐(0)
2018年1月18日
getQueryString----获取url中得参数
摘要: /** * 获取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)
2018年1月17日
array_value
摘要: "Bill","Age"=>"60","Country"=>"USA"); print_r(array_values($a)); ?> Array ( [0] => Bill [1] => 60 [2] => USA )
阅读全文
posted @ 2018-01-17 20:36 盘思动
阅读(177)
评论(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 盘思动
阅读(327)
评论(0)
推荐(0)
下载 href实现下载
摘要: <a href="http://{$hostname}/{$result['report_home']}" download="{$result['download_name_home']}"> 点击下载 </a>
阅读全文
posted @ 2018-01-17 11:56 盘思动
阅读(132)
评论(0)
推荐(0)
查看表格结构内容,包含注释
摘要: mysql> desc tf_insurance_order; +------------------------+-----------------+------+-----+---------+----------------+ | Field | Type | Null | Key | Default | Extra ...
阅读全文
posted @ 2018-01-17 10:42 盘思动
阅读(199)
评论(0)
推荐(0)
2018年1月16日
redis 查看所有键值
摘要: 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 盘思动
阅读(12987)
评论(0)
推荐(0)
lnmp 环境安装的redis如何启动
摘要: 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 盘思动
阅读(214)
评论(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 盘思动
阅读(162)
评论(1)
推荐(0)
flush priviliege
摘要: 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 盘思动
阅读(301)
评论(0)
推荐(0)
上一页
1
···
117
118
119
120
121
122
123
124
125
···
133
下一页
公告