CKAD考试大纲: Core Concepts (13%) Multi-Container Pods (10%) Pod Design (20%) State Persistence (8%) Configuration (18%) Observability (18%) Services and ...
分类:
其他好文 时间:
2020-04-27 11:19:13
阅读次数:
71
Given an array of integers, return if and only if it is a valid mountain array . Recall that A is a mountain array if and only if: There exists some w ...
分类:
编程语言 时间:
2020-04-27 10:02:23
阅读次数:
120
https://www.cnblogs.com/tonifyingheart/p/9893561.html 项目的.pro文件中: QT += core gui# 注意和上面的+=号对齐,否则就失效了 QT += serialport RC_ICONS = htd.ico greaterThan(Q ...
分类:
其他好文 时间:
2020-04-26 16:56:13
阅读次数:
252
A C++ header-only HTTP/HTTPS server and client libraryhttps://github.com/yhirose/cpp-httplib Windows下Qt Http Server例子 pro文件 SOURCES += \ main.cpp HEAD ...
分类:
编程语言 时间:
2020-04-26 10:41:20
阅读次数:
616
pulsar 实现了一个 RateLimiter 来限制 dispatch 的速率。 大体思路是:初始有 n 个令牌,当令牌被申请完了后,其他人就无法获得令牌了,每隔一段时间 t 会清零已分配的令牌数。所以,记住这 2 个参数即可。 通过一个测试用例,观察 RateLimiter 的用法。 // o ...
分类:
其他好文 时间:
2020-04-24 01:40:06
阅读次数:
72
package.json文件存在时,可通过如下命令安装文件中的模块依赖: ...
分类:
Web程序 时间:
2020-04-24 01:38:49
阅读次数:
67
A bridge-domain can be associated with only one BVI. However a vrf can contain routes to multiple BVIs. To configure a BVI interface, create it using ...
分类:
其他好文 时间:
2020-04-23 19:28:06
阅读次数:
94
本周任务 收集相关资料,学习BouncyCastle的使用方法 使用BouncyCastle编程实现证书格式的转换 完成情况 BouncyCastle的配置 在 "BC官网" 下载相关文件 将下载的两个jar包拷贝到 目录下面 修改配置文件 ,在末尾添加 测试成功 使用时需要在项目中导入jar包 然 ...
分类:
其他好文 时间:
2020-04-23 11:55:03
阅读次数:
74
0x01 "冰蝎" 获取密钥过程冰蝎执行流程 (图片来自红蓝对抗——加密Webshell“冰蝎”攻防)冰蝎在连接webshell的时,会对webshell进行两次请求访问为什么进行两次访问? 我在别的文章没有看到关于这个问题的答案,于是我去反编译冰蝎源码通过对代码阅读,我发现冰蝎为了实现可以在web ...
分类:
Web程序 时间:
2020-04-22 09:27:25
阅读次数:
748
01 从物理网络到虚拟网络 02 桥接(Bridge Adapter) 03 NAT 04 主机网络(Host-only Adapter) 05 内部网络(internal) 06 总结 01 从物理网络到虚拟网络# 著名的「六度分隔定理」说到,世界上任何两个互不相识的人,只需要最多六个人就能够建立 ...
分类:
其他好文 时间:
2020-04-22 00:05:24
阅读次数:
80