会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Loading
coco1996
博客园
首页
新随笔
联系
订阅
管理
2023年1月13日
Nebula 数据写入流程梳理
摘要: 1、总览 Webservice Query Meta Storage Raftpart Kvstore 1.1、时序图 2、Query流程 query:parser → validator → optimizer → executor Parser 完成对语句的词法语法解析并生成抽象语法树(AST)
阅读全文
posted @ 2023-01-13 15:05 koko1996
阅读(382)
评论(0)
推荐(0)
2022年12月29日
面试
摘要: 网络 TCP TCP三次握手过程: TCP服务器进程先创建传输控制块TCB,时刻准备接受客户进程的连接请求,此时服务器就进入了LISTEN(监听)状态; TCP客户进程也是先创建传输控制块TCB,然后向服务器发出连接请求报文,这时报文首部中的同部位SYN=1,同时选择一个初始序列号 seq=x ,此
阅读全文
posted @ 2022-12-29 11:02 koko1996
阅读(125)
评论(0)
推荐(0)
2022年7月18日
ansible example
摘要: Ansible Role 修改文件一行 - name: modify hard limit of max open files number lineinfile: path: /etc/security/limits.conf regexp: '^root hard nofile' inserta
阅读全文
posted @ 2022-07-18 18:47 koko1996
阅读(52)
评论(0)
推荐(0)
2021年4月8日
拦截器
摘要: Spring Boot拦截器
阅读全文
posted @ 2021-04-08 16:37 koko1996
阅读(61)
评论(0)
推荐(0)
2021年3月16日
刷题笔记
摘要: CPU占有率曲线
阅读全文
posted @ 2021-03-16 14:30 koko1996
阅读(34)
评论(0)
推荐(0)
2021年3月12日
Generate POJOs.groovy
摘要: 备用shell
阅读全文
posted @ 2021-03-12 10:18 koko1996
阅读(168)
评论(0)
推荐(0)
2020年10月20日
linux流量监控shell
摘要: 备用shell
阅读全文
posted @ 2020-10-20 18:58 koko1996
阅读(72)
评论(0)
推荐(0)
2020年10月8日
VIM使用
摘要: 有人一辈子专注于十步之内,有人却会在某一时刻醒悟,从此志在千里。
阅读全文
posted @ 2020-10-08 21:55 koko1996
阅读(60)
评论(0)
推荐(0)
公告