貌似有bug 我们高并发的情况下貌似遇到了 https://github.com/redisson/redisson/issues/2299 ...
分类:
其他好文 时间:
2021-04-08 13:45:44
阅读次数:
0
The mode is the value in the data set that occurs most frequently. If all of the data values occur only once, or they each occur an equal number of ti ...
分类:
其他好文 时间:
2021-04-08 13:33:00
阅读次数:
0
DAOS 通过两个紧密集成的平面进行运转。数据平面处理繁重的运输操作,而控制平面负责进程编排和存储管理,简化数据平面的操作。 ...
分类:
其他好文 时间:
2021-04-08 13:22:04
阅读次数:
0
在日常使用ansible playbook的过程中,我们有时候希望做一下补救性的操作,做一些判断, 例如: Default 1 2 3 4 5 6 7 8 9 10 11 tasks: - block: - debug: msg='i execute normally' - command: /bi ...
分类:
其他好文 时间:
2021-04-08 13:17:01
阅读次数:
0
作者:Grey 原文地址:[https://www.cnblogs.com/greyzeng/p/14623965.html) 环境 VMware 16 CentOS8 相关软件 keepalived ipvsadm httpd 准备工作 准备四个节点,如上图,Node01 ~ Node04, 本文 ...
分类:
其他好文 时间:
2021-04-08 12:55:11
阅读次数:
0
1 缺陷报告的组成:①缺陷编号(Defect ID):提交缺陷的顺序②缺陷标题(summary):简明扼要的描述缺陷③缺陷的发现者(Defected By):测试人员④缺陷发现日期(date):一般为当天⑤缺陷所属的模块(subject):在测试哪个功能模块时发现的bug.开发组可以据此决定由谁负责 ...
分类:
其他好文 时间:
2021-04-07 11:46:15
阅读次数:
0
request的header信息在通过feign调用的时候,不能直接传过去,可以写一个拦截器,给他发过去,但是中间出了个小bug,报错too many bytes written,经百度,找了如下https://blog.csdn.net/qq_39986681/article/details/10 ...
分类:
其他好文 时间:
2021-04-07 11:20:39
阅读次数:
0
1.缘由 我之前习惯使用 vscode 进行开发,对 vscode 的 one dark pro 主题情有独钟。无奈公司需要使用 Qt Creator 进行日常开发,只能暂时舍弃 vscode,采用曲线救国的方式,把 Qt Creator 打造为 vscode one dark pro 主题配色。写 ...
分类:
其他好文 时间:
2021-04-06 14:52:45
阅读次数:
0
用python写数据库连接时要用到数据连接池于是就想到了DBUtils ,这个简单pip install DBUtile 安装完后写代码测试一下 from DBUtils.PooledDB import PooledDB Traceback (most recent call last): File ...
分类:
数据库 时间:
2021-04-02 13:02:54
阅读次数:
0
作为一个7年老.NET程序员,最近几年苹果慢慢接替微软,成为我心中最酷的科技公司。 为什么我会选择Mac os作为我的开发环境? 很多做.net的同学都使用Windows系统作为自己的开发环境,我其实也一样。 但是现在.NET Core已经跨平台了,微软也推出vs for mac的ide,我们没理由 ...
分类:
Web程序 时间:
2021-04-01 13:29:29
阅读次数:
0