码迷,mamicode.com
首页 >  
搜索关键字:nginx nginx生产环境常用功能、nginx include 、虚拟主机别名、rewrite、nginx status    ( 121537个结果
题解 P5935 【[清华集训2012]攻占黄金乡】
思路:搜索+剪枝。 本人在撰写这篇题解之前,在网络上搜索过别的题解,发现仅此一篇题解。在学习理解该题解的基础上编写了此题的代码,因此思路上很相像。以下为自己理解的内容,请放心食用。 首先,审题之后,我们可以发现山羊的移动就是从 \((x,y,z)\) 到 \((x\pm1,y,z)\) \((x,y ...
分类:其他好文   时间:2021-07-28 21:15:08    阅读次数:0
基于Docker搭建 Php-fpm + Nginx 环境
1、拉取nginx镜像,以及php-fpm镜像 docker pull nginx:1.16.0 docker pull php:5.6.40-fpm 2、分别创建nginx 容器php-fpm 容器 # 这里最后吧 /etc/nginx/conf.d 目录和存放静态资源文件的目录挂载到宿主机上来 ...
分类:Web程序   时间:2021-07-27 17:31:51    阅读次数:0
nginx + http + svn
安装certbot 安装 certbot 为免费证书做准备 yum install certbot python2-certbot-nginx 安装 svn 安装svn yum install svn 创建svn库 # 创建库 svnadmin create /var/svn/data # 授权ap ...
分类:Web程序   时间:2021-07-27 17:31:33    阅读次数:0
PaintHouse I
ColorCostDP.hpp // // Created by Administrator on 2021/7/21. // #ifndef C__TEST01_COLORCOSTDP_HPP #define C__TEST01_COLORCOSTDP_HPP #include <vector> ...
分类:其他好文   时间:2021-07-23 17:43:16    阅读次数:0
nginx安装前奏
安装nginx的前奏 安装依赖 yum -y install gcc zlib zlib-devel pcre-devel openssl openssl-devel 创建一个文件夹 cd /usr/local mkdir nginx cd nginx 下载Nginx tar包 和 解压 wget ...
分类:其他好文   时间:2021-07-23 17:42:55    阅读次数:0
学习 OpenStack (1):杂记
##源码查看小结 使用方式: 1.Web界面,Dashboard(horizon) 2.命令行,cliff 3.API,RESTful API 服务部署:(python: wsgi → application) Apache + mod_wsgi (官方) Nginx + uWSGI API框架: ...
分类:其他好文   时间:2021-07-23 17:39:38    阅读次数:0
sshd服务(使用ssh协议远程开启其他主机shell的服务)
###一.sshd简介 sshd(secure shell)服务使用ssh协议远程开启其他主机shell的服务。首先需要打开sshd 服务 ###二.sshd服务状态调整 systemctl status sshd 查看服务状态 systemctl start sshd 打开服务 systemctl ...
分类:系统相关   时间:2021-07-21 17:39:31    阅读次数:0
centos7防火墙配置
2021-07-20 1.查看firewall服务状态 systemctl status firewalld 2.查看firewall状态 firewall-cmd --state 该命令需要在超级用户root身份下使用 3.重启,关闭,开启firewall服务 # 重启 systemctl res ...
分类:其他好文   时间:2021-07-21 17:31:40    阅读次数:0
Springboot-微服务-微服务组件之服务管理-Zuul网关
#Springboot-微服务-微服务组件之服务管理-Zuul网关 Zuul.简介 官网:https://github.com/Netflix/zuul Zuul加入后的架构 不管是来自于客户端(PC或移动端)的请求,还是服务内部调用。一切对服务的请求都会经过Zuul这个网关,然后再由网关来实现 鉴 ...
分类:编程语言   时间:2021-07-19 16:48:33    阅读次数:0
centos8 yum源
cat CentOS-Base.repo # CentOS-Base.repo # # The mirror system uses the connecting IP address of the client and the # update status of each mirror to p ...
分类:其他好文   时间:2021-07-19 16:46:42    阅读次数:0
121537条   1 2 3 4 ... 12154 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!