会员
T恤
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
云服务圈
深造专注
首页
新随笔
新文章
联系
管理
订阅
上一页
1
2
3
4
5
6
···
61
下一页
2023年6月5日
grpc 与http比较,具有哪些优势
摘要: 1. 更高的性能:gRPC使用Protocol Buffers作为默认的数据序列化工具,相比于JSON等文本格式,它的编码和解码速度更快,传输的数据量更小,因此可以更快地处理大量的请求和响应。 2. 更小的带宽占用:由于使用二进制数据格式,gRPC的数据传输量比HTTP更小,因此可以降低网络传输的带
阅读全文
posted @ 2023-06-05 13:47 heidsoft
阅读(893)
评论(0)
推荐(0)
2023年2月2日
centos7-minikube安装
摘要: [root@localhost ~]# vi /etc/yum.repos.d/docker.repo [root@localhost ~]# yum repolist Loaded plugins: fastestmirror Repository 'docker' is missing name
阅读全文
posted @ 2023-02-02 10:13 heidsoft
阅读(648)
评论(0)
推荐(0)
2023年2月1日
vscode 配置
摘要: { "window.zoomLevel": 2, "[go]": { "editor.insertSpaces": false, "editor.formatOnSave": true, "editor.codeActionsOnSave": { "source.organizeImports":
阅读全文
posted @ 2023-02-01 13:35 heidsoft
阅读(22)
评论(0)
推荐(0)
2023年1月31日
ubuntu 非root用户启动docker
摘要: 启动运行minikube minikube start --image-mirror-country='cn' 😄 minikube v1.16.0 on Ubuntu 18.04 ✨ Using the docker driver based on existing profile 👍 Sta
阅读全文
posted @ 2023-01-31 11:45 heidsoft
阅读(278)
评论(0)
推荐(0)
2023年1月12日
tomcat war包部署
摘要: https://vaadin.com/blog/packaging-and-deploying-spring-boot-applications-as-war-files https://help.aliyun.com/document_detail/184914.html https://www.
阅读全文
posted @ 2023-01-12 15:16 heidsoft
阅读(22)
评论(0)
推荐(0)
2023年1月11日
mysql导出表数据
摘要: -T 表 -B 备份数据库 -t 线程数 -r 多少行 -c 压缩输出文件 --less-locking 在InnoDB表使用最小的锁表时间 导出表结构 mydumper -h 127.0.0.1 -u root -p * -B test -t 4 -r 100000 -c --less-locki
阅读全文
posted @ 2023-01-11 10:14 heidsoft
阅读(31)
评论(0)
推荐(0)
2023年1月10日
jenkins 容器化调研
摘要: https://docs.ucloud.cn/uk8s/bestpractice/cicd https://www.jenkins.io/zh/blog/2018/09/14/kubernetes-and-secret-agents/ https://digitalavenue.dev/How-To
阅读全文
posted @ 2023-01-10 17:33 heidsoft
阅读(23)
评论(0)
推荐(0)
2023年1月4日
多云交付调研
摘要: https://access.redhat.com/zh_CN/articles/5703031 https://github.com/kubernetes/sig-release/tree/master/releases/release-1.27 https://access.redhat.com
阅读全文
posted @ 2023-01-04 19:01 heidsoft
阅读(25)
评论(0)
推荐(0)
k8s发布周期
摘要: https://kubernetes.io/zh-cn/releases/release/#the-release-cycle Kubernetes 目前大约每年发布三次。
阅读全文
posted @ 2023-01-04 14:22 heidsoft
阅读(53)
评论(0)
推荐(0)
2023年1月3日
ui 设计
摘要: https://www.primefaces.org/primereact/megamenu/
阅读全文
posted @ 2023-01-03 17:28 heidsoft
阅读(40)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
61
下一页
公告