小白兔晒黑了

导航

 
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 27 下一页

2021年3月7日

摘要: https://github.com/ziadoz/awesome-php#http 阅读全文
posted @ 2021-03-07 22:43 小白兔晒黑了 阅读(42) 评论(0) 推荐(0) 编辑
 
摘要: https://blog.csdn.net/qq_25194685/article/details/90407929 阅读全文
posted @ 2021-03-07 02:21 小白兔晒黑了 阅读(66) 评论(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 小白兔晒黑了 阅读(115) 评论(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 小白兔晒黑了 阅读(105) 评论(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 小白兔晒黑了 阅读(541) 评论(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 小白兔晒黑了 阅读(944) 评论(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 小白兔晒黑了 阅读(709) 评论(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 小白兔晒黑了 阅读(526) 评论(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 小白兔晒黑了 阅读(1086) 评论(0) 推荐(0) 编辑
 

2021年2月20日

摘要: 1 安装 安装 yum install samba -y 卸载 yum remove samba* -y 配置文件 安装完成后可以查看到配置文件 ls /etc/samba 会自动产生三个文件 smb.conf # See smb.conf.example for a more detailed c 阅读全文
posted @ 2021-02-20 10:53 小白兔晒黑了 阅读(981) 评论(0) 推荐(0) 编辑
 
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 27 下一页