Fork me on Baidu
上一页 1 ··· 3 4 5 6 7 8 9 10 下一页
摘要: <script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"> </s 阅读全文
posted @ 2021-08-16 18:26 consideration 阅读(48) 评论(0) 推荐(0)
摘要: The bootstrap/cache directory must be present and writable 请清除缓存 php artisan cache:clear 原文:https://blog.csdn.net/hs_shengxiaguangnian/article/details 阅读全文
posted @ 2021-08-15 22:59 consideration 阅读(1037) 评论(0) 推荐(0)
摘要: 1、下载composer curl -sS https://getcomposer.org/installer | php 2、将composer.phar文件移动到bin目录以便全局使用composer命令 mv composer.phar /usr/local/bin/composer 3、切换 阅读全文
posted @ 2021-08-13 17:11 consideration 阅读(59) 评论(0) 推荐(0)
摘要: PHP闭包函数 # 提到闭包就不得不想起匿名函数,也叫闭包函数(closures),貌似PHP闭包实现主要就是靠它。声明一个匿名函数是这样: $func = function() { }; //带结束符 # 可以看到,匿名函数因为没有名字,如果要使用它,需要将其返回给一个变量。匿名函数也像普通函数一 阅读全文
posted @ 2021-08-13 14:37 consideration 阅读(50) 评论(0) 推荐(0)
摘要: 修改c:\windows\system32\drivers\etc\host文件添加192.30.255.112 github.com151.101.72.249 github.global.ssl.fastly.net 阅读全文
posted @ 2021-08-10 18:17 consideration 阅读(92) 评论(0) 推荐(0)
摘要: 下载openssl 地址 https://oomake.com/download/openssl2.解压tar -zxvf openssl-1.1.1g.tar.gz3.切换目录 cd openssl-1.1.1g4. 添加openssl配置: ./config –prefix=/usr/local 阅读全文
posted @ 2021-08-09 15:47 consideration 阅读(2282) 评论(0) 推荐(0)
摘要: 1,在vim /etc/profile 进入文件后 2,点击esc 3, :set nu 就可以了 阅读全文
posted @ 2021-08-06 16:49 consideration 阅读(1617) 评论(0) 推荐(0)
摘要: 亲测有效: 原文链接:https://blog.csdn.net/sunnyzyq/article/details/103285472 首先通过 xshell 或者 putty 远程进入Linux 命令行操作界面。 【1】查看是否已经安装 Mysql rpm -qa | grep mysql 下面是 阅读全文
posted @ 2021-08-06 15:04 consideration 阅读(63) 评论(0) 推荐(0)
摘要: 自动加载文件报错 说明路径不对 删除vendor包 使用composer install 重新下载verdor 包; bccomp (PHP 4, PHP 5, PHP 7) bccomp — 比较两个任意精度的数字 说明 int bccomp ( string $left_operand , st 阅读全文
posted @ 2021-08-05 15:58 consideration 阅读(443) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 下一页