上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 117 下一页
摘要: 原文: https://sunkaiyuan.blog.csdn.net/article/details/126260261 安装Docker # 配置阿里源 [root@master01 ~]# yum -y install wget [root@master01 ~]# wget -O /etc 阅读全文
posted @ 2023-01-11 13:35 jiftle 阅读(216) 评论(0) 推荐(0)
摘要: 原文: https://zhuanlan.zhihu.com/p/465647563 一、部署环境 主机列表: 共有7台服务器,3台control plane,3台work,1台client。 k8s 版本: 二、高可用架构 本文采用kubeadm方式搭建高可用k8s集群,k8s集群的高可用实际是k 阅读全文
posted @ 2023-01-11 13:32 jiftle 阅读(251) 评论(0) 推荐(0)
摘要: Minimizing Go WebAssembly Binary Size https://dev.bitolog.com/minimizing-go-webassembly-binary-size/ Posted on October 9, 2020 by Omri Cohen Estimated 阅读全文
posted @ 2022-12-15 09:27 jiftle 阅读(149) 评论(0) 推荐(0)
摘要: ![](https://img2023.cnblogs.com/blog/137928/202212/137928-20221212215437927-1862339561.png) https://github.com/jiftle/Asn1Editor 阅读全文
posted @ 2022-12-12 21:55 jiftle 阅读(126) 评论(0) 推荐(0)
摘要: ![](https://img2023.cnblogs.com/blog/137928/202212/137928-20221212211437046-334374107.png) 阅读全文
posted @ 2022-12-12 21:15 jiftle 阅读(42) 评论(0) 推荐(0)
摘要: docker-tags-list.sh #!/bin/bash # # FileName: docker-tags-list.sh # Date: 2021-12-24 # Author: jiftle # Description: # set -x function usage() { cat < 阅读全文
posted @ 2022-12-08 09:37 jiftle 阅读(188) 评论(0) 推荐(0)
摘要: 源码 sm4.h #include <stdio.h> #include <stdio.h> #include <stdlib.h> #include <memory.h> #include <time.h> #include <windows.h> #include <process.h> #if 阅读全文
posted @ 2022-12-08 09:31 jiftle 阅读(4221) 评论(0) 推荐(1)
摘要: SourceURL:file:///media/john/disk-500G/备份/桌面/监控技术预研结果.doc https://hyperledger.github.io/fabric-sdk-node/ https://github.com/hyperledger/fabric-sdk-nod 阅读全文
posted @ 2022-12-02 21:43 jiftle 阅读(217) 评论(0) 推荐(0)
摘要: 错误 vscode格式化代码报错 错误 [Error - 15:07:33] Request textDocument/formatting failed. Message: Request textDocument/formatting failed with message: Overlappi 阅读全文
posted @ 2022-12-01 15:37 jiftle 阅读(267) 评论(0) 推荐(0)
摘要: linux 串口调试 使用串口转USB线 查看串口是否识别出来 ❯ ls -l /dev/ttyUSB* crw-rw 1 root dialout 188, 0 11月 28 18:54 /dev/ttyUSB0 添加用户到dialout用户组 sudo usermod -aG dialout j 阅读全文
posted @ 2022-11-28 19:09 jiftle 阅读(211) 评论(0) 推荐(0)
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 117 下一页