码迷,mamicode.com
首页 >  
搜索关键字:servers    ( 985个结果
server selection timeout, current topology: { Type: ReplicaSetNoPrimary, Servers: Type: RSGhost 错误的解决方法
编写容器内运行的集成测试,需要用到 MongoDB 的 replica set,在程序连接数据库时报了这样的错: server selection timeout, current topology: { Type: ReplicaSetNoPrimary, Servers: Type: RSGho ...
分类:其他好文   时间:2020-05-27 12:33:58    阅读次数:182
Create First HTTP Web Server in Node.js: Complete Tutorial
The Node.js framework is mostly used to create server based applications. The framework can easily be used to create web servers which can serve conte ...
分类:Web程序   时间:2020-05-24 00:54:25    阅读次数:90
浅析微软的网关项目 -- ReverseProxy
浅析微软的网关项目 Intro 最近微软新开了一个项目 "ReverseProxy" ,也叫做 YARP(A Reverse Proxy) 官方介绍如下: YARP is a reverse proxy toolkit for building fast proxy servers in .NET ...
分类:其他好文   时间:2020-05-14 15:37:56    阅读次数:105
不要启用 net.ipv4.tcp_tw_recycle
本文为翻译英文BLOG《Coping with the TCP TIME-WAIT state on busy Linux servers》,但并非完整的翻译,译者CFC4N对原文理解后,进行了调整,增加了相关论点论据,跟原文稍有不同。翻译的目的,是为了加深自己知识点的记忆,以及分享给其他朋友,或许 ...
分类:Web程序   时间:2020-05-02 15:03:27    阅读次数:88
php日志(慢日志和错误日志)
项目用php开发,在生产运行的过程中,应该一段时间监测下php脚本运行状态,哪些php进程速度太慢,有哪些错误日志。问:如何来查看检测比较慢的php脚本呢?答:查看php-fpm慢日志。 1.先查找到配置文件存放地址find / -name php-fpm.conf vi /usr/servers/ ...
分类:Web程序   时间:2020-04-26 11:12:54    阅读次数:70
HP的工具集hp-scripting-toolkit-linux
HP为Linux下的运维自动化提供了比较完成的工具集:hp-scripting-toolkit-linux 下载地址:http://h18004.www1.hp.com/products/servers/management/toolkit/stk/index.html 下面介绍几个比较常用的HP工 ...
分类:系统相关   时间:2020-04-21 15:02:13    阅读次数:121
spring cloud的Eureka自定义界面,启动界面自定义
spring cloud eureka server注册中心的界面不太好看,想自定义。经查看源码发现(源码位于spring-cloud-netflix-eureka-server),servers的首页由template/eureka目录下的四个ftl文件组成 templates.eureka目录下 ...
分类:编程语言   时间:2020-04-06 00:03:52    阅读次数:182
node_exporter部署
下载node_exporter后放入/data chmod +x node_exporter 然后nohup ./node_exporter & 后台启动 prometheus配置文件里把服务器都加上 - job_name: 'servers' scrape_interval: 30s static ...
分类:其他好文   时间:2020-03-29 19:49:08    阅读次数:256
Help-IntelliJIDEA-2019-基础设置:5.Tomcat Server
ylbtech-Help-IntelliJIDEA-2019-基础设置:5.Tomcat Server 1.返回顶部 1、 5.Tomcat ServerConfigure -> Settings -> Deployment -> Application Servers -> Tomcat Serv ...
分类:其他好文   时间:2020-03-29 13:03:11    阅读次数:72
kafka从头消费数据
从头消费数据需满足两个条件: 1. groupid为新的 2. auto_offset_reset_config的值为earliest Properties p = new Properties(); p.put(ConsumerConfig.BOOTSTRAP_SERVERS_CONFIG, "1 ...
分类:其他好文   时间:2020-03-25 23:47:02    阅读次数:137
985条   上一页 1 ... 3 4 5 6 7 ... 99 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!