分类
使用hexo搭建github博客 使用hexo搭建github博客
使用hexo搭建github博客我的博客源代码地址大家可以直接star&fork我的博客源代码:https://github.com/billbliu/hexo-matery-modified,然后改改配置就可以写博客。 为了减小源
2021-03-11
使用 VSCode 调试 Golang 使用 VSCode 调试 Golang
[译] 使用 VSCode 调试 Golang原文来自于: vscode-go 1、安装 Delve有两种安装 Delve 的方式: 支持命令Go: Install/Update Tools 选择dlv, 安装/更新 delve (注:
2020-04-26
vscode插件使用 vscode插件使用
1、注释插件 koro1FileHeader 使用文档 // 目前默认配置setting.json中添加 "fileheader.customMade": { //此为头部注释 "Author
2020-04-26
配置vscode 远程开发+ 免密登录 配置vscode 远程开发+ 免密登录
1 vscode安装插件安装Remote - SSH插件 2 把window的公钥配置到server端 复制C:\Users\Administrator.ssh\id_rsa.pub里的内容 server端在~/.ssh/目录创建autho
2020-03-11
ubuntu18完全卸载Kubernetes ubuntu18完全卸载Kubernetes
ubuntu18完全卸载k8s kubeadm reset sudo apt-get purge kubeadm kubectl kubelet kubernetes-cni kube* sudo apt-get autoremove
2020-02-11