问题一:[root@cdeba90ec46e~]#./configure--prefix=/usr/local/nginx--user=www--group=www--with-http_stub_status_modulebash:./configure:Nosuchfileordirectory//解决思路:表示在执行预编译./configure没有找到configure执行文件,改文件不存在
分类:
其他好文 时间:
2020-11-24 12:21:39
阅读次数:
7
什么是环境变量? 如下,在shell中定义一个变量,这个变量会被这个shell的子shell或者当前这个shell的进程所继承。 首先,在当前的shell中定义了一个HOLIDAY变量,定义变量用key=value的形式,等号两边不可有空格,key常用大写,value可以选用引号括起来,但如果val ...
分类:
系统相关 时间:
2020-11-24 12:18:35
阅读次数:
10
手动下载安装nginx 需要的安装依赖包 登录可连接公网的一台机器, 配置 nginx.repo yum源 cat nginx.repo [nginx] name=nginx repo baseurl=http://nginx.org/packages/centos/$releasever/$bas ...
分类:
其他好文 时间:
2020-11-23 12:47:29
阅读次数:
23
Transfer data from Hospital to Regional System Microsoft provides you the following solutions for emergency response: The Hospital Emergency Response ...
分类:
移动开发 时间:
2020-11-23 12:41:15
阅读次数:
24
IDEA社区版2020相关内容——持续更新 插件相关: 创建Springboot项目插件——Spring Assistant 自动生成get/set——Lombok插件 自动化部署插件——Alibaba Cloud Toolkit Mybatis自动定位XML文件——Free MyBatis plu ...
分类:
其他好文 时间:
2020-11-23 12:37:26
阅读次数:
7
问题一: [root@cdeba90ec46e ~]# ./configure --prefix=/usr/local/nginx --user=www --group=www --with-http_stub_status_module bash: ./configure: No such fil ...
分类:
其他好文 时间:
2020-11-23 12:11:38
阅读次数:
5
最近生产环境在这两个参数之间遇到过几次坑。这里记录下。 client_max_body_size client_max_body_size 默认 1M,表示 客户端请求服务器最大允许大小,在“Content-Length”请求头中指定。如果请求的正文数据大于client_max_body_size, ...
分类:
其他好文 时间:
2020-11-23 12:01:24
阅读次数:
6
NGINX and the "Power of Two Choices" Load-Balancing Algorithm - NGINX https://www.nginx.com/blog/nginx-power-of-two-choices-load-balancing-algorithm/ ...
分类:
其他好文 时间:
2020-11-23 11:48:43
阅读次数:
4
@ 1.Docker概述 1.1Docker为什么会出现 一款产品:开发--》上线,需要两套环境!应用环境,应用配置! 开发 运营之间产生问题:我在我的电脑上可以运行!版本更新导致服务不可用!对于运维就很难 开发即运维! 环境配置十分麻烦,每一个机器都要部署环境(集群Redis、ES、Hadoop。 ...
分类:
其他好文 时间:
2020-11-21 12:47:24
阅读次数:
31
802.11无线帧协议分析(MAC架构) 学习内容: 描述802.11 帧格式 区分802.11 的三种帧类型及作用 1、802.11帧 802.11帧的最大长度2346个字节,结果如下:1.1 802.11帧—Frame Control(控制帧) 在802.11帧的开头,占2个字节共8bit位。 ...
分类:
系统相关 时间:
2020-11-21 12:34:21
阅读次数:
15