推荐
专栏
教程
课程
飞鹅
本次共找到3475条
haproxy配置
相关的信息
Easter79
•
3年前
vue 中安装使用sass 报错遇到的问题整理
不出错的情况下,正常安装:1.安装包:npminstallnodesasssavedevnpminstallsassloadersavedev(sassloader依赖于nodesass)2.在build文件夹下的webpack.base.conf.js的rules里面添加配置
Easter79
•
3年前
tomcat下部署jenkins
1.下载tomcat9.tar2.下载jenkins.war3.安装tomcattarzxvftomcat.tar/usr/local/apachetomcat/4.添加配置/usr/local/apachetomcat/bin/startup.sh!(https://static.oschina.net/uploads
Wesley13
•
3年前
Ubuntu18开启redis服务自启动
设置redis服务开机自启动。1.创建配置文件夹sudomkdir/etc/redissudocp/usr/local/redis/redis.conf/etc/redissudocp/etc/redis/redis.conf/etc/redis/6379.conf2.
Stella981
•
3年前
FastDFS+Nginx
FastDFS安装和配置它是什么FastDFS介绍:http://www.oschina.net/p/fastdfs(http://www.oschina.net/p/fastdfs)官网下载1:https://github.com/happyfish100/fastdfs/rele
Easter79
•
3年前
SpringBoot动态注册Servlet
1、SpringBoot配置自定义监听器实质上是在servlet3.0的容器中,注册一个Servlet。功能:监听对应的请求路径urlapi@Slf4j@ConfigurationpublicclassSpringBootAutoConfigure
Stella981
•
3年前
Spring Security 新特性 Lambda DSL 使用
\项目推荐:SpringCloud、SpringSecurityOAuth2的RBAC权限管理系统欢迎关注(https://gitee.com/log4j/pig)LambdaDSL概述SpringSecurity5.2对LambdaDSL语法的增强,允许使用lambda配置HttpSec
Stella981
•
3年前
Linux Mint 17 下安装搜狗拼音输入法
LinuxMint不像Ubuntu那样默认配置了中文输入法,需要我们自己安装,下面给出安装方法及输入法所需依赖:1.sudoaddaptrepositoryppa:fcitxteam/nightly2.sudoaptgetupdate3.sudoaptgetinstallf
Wesley13
•
3年前
Ubuntu 18.04+Postgresql 10+Gerrit 2.15.19+nginx 1.14 安装配置指南
Ubuntu18.04Postgresql10Gerrit2.15.19nginx1.14安装配置指南要保证代码的高质量,那必须要进行同行评审代码检查,所有代码都必须经过Rev
Stella981
•
3年前
Nginx之使用nginx搭建简单的文件服务器
使用nginx可以搭建简单文件服务器 安装nginx(不详述) 修改配置文件/usr/local/nginx/conf/nginx.confuserroot;worker_processes1;error_loglogs/error.log;pidlog
Easter79
•
3年前
Tomcat下的数据库连接池的配置与使用
实验环境:EclipseNeon.3(4.6.3)、MySQL、Tomcat9.0一、在web应用下的METAINF下新建context.xml文件,配置数据源。<?xmlversion"1.0"encoding"UTF8"?<Context<Resourcename"DBPool"
1
•••
184
185
186
•••
348