摘要:
0 学习资料 参考手册 https://www.runoob.com/docker/docker-tutorial.html 学习视频 https://www.bilibili.com/video/BV1Vs411E7AR 学习笔记与脑图:https://pan.baidu.com/s/1J0O3n
阅读全文
posted @ 2021-01-22 02:06
小白兔晒黑了
阅读(80)
推荐(0)
摘要:
1 下载文件 http://nginx.org/ 创建文件夹 mkdir nginxcd nginx 进入创建的文件夹 根据自己需要下载合适版本 nginx的Mainline version、Stable version、Legacy version的版本区别: Nginx官网提供了三个类型的版本
阅读全文
posted @ 2020-11-10 01:49
小白兔晒黑了
阅读(454)
推荐(1)
摘要:
1 查看参数 1.1查看端口号 show global variables like 'port' 1.2 查看用户名 select user,host from user; 2 开放root的远程访问端口 2.1 修改root的host update user set host="%" where
阅读全文
posted @ 2020-11-01 02:24
小白兔晒黑了
阅读(253)
推荐(0)
摘要:
1 查看本机适用版本 yum list mysql-server mysql-server.x86_64 8.0.21-1.module_el8.2.0+493+63b41e36 AppStream ,或者 uname -r 4.18.0-193.19.1.el8_2.x86_64 几种版本x86_
阅读全文
posted @ 2020-10-30 23:24
小白兔晒黑了
阅读(699)
推荐(0)
摘要:
参考 https://www.cnblogs.com/kerrycode/archive/2017/02/23/6432579.html
阅读全文
posted @ 2020-10-15 00:53
小白兔晒黑了
阅读(329)
推荐(0)
摘要:
http://xt.boang1.cn/ylmf764.html
阅读全文
posted @ 2020-09-06 23:54
小白兔晒黑了
阅读(142)
推荐(0)
摘要:
ios下载 百度下载 链接:https://pan.baidu.com/s/16UGC1_mth6sRoaq6B1FglA 提取码:qwhm 迅雷下载 链接:https://pan.baidu.com/s/1t_T2wF0lwojsCY01ectL6Q 提取码:asty 安装过程 1 安装cento
阅读全文
posted @ 2020-09-06 23:30
小白兔晒黑了
阅读(431)
推荐(0)
摘要:
香港镜像 迅雷下载 http://hk.mirrors.thegigabit.com/ 红帽各版本 百度网盘下载: https://www.jianshu.com/p/da4884fda225 centos各镜像地址 http://isoredirect.centos.org/centos/8/is
阅读全文
posted @ 2020-09-05 21:53
小白兔晒黑了
阅读(1416)
推荐(0)
摘要:
1 下载乌班图 ios 链接:https://pan.baidu.com/s/1Tb5C9Imn9R-4b3k0OrahFA 提取码:1ypp 2 用UltraISO制作U盘启动 2.1 下载UltraISO 官网下载 https://cn.ultraiso.net/xiazai.html 网盘链接
阅读全文
posted @ 2020-08-31 19:09
小白兔晒黑了
阅读(793)
推荐(0)
摘要:
public function fendan_dpt_auto_task() { // $orderList = $this->Baoming->find("all", ['conditions' => ['is_fp' => 0, 'zx_tuijian' => 1], 'fields' => [
阅读全文
posted @ 2020-08-31 18:47
小白兔晒黑了
阅读(178)
推荐(0)