mermaid时序图.md 概述时序图用于表示复杂的时序逻辑演示 组件123456789sequenceDiagram participant node1 participant node2 node1->>node2: 实线表示发送消息 node2-->>node1: 虚线表示响应 %% todo alt ,par 语法 sequenceDiagram participant node1 2024-03-28 domain > 文档 #mermaid #时序图
gomodule技巧.md replace 将本地目录映射为 package1234567891011replace ( go.etcd.io/etcd/api/v3 => ./api go.etcd.io/etcd/client/pkg/v3 => ./client/pkg go.etcd.io/etcd/client/v2 => ./client/internal/v2 go.etcd.io/etcd/ 2024-03-27 domain > golang #golang
etcd集群安装卸载.md 集群安装脚本12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010 2024-03-27 domain > k8s #etcd #cluster
case语法.md 示例123456789101112131415161718case 值 in模式1) command1 command2 command3 ;;模式2) command1 command2 command3 ;;*) command1 command2 command3 ;;esac 123456789101112131 2024-03-27 domain > shell #shell #bash
sudo-edit.md sudo-edit 插件功能介绍以 sudo 打开本地文件 安装M-x package-install RET sudo-edit 使用 打开文件 M-x sudo-edit 输入密码即可,如果不出现密码输入是正则匹配出问题,修改 init.el 配置,(setq tramp-password-prompt-regexp "^.*\\(\\(?:adgangskode\\|contras 2024-03-27 domain > ide > emacs #plugin #emacs
打开远程文件.md 使用链接https://www.gnu.org/software/emacs/manual/html_node/emacs/Remote-Files.html 2024-03-27 domain > ide > emacs #emacs
gomodule技巧.md replace 将本地目录映射为 package1234567891011replace ( go.etcd.io/etcd/api/v3 => ./api go.etcd.io/etcd/client/pkg/v3 => ./client/pkg go.etcd.io/etcd/client/v2 => ./client/internal/v2 go.etcd.io/etcd/ 2024-03-27 domain > golang #golang
etcd集群安装卸载.md 集群安装脚本12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010 2024-03-27 domain > k8s #etcd #cluster
case语法.md 示例123456789101112131415161718case 值 in模式1) command1 command2 command3 ;;模式2) command1 command2 command3 ;;*) command1 command2 command3 ;;esac 123456789101112131 2024-03-27 domain > shell #shell #bash
打开远程文件.md 使用链接https://www.gnu.org/software/emacs/manual/html_node/emacs/Remote-Files.html 2024-03-27 domain > ide > emacs #emacs