定义 定义虽然基本没有屌用,因为大部分人都看不懂,但是还的说出来。。。 The intent of the Builder design pattern is to separate the construction of a complex object from its representati ...
分类:
其他好文 时间:
2021-01-12 10:43:10
阅读次数:
0
当有两个或以上数量的键被分配到了哈希表数组的同一个索引上面时, 我们称这些键发生了冲突(collision)。 Redis 的哈希表使用链地址法(separate chaining)来解决键冲突: 每个哈希表节点都有一个 next 指针, 多个哈希表节点可以用 next 指针构成一个单向链表, 被分 ...
分类:
其他好文 时间:
2020-12-28 11:43:33
阅读次数:
0
最近的项目里要用到计时器,然后自己封装了一个 也为方便以后吧 <template> <div class="time-wrapper"> <div class="time-hour"> <span>{{hour}}</span> </div> <div class="time-separate"> ...
分类:
其他好文 时间:
2020-07-10 21:16:48
阅读次数:
115
import cv2 import numpy as np #from PIL import Image def separate_color_red(img): hsv = cv2.cvtColor(img, cv2.COLOR_BGR2HSV) lower_hsv = np.array([0, ...
分类:
其他好文 时间:
2020-07-08 20:09:17
阅读次数:
68
cd /etc/yum.repos.d vim CentOS-Debuginfo.repo enable = 1 yum install glibc debuginfo-install glibc.x86_64 0:2.17-307.el7.1 ...
分类:
数据库 时间:
2020-06-21 17:52:26
阅读次数:
108
名称: 建造者模式(Builder Pattern) 问题: Separate the construction of a complex object from its representation so that the same construction process can create ...
分类:
其他好文 时间:
2020-06-21 12:12:42
阅读次数:
51
-c, --count 在每行前加上表示相应行目出现次数的前缀编号 -d, --repeated 只输出重复的行 -D, --all-repeated[=delimit-method 显示所有重复的行 delimit-method={none(default),prepend,separate} 以 ...
分类:
其他好文 时间:
2020-06-13 15:55:51
阅读次数:
72
As the size of my blog "Chrome Development Tool tips used in my daily work" turns to be larger I create a separate post to record down this small tip. ...
分类:
编程语言 时间:
2020-05-11 15:23:04
阅读次数:
79
5.7 Doorbell Buffer Config commandThe Doorbell Buffer Config command is used to provide two separate memory buffers that mirror the controller's doorb ...
分类:
其他好文 时间:
2020-04-14 21:05:59
阅读次数:
95
xcursor是个什么东西。为什么会报错,怎么处理!在qt的autoconfigure.sh中添加下三条命令都不行。提示不认识-no-xcursor或者不认识nomake命令。 -no-xcursor -no-xfixes -no-xrandr -no-xrender \ -no-separate- ...
分类:
系统相关 时间:
2020-04-01 19:45:03
阅读次数:
357