摘要:
1. 更高的性能:gRPC使用Protocol Buffers作为默认的数据序列化工具,相比于JSON等文本格式,它的编码和解码速度更快,传输的数据量更小,因此可以更快地处理大量的请求和响应。 2. 更小的带宽占用:由于使用二进制数据格式,gRPC的数据传输量比HTTP更小,因此可以降低网络传输的带 阅读全文
摘要:
[root@localhost ~]# vi /etc/yum.repos.d/docker.repo [root@localhost ~]# yum repolist Loaded plugins: fastestmirror Repository 'docker' is missing name 阅读全文
摘要:
{ "window.zoomLevel": 2, "[go]": { "editor.insertSpaces": false, "editor.formatOnSave": true, "editor.codeActionsOnSave": { "source.organizeImports": 阅读全文
摘要:
启动运行minikube minikube start --image-mirror-country='cn' 😄 minikube v1.16.0 on Ubuntu 18.04 ✨ Using the docker driver based on existing profile 👍 Sta 阅读全文
摘要:
https://vaadin.com/blog/packaging-and-deploying-spring-boot-applications-as-war-files https://help.aliyun.com/document_detail/184914.html https://www. 阅读全文
摘要:
-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 阅读全文
摘要:
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 阅读全文