上一页 1 ··· 111 112 113 114 115 116 117 118 119 ··· 133 下一页
摘要: 方法1: 用SET PASSWORD命令 首先登录MySQL。 格式:mysql> set password for 用户名@localhost = password(‘新密码’); 例子:mysql> set password for root@localhost = password(‘123’ 阅读全文
posted @ 2018-06-12 17:23 盘思动 阅读(960) 评论(0) 推荐(0)
摘要: 解决办法 grant all privileges on *.* to joe@localhost identified by '1'; flush privileges; 拿 joe 1 登陆 附: mysql> grant 权限1,权限2,…权限n on 数据库名称.表名称 to 用户名@用户地 阅读全文
posted @ 2018-06-09 23:47 盘思动 阅读(8398) 评论(0) 推荐(0)
摘要: server { listen 80; #listen [::]:80 default_server ipv6only=on; server_name local.presion.caomall.net; index index.html index.htm index.php; ro... 阅读全文
posted @ 2018-06-09 23:37 盘思动 阅读(204) 评论(0) 推荐(0)
摘要: 8.添加外键 9.删除外键 阅读全文
posted @ 2018-06-09 10:24 盘思动 阅读(157) 评论(0) 推荐(0)
摘要: {$vo['money_num']/100} //正确 {$vo.money_num/100} //错误 阅读全文
posted @ 2018-06-09 09:38 盘思动 阅读(195) 评论(0) 推荐(0)
摘要: mysql> update tf_user_present set condition="0" where id=1;ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds 阅读全文
posted @ 2018-06-04 19:04 盘思动 阅读(506) 评论(0) 推荐(0)
摘要: Xshell连接linux服务器总掉线,解决办法如下: 1、登录服务器后 [root@test134 ~]# cd /etc/ssh/ [root@test134 ssh]# vim sshd_config 找到 ClientAliveInterval 0和ClientAliveCountMax 3 阅读全文
posted @ 2018-05-31 14:43 盘思动 阅读(5469) 评论(1) 推荐(0)
摘要: "; //暂停 10 秒 sleep(10); //重新开始 echo date('h:i:s'); ?> 阅读全文
posted @ 2018-05-28 17:28 盘思动 阅读(152) 评论(0) 推荐(0)
摘要: 下载地址: http://mirror.pnl.gov/releases/xenial/ Ubuntu 14.04.5 LTS (Trusty Tahr)http://releases.ubuntu.com/14.04/ https://blog.csdn.net/yangshuo__0619/ar 阅读全文
posted @ 2018-05-25 23:01 盘思动 阅读(2886) 评论(0) 推荐(0)
摘要: https://github.com/cytle/wechat_web_devtools 实测:64位 32位的可以... 参考命令; 2030 sudo apt-get install wine1.6 ///注意:wine 安装有到确定的一步,鼠标点击没用,键盘选择下拉, 到最下面的确定 ,点击回 阅读全文
posted @ 2018-05-04 18:28 盘思动 阅读(2624) 评论(0) 推荐(0)
上一页 1 ··· 111 112 113 114 115 116 117 118 119 ··· 133 下一页