在RabbitMQ中,Socket descriptors 是 File descriptors 的子集,它们也是一对此消彼长的关系。然而,它们的默认配额并不大,File descriptors 默认值为“1024”,而 Socket descriptors 的默认值也只有“829”,同时,File ...
分类:
系统相关 时间:
2021-01-15 11:43:06
阅读次数:
0
uni-app对接微信小程序直播 1.登录微信小程序后台-点击>设置->第三方设置->添加直播插件 2.添加直播组件后->点击<详情> 记录这两个参数直播插件的appid和最新版本号 3. 打开项目,找到manifest.json这个文件 代码: "plugins" : { "live-player ...
分类:
微信 时间:
2021-01-14 10:30:04
阅读次数:
0
在操作pika时请记得安装RabbitMQ 如果没有安装会有 send端 import pikaconnection = pika.BlockingConnection(pika.ConnectionParameters('localhost'))channel = connection.chann ...
分类:
其他好文 时间:
2021-01-13 10:59:28
阅读次数:
0
RabbitMQ - 02Spring整合XML形式 (1)XML形式:方式一 测试启动类 public class SpringTest { public static void main(String[] args) { ApplicationContext context = new Clas ...
分类:
编程语言 时间:
2021-01-12 11:12:45
阅读次数:
0
1、安装过程中常见的问题 git clone 提示 ssl 错误 # 一般是由于时间不同步, 或者网络有问题导致的 # 可以尝试下载 releases 包 pip install 提示 ssl 错误 # 参考第一条解决 pip install 提示 download 错误 # 一般是由于网络不好, ...
分类:
其他好文 时间:
2021-01-12 10:58:33
阅读次数:
0
在windows下,新建一个 config_rabbitmq.conf 配置文件 开始logstash的时候,新建一个 run_rabbitMQ.bat 批处理,内容是 logstash -f config_rabbitMQ.conf 运行 run_rabbitMQ.bat 批处理文件就行了 先在r ...
分类:
其他好文 时间:
2021-01-11 10:32:31
阅读次数:
0
server { listen 80; listen 443 ssl http2; server_name www.baidu.com; charset utf-8; fastcgi_intercept_errors on; include filter.forbid; error_page 404 ...
分类:
其他好文 时间:
2021-01-08 11:29:22
阅读次数:
0
参考网址:https://blog.csdn.net/qq_35833147/article/details/95211261 因为最近自己要测试rabbitMQ,所以要搭建自己搭建虚拟环境,在网上找了各种的安装方式,然后自己就总结了一个mac 下用 VMware Fusion 11 安装 ubun ...
分类:
系统相关 时间:
2021-01-08 10:49:19
阅读次数:
0
客户端报“[ERROR] code: 505, UNEXPECTED_FRAME - expected content header for class 60, got non content header frame instead, recoverable: false, server: tru ...
分类:
其他好文 时间:
2021-01-07 12:36:33
阅读次数:
0
常见命令 插件管理 开启某个插件:rabbitmq-plugins enable xxx 关闭某个插件:rabbitmq-plugins disable xxx 注意:重启服务器后生效。 用户管理 新建用户:rabbitmqctl add_user xxxpwd 删除用户: rabbitmqctl ...
分类:
其他好文 时间:
2021-01-07 12:24:14
阅读次数:
0