码迷,mamicode.com
首页 >  
搜索关键字:conf    ( 25562个结果
Nginx nginx-rtmp-module 直播推流 配置
nginx.conf配置 #user nobody; user www www; worker_processes 8; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log in ...
分类:其他好文   时间:2021-06-13 09:55:40    阅读次数:0
Configuring the client proxy -- Angular App --> CLI dev server -- >Rest Server
In Dev mode, 1 你想利用CLI的Hot reload features 和快速Rebuild application bundles in memory. 2.和发请求给Rest Server.那么,你需要配置代理来来改善你的开发体验。 实现步骤:1.新建 proxy-conf.jso ...
分类:移动开发   时间:2021-06-13 09:48:05    阅读次数:0
Ionic 项目环境报错
1.提示“python找不到或者环境不对” npm config set python C:\Python27\python.exe 2.执行npm rebuild node-sass 重构一下3.再重新执行npm install就OK啦 4.输入: npm install @ionic/app-s ...
分类:其他好文   时间:2021-06-13 09:42:49    阅读次数:0
Ubuntu18关机时出现 A stop job is running for ...导致关机很慢
1. 修改/etc/systemd/system.conf sudo vim /etc/systemd/system.conf 2. 找到一下两行 #DefaultTimeoutStartSec=90s #DefaultTimeoutStopSec=90s 3. 取消注释并修改为 DefaultTi ...
分类:系统相关   时间:2021-06-13 09:31:35    阅读次数:0
Rsync+Notify NFS
Rsync+Notify: yum install make gcc gcc-c++ 客户端启动rsync port:873/usr/local/rsync/bin/rsync --daemon --config=/usr/local/rsync/rsync.conf Client:tar xf r ...
分类:其他好文   时间:2021-06-13 09:26:06    阅读次数:0
# springcloud-eureka-feign-mybatis-seata ### 整合步奏
springcloud-eureka-feign-mybatis-seata 整合步奏 1.下载seata-server,修改seate-server配置 2.client端(你自己的项目)拷贝seate-server中的file.conf, registry.conf 加入自己项目 3.数据源代理 ...
分类:编程语言   时间:2021-06-11 19:16:48    阅读次数:0
SSM拆分模块,报org.springframework.beans.factory.NoSuchBeanDefinitionException
SSM拆分模块,报org.springframework.beans.factory.NoSuchBeanDefinitionException 这个异常的意思是,找不到bean,出现这个问题的原因有很多! 我这里是拆分模块时出现(将一个applicationContext.xml文件拆到各个模块中 ...
分类:编程语言   时间:2021-06-11 18:43:51    阅读次数:0
停电导致mysql8.0.24起不来
报错 Starting MySQL... ERROR! The server quit without updating PID file (/usr/local/mysql/$hostname.pid). 应该我在/etc/my.conf配置默认字符集的问题 https://blog.csdn.n ...
分类:数据库   时间:2021-06-11 18:02:40    阅读次数:0
docker部署多个php站点
1、安装docker 2、拉取镜像 docker pull mysql:5.7 docker pull php:7.3-fpm docker pull nginx 4、创建mysql容器 docker run --name mysql -v $PWD/conf:/etc/mysql/conf.d - ...
分类:Web程序   时间:2021-06-10 18:52:31    阅读次数:0
Nginx的调度算法
一、ip_hash vim /etc/nginx/nginx.conf http { upstream websrvs { server 192.168.1.4:80; server 192.168.1.6:80; server 127.0.0.1:8080 backup; ip_hash; } } ...
分类:编程语言   时间:2021-06-10 18:33:41    阅读次数:0
25562条   上一页 1 ... 6 7 8 9 10 ... 2557 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!