会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
mangoCzp
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
7
8
9
···
12
下一页
2020年8月21日
c++ 多线程 信号量简单使用
摘要: 完成一个多线程demo,保证三个线程执行顺序,即abc顺序打印 代码示例: #include <iostream> #include <semaphore.h> #include <memory> #include <thread> using namespace std; sem_t firstJ
阅读全文
posted @ 2020-08-21 17:16 mangoCzp
阅读(1707)
评论(0)
推荐(0)
2020年8月20日
Docker pull slow resolution
摘要: https://yq.aliyun.com/articles/233839 http://mirrors.ustc.edu.cn/help/dockerhub.html?spm=a2c4e.10696291.0.0.1c5719a4SZTLhg&highlight=docker
阅读全文
posted @ 2020-08-20 17:00 mangoCzp
阅读(134)
评论(0)
推荐(0)
2020年8月5日
c++ typename 关键字
摘要: typename的提出 是为了解决 :: 符号歧义性,:: 既可以作为嵌套类型(stdvectoriterator * iter)又可以作为引用静态成员(Aiterator),这样的话,Titerator * iter 会产生歧义,前者定义一个 vectoriterator 类型变量,后者如果 it
阅读全文
posted @ 2020-08-05 16:42 mangoCzp
阅读(114)
评论(0)
推荐(0)
c++ lambda
摘要: https://www.jianshu.com/p/d686ad9de817 测试代码: #include <iostream> #include <memory> using namespace std; int main(){ int x=3; auto add1 = [x](int a, in
阅读全文
posted @ 2020-08-05 16:18 mangoCzp
阅读(117)
评论(0)
推荐(0)
2020年7月29日
tikv
摘要: https://pingcap.com/blog-cn/how-tikv-store-get-data/ https://tikv.org/blog/tune-with-massive-regions-in-tikv/ https://github.com/tikv/auto-tikv.git ht
阅读全文
posted @ 2020-07-29 20:32 mangoCzp
阅读(250)
评论(0)
推荐(0)
2020年7月27日
ycsb
摘要: redis : https://datawine.github.io/2018/12/11/YCSB%E9%A1%B9%E7%9B%AE%E5%AD%A6%E4%B9%A0/#%E8%AE%BE%E7%BD%AE%E6%95%B0%E6%8D%AE%E5%BA%93
阅读全文
posted @ 2020-07-27 11:45 mangoCzp
阅读(177)
评论(0)
推荐(0)
2020年7月21日
Tikv docker-compose go client
摘要: https://asktug.com/t/topic/452
阅读全文
posted @ 2020-07-21 17:21 mangoCzp
阅读(130)
评论(0)
推荐(0)
Raft 协议
摘要: https://zhuanlan.zhihu.com/p/91288179
阅读全文
posted @ 2020-07-21 10:53 mangoCzp
阅读(115)
评论(0)
推荐(0)
2020年7月20日
kubectl 命令
摘要: https://jimmysong.io/kubernetes-handbook/guide/kubectl-cheatsheet.html
阅读全文
posted @ 2020-07-20 16:38 mangoCzp
阅读(100)
评论(0)
推荐(0)
2020年7月6日
sbt 国内代理及全局配置
摘要: https://zhuanlan.zhihu.com/p/85849204 https://zhuanlan.zhihu.com/p/82727108 https://www.jianshu.com/p/a867b2a7c3c8
阅读全文
posted @ 2020-07-06 14:36 mangoCzp
阅读(511)
评论(0)
推荐(1)
上一页
1
2
3
4
5
6
7
8
9
···
12
下一页
公告