摘要: mysql mysql charset 阅读全文
posted @ 2021-08-10 09:31 楚不予 阅读(23) 评论(0) 推荐(0) 编辑
摘要: Vim vim自带参考:vimtutor | :help vim参考文档:github/star list: vim learning/repository | zhihu/专栏 vim相关设置:vimrc最小通用设置 tag 跳至tag:ctrl+] 返回tag:ctrl+T registers 阅读全文
posted @ 2021-08-10 09:27 楚不予 阅读(43) 评论(0) 推荐(0) 编辑
摘要: Win 连接 Linux win-cmd-ssh-scp ssh免密码登陆 Win 远程连接 Sakura内网穿透实现远程桌面 阅读全文
posted @ 2021-08-10 09:18 楚不予 阅读(35) 评论(0) 推荐(0) 编辑
摘要: Linux C yum install gcc-c++ g++ -o main -O0 main.c -g intrusive way: #define Debug 1 #if Debug printf(); fflush(); #endif gdb way: tell compiler to re 阅读全文
posted @ 2021-08-10 09:14 楚不予 阅读(133) 评论(0) 推荐(0) 编辑
摘要: VNC CentOS版本 [root@Python ~]# cat /etc/redhat-release CentOS Linux release 7.6.1810 (Core) 环境 [root@Python ~]# yum upgrade [root@Python ~]# yum -y gro 阅读全文
posted @ 2021-08-10 09:12 楚不予 阅读(210) 评论(0) 推荐(0) 编辑