- 博客(10)
- 收藏
- 关注
转载 Laravel 查看版本号方法
1.laravel 项目根目录下输入 php artisan --version 2.路径是这里 vendor\laravel\framework\src\Illuminate\Foundation\Application.php 大概在这 ...
2017-12-19 14:33:00
222
转载 Laravel predis 操作方法(更新ing)
sismember Redis Sismember 命令判断成员元素是否是集合的成员。 明天写 转载于:https://my.oschina.net/u/3558606/blog/15...
2017-11-24 17:42:00
718
转载 Nginx安装错误大全
1、 ./configure: error: the HTTP rewrite module requires the PCRE library. yum -y install pcre-devel ...
2017-09-07 10:29:00
139
转载 git pull 自动记录账号密码(转)
1、先cd到根目录,执行git config --global credential.helper store命令 [root@localhost]# git config --global credential.helper store 2、执行之后会在.gitconfig文件中多加红色...
2017-09-07 10:27:00
439
转载 PHP安装错误大全
1.configure: error: xml2-config not found. Please check your libxml2 installation. yum install libxml2-devel -y ...
2017-09-07 10:20:00
149
转载 了解=听过名字;熟悉=知道是啥;熟练=用过;精通=做过东西
RT 转载于:https://my.oschina.net/u/3558606/blog/1518124
2017-08-21 16:28:00
1126
转载 HTML input text 只允许输入数字
onkeyup="this.value=this.value.replace(/[^0-9]/g,'')" onafterpaste="this.value=this.value.replace(/[^0-9]/g,'')" ...
2017-08-17 15:28:00
250
转载 PHP 反射
$class = new \ReflectionClass($class);$instance = $class->newInstanceArgs();$instance->$function();$ec =$class->getmethod(...
2017-08-17 15:05:00
84
转载 当什么都夸不了的时候你只能说他优雅了
速度快 你可以说他效率高 简单易学 说他上手快 对于laravel 这种框架 你只能夸他优雅了 毕竟你也不知道优雅是什么意思 转载于:https://my.oschina.net/u/3...
2017-08-17 14:59:00
116
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人