小白兔晒黑了

导航

 
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 32 下一页

2021年3月8日

摘要: 1 submit 注意:先要FQ,不然不能登录的。。。。。 登录 https://packagist.org/ This package is not auto-updated. Please set up the GitHub Hook for Packagist so that it gets 阅读全文
posted @ 2021-03-08 20:13 小白兔晒黑了 阅读(345) 评论(0) 推荐(0)
 

2021年3月7日

摘要: https://github.com/ziadoz/awesome-php#http 阅读全文
posted @ 2021-03-07 22:43 小白兔晒黑了 阅读(92) 评论(0) 推荐(0)
 
摘要: https://blog.csdn.net/qq_25194685/article/details/90407929 阅读全文
posted @ 2021-03-07 02:21 小白兔晒黑了 阅读(90) 评论(0) 推荐(0)
 

2021年3月5日

摘要: function __construct() { $database = [ 'database_type' => 'mysql', 'database_name' => 'test', 'server' => '192.168.2.234', 'username' => 'root', 'pass 阅读全文
posted @ 2021-03-05 19:28 小白兔晒黑了 阅读(142) 评论(0) 推荐(0)
 

2021年3月3日

摘要: 1 centos下安装 yum install php-pdo_mysql 2 docker下安装 1)docker exec -it php-fpm /bin/bash 2)个人习惯,进入/usr/src扩展目录 3)docker-php-ext-install pdo pdo_mysql 4)重 阅读全文
posted @ 2021-03-03 02:52 小白兔晒黑了 阅读(143) 评论(0) 推荐(0)
 

2021年3月1日

摘要: 代码地址 https://github.com/guainttt/ttttest 1 使用noahbuscher/macaw 构建路由 1.1 创建网站目录 mkdir ttttest 在根目录下新建一个文件composer.json { "require":{ "noahbuscher/macaw 阅读全文
posted @ 2021-03-01 22:57 小白兔晒黑了 阅读(643) 评论(0) 推荐(0)
 

2021年2月27日

摘要: 1 安装 用composer安装 larave-ide-helper cd /myweb/html/yourname composer require barryvdh/laravel-ide-helper 安装 doctrine/dbal 「请装上它,在为模型注释字段的时候必须用到它」 # 如果只 阅读全文
posted @ 2021-02-27 02:17 小白兔晒黑了 阅读(972) 评论(0) 推荐(0)
 

2021年2月24日

摘要: 1 安装前准备 先安装php 再安装php-json扩展 yum install php-json 参考 https://blog.csdn.net/alinathz/article/details/105885254 2 安装 官网安装方法 https://getcomposer.org/down 阅读全文
posted @ 2021-02-24 03:48 小白兔晒黑了 阅读(798) 评论(0) 推荐(0)
 
摘要: 1 安装依赖包 yum install -y gcc gcc-c++ make zlib zlib-devel pcre pcre-devel libjpeg libjpeg-devel libpng libpng-devel freetype freetype-devel libxml2 libx 阅读全文
posted @ 2021-02-24 01:37 小白兔晒黑了 阅读(637) 评论(0) 推荐(0)
 

2021年2月23日

摘要: 1 安装php:7.3-fpm镜像 1.1 下载镜像 docker pull php:7.3-fpm 1.2 运行镜像 docker run -p 9000:9000 -d --name myphp-fpm -v /myweb/html:/var/www/html php:7.3-fpm 1.3 查 阅读全文
posted @ 2021-02-23 00:41 小白兔晒黑了 阅读(1360) 评论(0) 推荐(0)
 
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 32 下一页