1.上传安装包 在CRT中 Alt+p 打开文件上传页面sftp put (Windows中nginx存放目录) 2.解压安装包 在Linux中找到上传的Nginx压缩包 cd ~(一般在当前用户的工作目录下,或者sftp页面有提示) 把文件移到合适的地方解压(mv nginx-1.17.5.tar ...
分类:
系统相关 时间:
2021-03-15 10:46:21
阅读次数:
0
1.创建一个toutiao目录 cd /home mkdir toutiao 2.将项目上传到toutiao目录 项目上传详细见安装的一二步 3.解压项目 unzip web.zip 4.编辑Nginx配置文件cd /home/nginx-1.17.5/conf/nginx.conf (注意:配置刚 ...
分类:
其他好文 时间:
2021-03-15 10:44:43
阅读次数:
0
Error: Error launching source instance: Unsupported: The requested configuration is currently not supported. Please check the documentation for suppor ...
分类:
其他好文 时间:
2021-03-15 10:42:10
阅读次数:
0
Check If a String Contains All Binary Codes of Size K (M) 题目 Given a binary string s and an integer k. Return True if every binary code of length k is ...
分类:
其他好文 时间:
2021-03-15 10:41:54
阅读次数:
0
马克-to-win:checked和unchecked异常区别:结论就是:1)RuntimeException和他的子类都是unchecked异 常。其他的都是checked异常。马克-to-win:2)在编译阶段,编译器会检查每一个方法,看是否方法里面抛出了checked异常。假设抛出了 chec ...
分类:
编程语言 时间:
2021-03-12 14:17:38
阅读次数:
0
##安装依赖 yum install gcc gcc-c++ automake pcre pcre-devel zlip zlib-devel openssl openssl-devel ##解压 tar xf nginx-1.18.0.tar.gz -C /data/ ##创建虚拟用户 usera ...
分类:
其他好文 时间:
2021-03-12 13:27:36
阅读次数:
0
【资源下载】下载地址如下:https://docs.qq.com/doc/DTlRSd01BZXNpRUxl #include "inif.h" #include <at89x52.h> #include <absacc.h> #include "LCD1602.H" unsigned char d ...
分类:
其他好文 时间:
2021-03-12 12:41:26
阅读次数:
0
1、DataGrid注册左键事件,点击有效区域Check //在窗体Load中增加 this.dataGrid.AddHandler(DataGrid.MouseLeftButtonDownEvent, new MouseButtonEventHandler(this.DataGrid_MouseL ...
列出所有repo文件 dnf repolist all 列出系统所有repo文件 dnf repolist 列出所有软件包(已安装+可用) dnf list 列出已安装的包 dnf list installed 列出可用的包 dnf list available 列出组包 dnf grouplist ...
分类:
其他好文 时间:
2021-03-11 20:48:56
阅读次数:
0
一、配置 首先修改配置文件 #vi /usr/local/nginx/conf/nginx.conf 在最后一个结束符号}前加一行配置: include vhost/*.conf; 意思就是/usr/local/nginx/conf/host下面的所有以.conf结尾的文件都会被加载 #mkdir ...
分类:
其他好文 时间:
2021-03-10 13:39:10
阅读次数:
0