[VIM] 我的VIM配置 2020-08-06 vim 1630 words 4 mins read 我的Vim配置项 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 Read more...
[MySQL] MySQL Affected Rows 2020-08-05 mysql 496 words 1 min read MySQL INSERT/INSERT … ON DUPLICATE KEY UPDATE Affected Rows 问题 问题描述 在INSERT/INSERT ... ON DUPLICATE KEY UPDATE操作时, 会存在MySQL连接client_flag是否设置CL Read more...
[Mac] Mac OSX Keyword Cmd 2020-08-05 macos 1187 words 3 mins read Mac OSX 快捷键指令 mac 终端shell下把option键设置为alt键 打开终端,在终端shell菜单下选择偏好设置,选择描述文件选项卡, 选择一个终端 Read more...
[Git] 指令集 2020-08-03 git 2524 words 6 mins read Git常用操作命令 Clone仓库 # 获取一个仓库,支持多种协议(http/git/ssh) $ git clone https://git.kernel.org/pub/scm/git/git.git $ git clone git://git.kernel.org/pub/scm/git/git.git $ git clone user@server:path/to/repo.git # GitHub创建仓库提示代 Read more...
[helm] 基于github搭建helm repository 2020-08-03 helm 326 words 1 min read 基于github搭建helm repository 创建仓库 通过 https://github.com/new 创建一个 repository; 比如:https://github.com/piaohua/helm-charts 创建 Read more...