MQ 的作用的什么 : 异步解耦削峰 使用监听来控制队列有变化的时候,给你服务发送请求, 最后是一个监听对一个服务。 RabbitMQ 使用的协议 AMQP协议; Rabbit 添加方式有四种类型: 常用的三种类型: 1 direct Exchange 直连 路由键 routing key = 设置 ...
分类:
其他好文 时间:
2020-09-24 22:04:40
阅读次数:
44
1.进入c:/windows/system32/windowsPowerShell/v1.0目录,以管理员身份启动powershell.exe程序运行以下命令开启wcl功能,需要重启windows系统Enable-WindowsOptionalFeature -Online -FeatureName ...
本文地址 https://www.cnblogs.com/oberon-zjt0806/p/13672426.html 本文只是一个小记录,不会采用比较严格的行文格式,见谅。 昨天刚刚通过HIT的镜像安装TeX Live,然后准备安装我比较喜欢的TeX Gyre Math系列的字体,用于$\TeX$ ...
分类:
其他好文 时间:
2020-09-18 02:04:11
阅读次数:
35
1. 下载 可选择online install或者离线下载,online install有时报错,can not download respository.txt 如果online install报错解决不了的话可选择离线安装,下载路径:https://sourceforge.net/project ...
exchange server 2016安装前配置之AD配置 一、安装域服务和DNS 1、 根据向导安装域服务和DNS服务 2、配置域控 3、安装完成之后会自动重启服务器完后才能配置 ...
分类:
其他好文 时间:
2020-09-18 00:00:30
阅读次数:
27
问题 K: Length of Bundle Rope 时间限制: 2 Sec 内存限制: 1024 MB提交 状态 题目描述 Due to the development of online shopping, the logistics industry which is highly conn ...
分类:
其他好文 时间:
2020-09-17 22:58:33
阅读次数:
44
C语言代码: int MaxSubsequenceSum(const int A[], int N) { int ThisSum, MaxSum, j; ThisSum = MaxSum = 0; for (j = 0; j < N; j++) { ThisSum += A[j]; if (This ...
分类:
编程语言 时间:
2020-09-17 22:25:39
阅读次数:
39
# producer php bin/hyperf.php gen:amqp-producer DemoProducer # consumer php bin/hyperf.php gen:amqp-consumer DemoConsumer # 使用 command 盗用 DemoProducer ...
分类:
其他好文 时间:
2020-09-16 12:43:45
阅读次数:
131
进行一次快排即可 class Solution { public: vector<int> exchange(vector<int>& nums) { int le = 0; int ri = nums.size() - 1; while(le<ri){ while (le < ri&&nums[r ...
分类:
编程语言 时间:
2020-09-10 22:36:24
阅读次数:
38
打开word文档,突然弹出如下提示框: 解决方法: 1.右击开始菜单,选择PowerShell(管理员) 2.在PowerShell管理员窗口中,依次执行下面两条语句来检查Windows系统完整性并修复。执行成功后一定要重启电脑才会生效,需要联网。 DISM.exe /Online /Cleanup ...
分类:
其他好文 时间:
2020-09-04 17:28:08
阅读次数:
186