06 2018 档案
摘要:git branch --set-upstream-to=origin/siweiya siweiya分支 siweiya 设置为跟踪来自 origin 的远程分支 siweiya。git pull $ git pushwarning: push.default 尚未设置,它的默认值在 Git 2.
阅读全文
摘要:/* * -1 奖项公布,包括手动结束 * 1 投稿结束,奖项还没公布 ,时间判断 * 2 未结束=投稿开始了,投稿还没结束 * 3 未开始 * */_GET['is_end'])){ _GET['is_end'];
阅读全文
摘要:``` 2101 ll 2102 unlink pc 2103 ll 2104 ln -s /home/wwwroot/default/ssy/monkey/pc 2105 ll 2106 unlink pc_build 2107 ln -s /home/wwwroot/default/ssy/mo
阅读全文
摘要:zb@zb-computer:/usr/local/nginx/conf/vhost$ grep index.php * caomall17.conf: index index.html index.htm index.php;caomall_dims.conf: index index.html
阅读全文
摘要:$(".good_info").on('click',function () { var id = $(this).data('id'); var string = 'http://qr.liantu.com/api.php?text=https://hostname/wx.php/Good/det
阅读全文
摘要:方法1: 用SET PASSWORD命令 首先登录MySQL。 格式:mysql> set password for 用户名@localhost = password(‘新密码’); 例子:mysql> set password for root@localhost = password(‘123’
阅读全文
摘要:解决办法 grant all privileges on *.* to joe@localhost identified by '1'; flush privileges; 拿 joe 1 登陆 附: mysql> grant 权限1,权限2,…权限n on 数据库名称.表名称 to 用户名@用户地
阅读全文
摘要:server { listen 80; #listen [::]:80 default_server ipv6only=on; server_name local.presion.caomall.net; index index.html index.htm index.php; ro...
阅读全文
摘要:{$vo['money_num']/100} //正确 {$vo.money_num/100} //错误
阅读全文
摘要: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
阅读全文