https://github.com/go-proverbs/go-proverbs.github.io Go Proverbs Simple, Poetic, Pithy Don't communicate by sharing memory, share memory by communicat ...
分类:
其他好文 时间:
2020-06-28 00:41:05
阅读次数:
498
Mysql加锁过程详解(1)-基本知识 Mysql加锁过程详解(1)-基本知识 Mysql加锁过程详解(2)-关于mysql 幻读理解 Mysql加锁过程详解(3)-关于mysql 幻读理解 Mysql加锁过程详解(4)-select for update/lock in share mode 对事 ...
分类:
数据库 时间:
2020-06-27 21:39:45
阅读次数:
119
1.安装nautilus apt install nautilus 2.安装nautilus打开终端的扩展 apt install nautilus-extension-gnome-terminal 3.重启nautilus nautilus -q ...
分类:
其他好文 时间:
2020-06-27 16:09:47
阅读次数:
95
1. 在target目录中编写Dockerfile文件 FROM java:8 RUN /bin/cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime RUN echo "Asia/Shanghai" > /etc/timezone # 服务器只有d ...
分类:
编程语言 时间:
2020-06-27 15:51:14
阅读次数:
72
1. 查看coreDNS是否正常启动 kubectl -n kube-system get po|grep core 2. 如果不正常,并确定yaml配置无误,可将coreDNS pod通过修改deployment yaml 添加 nodeName尝试调度到其他节点,排查是否为node原因,或直接通 ...
分类:
其他好文 时间:
2020-06-27 11:47:34
阅读次数:
388
修改指定位置 sudo nvim /usr/share/themes/主题名/gnome-shell/gnome-shell.css 主题名可以根据neofetch或screenfetch查看对应的Theme 进入文件后选择搜索 .candidate-popup-content 在该类下添加font ...
分类:
其他好文 时间:
2020-06-26 20:33:28
阅读次数:
119
第一部分 还有最后的闭包没有讲...: 1.非常浅显的阅读《你不知道的JavaScript》第一部分作用域与闭包 https://www.bilibili.com/video/BV1jE411j7PU 从22分钟开始讲闭包 ...
分类:
编程语言 时间:
2020-06-26 10:56:07
阅读次数:
58
Archlinux安装 nomodeset video=800*450 字体调整 setfont /usr/share/kbd/consolefonts/Lat* 键盘布局 loadkeys colemak wpa_supplicant 连接wifi # ip link set interface ...
分类:
其他好文 时间:
2020-06-25 23:21:24
阅读次数:
67
git : http://note.youdao.com/noteshare?id=67a08f6cf388779621024a8855a3ef54&sub=C101D3F48C754FA4922C3CC833751D5C git 安装配置: http://note.youdao.com/notes ...
分类:
其他好文 时间:
2020-06-25 23:16:38
阅读次数:
67
#!/bin/bash #备份数据库 dir=/usr/share/nginx/html/project/ssh/backup/`date +%Y%m%d` mysqldb=test musqluser=root mysqlpwd=123456 mysqlicmd=/usr/bin/mysqldum ...
分类:
数据库 时间:
2020-06-25 21:46:08
阅读次数:
102