upstream这个模块提供一个简单方法来实现在轮询和客户端IP之间的后端服务器负荷平衡。upstream abc.com { server 127.0.0.1:8080; server 127.0.0.1:80; server 127.0.0.1:8000;} server { listen 80 ...
分类:
其他好文 时间:
2020-04-30 13:21:21
阅读次数:
125
pycharm push failedunable to find remote helper for 'https'控制面板->系统和安全->系统->高级系统配置->环境变量->系统变量path增加如下内容:C:\programdata\Anaconda3\Library\bin ...
分类:
其他好文 时间:
2020-04-29 12:46:18
阅读次数:
68
Redis 即 REmote Dictionary Server (远程字典服务); 而Redis的协议规范是 Redis Serialization Protocol (Redis序列化协议) 该协议是用于与Redis服务器通信的,用的较多的是Redis-cli通过pipe与Redis服务器联系; ...
分类:
其他好文 时间:
2020-04-29 01:10:20
阅读次数:
98
1,先拉去主分支带代码到本地。 2,然后在idea配置主分支remote属性(在vcs-》git-》remote),在里面添加fork分支。 3,然后在本地代码中fetch一下,获取最新代码,这样就把fork分支拉取到本地了。 4,然后在idea到右下角选择你fork到分支,并checkout出来。 ...
分类:
其他好文 时间:
2020-04-28 17:02:18
阅读次数:
186
vmagent 只是一个agent ,实现了prometheus 的remote_write 协议,同时强大的地方是支持influx ,opentsdb,graphite 。。。协议 基于此以及VictoriaMetrics可以灵活的扩展监控的处理 参考架构 说明 vmagent 的功能是很强大的, ...
分类:
其他好文 时间:
2020-04-28 13:23:44
阅读次数:
67
最近的项目需要用到Redis数据库和MySQL,恶补学习。 Redis的使用手册可以看: https://redis.io/ https://www.runoob.com/redis/redis-tutorial.html http://www.redis.cn/ Redis(Remote Dict ...
分类:
数据库 时间:
2020-04-28 00:28:21
阅读次数:
84
分布式运行步骤 执行机 获取本机ip,将ip写在jmeter的配置文件中,在remote_host=ip:1099 关闭防火墙,关闭其他网卡 执行机打开jmeter.server.bat文件 控制机 将执行机的ip写入到配置文件中的remote_hosts=ip:1099,如果有多个,用逗号隔开 如 ...
分类:
其他好文 时间:
2020-04-27 19:29:57
阅读次数:
50
环境vmware 15pro,windows10家庭版。出现原因:试用win10稳定版是否支持wsl2,在powershell管理员模式下运行命令 Enable-WindowsOptionalFeature -Online -FeatureName VirtualMachinePlatform 打开 ...
查看原文:http://www.ibloger.net/article/144.html https://www.cnblogs.com/zoujx/p/9221709.html 获取客户端的IP地址的方法是:request.getRemoteAddr(),这种方法在大部分情况下都是有效的。但是在通 ...
分类:
Web程序 时间:
2020-04-27 15:42:50
阅读次数:
77
如果两台机器之间登陆需要密码 1 scp remote_username@remote_ip:remote_file local_folder2 输入密码,回车。3 Ctrl+z,挂起当前进程。4 bg,让挂起的进程继续运行。 如果已经加了免密登陆 就可以直接 nohup remote_userna ...
分类:
其他好文 时间:
2020-04-27 13:03:58
阅读次数:
62