希仁之拥

帅气的我简直无法用语言描述!
mysql用户与授权

mysql用户与授权

1.创建用户 insert into mysql.user(Host,User,Password) values("localhost","test",password("123456")); 2.用...
7年前
080
如何在ubuntu14.04上安装composer

如何在ubuntu14.04上安装composer

1、下载并执行Installer,要注意的是,如果沒有在php前面加上sudo的话,有可能出现错误信息。sudo curl -sS https://getcomposer.org/installer ...
7年前
090
关于mews/captcha for laravel存在method [validateCaptcha] doesn’t exists解决方法

关于mews/captcha for laravel存在method [validateCaptcha] doesn’t exists解决方法

关于mews/captcha for laravel存在method [validateCaptcha] doesn't exists解决方法
7年前
090