推荐
专栏
教程
课程
飞鹅
本次共找到2011条
nginx配置文件详解
相关的信息
Easter79
•
4年前
vue iview element
首先安装babelpolyfillnpminstallbabelpolyfillsavedev入口文件引用,在main.js中引用import'babelpolyfill'配置文件webpack.base.conf.js修改entry:{app:'./src/main.j
Wesley13
•
4年前
ELK之八
一、logstash结合kafka收集系统日志和nginx日志架构图:!(https://oscimg.oschina.net/oscnet/2d28dece38ea896fdb974165c799ff8130a.png)环境准备:A主机:kibana、e
Stella981
•
4年前
CentOS 7.4 + nginx + php + mysql + phpmyadmin环境搭建,详细操作
1、gcc安装安装nginx需要先将官网下载的源码进行编译,编译依赖gcc环境,如果没有gcc环境,则需要安装:yuminstallgccc二.PCREpcredevel安装PCRE(PerlCompatibleRegularExpressions)是一个Perl库,包括per
Stella981
•
4年前
CentOS 7设置开机启动服务,添加自定义系统服务
CentOS7设置开机启动服务建立服务文件保存目录设置开机自启动其他命令1.建立服务文件文件路径vim/usr/lib/systemd/system/nginx.service服务文件内容1.ngin
Wesley13
•
4年前
MySQL在Ubuntu远程配置
MySQL远程连接访问在普通Linux下配置:在这个配置文件/etc/mysql/my.cnf修改:bindaddress 127.0.0.1修改为bindaddress 127.0.0.1或者b
Stella981
•
4年前
PHP,mysql,nginxunx中安装
一:安装PHP,mysql,nginx1linux装软件方式:21.源码安装:下载wget》解压tarzxvf》配置./configure》编译make3安装makeinstall42.yum安装一键安装包centos红帽
Stella981
•
4年前
Mybatis PageHelper 简单使用
流程1,maven依赖2,在mybatis配置文件启用插件3,修改service层依赖<!https://mvnrepository.com/artifact/com.github.pagehelper/pagehelper<dependency<groupIdc
Easter79
•
4年前
Sublime text 3 个人设置配置注释
1,复制一份原始配置文件把sublimetextpreferencesSettingsDefault文件里的所有内容都复制到sublimetextpreferencesSettingsUser文件里,2,配置注释:// Place your settings
Easter79
•
4年前
Struts2常量的配置
struts.xml配置文件最大的作用就是配置Action和请求之间的对应关系,并配置逻辑视图名和物理视图资源之间的对应关系。除此之外,struts.xml文件还有一些额外的功能,例如Bean配置、配置常量、导入其他配置文件等。Struts2除了可使用struts.xml文件来管理配置之外,还可使用struts.properties晚间来管理常
Easter79
•
4年前
ThreadPoolTaskExecutor配置
一.项目中线程池的使用: 参数配置:(application.yml配置文件中) task:pool:corePoolSize:10maxPoolSize:50keepAliveSeconds:300queueCapac
1
•••
53
54
55
•••
202