上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 109 下一页
摘要: 1. 如何确认vim和系统剪贴板是否互通 (1) reg 查看寄存器 (2) 查看+ 和 * 2个寄存器是否有系统剪贴板的内容,如果有表示互通,如果没有,表示没有互通 2. 打通剪贴板 (3) 没有互通,安装剪贴板工具 xclip sudo apt install xclip -y (4) 执行第2 阅读全文
posted @ 2022-01-20 09:48 jiftle 阅读(4147) 评论(1) 推荐(0) 编辑
摘要: 型号 RK61 RGB 蓝牙 尺寸 290x100x39mm 轴体 机械轴 青/红/茶/黑 规格 61全键无冲 背光 RGB 键帽 双色注塑透光 电压 5v ≤200mA 连接 使用说明●功能键一览 Fn+Q/W/E 可存储/切换三台蓝牙设备 Fn+P 进入蓝牙配对模式 Fn+]} 增加背光亮度 F 阅读全文
posted @ 2022-01-14 08:53 jiftle 阅读(1909) 评论(0) 推荐(0) 编辑
摘要: vim插件管理采用vim-plug。 https://github.com/neoclide/coc.nvim/wiki/Language-servers coc.vim 可以使用的插件如下表: Implemented coc extensions You can find available co 阅读全文
posted @ 2022-01-12 09:32 jiftle 阅读(2433) 评论(0) 推荐(0) 编辑
摘要: $ ssh-keygen Generating public/private rsa key pair. Enter file in which to save the key (/home/john/.ssh/id_rsa): Enter passphrase (empty for no pass 阅读全文
posted @ 2022-01-10 16:53 jiftle 阅读(127) 评论(0) 推荐(0) 编辑
摘要: Ubuntu系统下制作U盘启动盘 在终端输入 sudo fdisk -l 查看U盘的路径,如/dev/sdb或/dev/sdc。 然后下载ISO文件,如文件路径为/home/raina/xxx.iso 在终端输入 sudo dd if=/home/raina/xxx.iso of=/dev/sdb 阅读全文
posted @ 2022-01-09 01:23 jiftle 阅读(2256) 评论(0) 推荐(0) 编辑
摘要: ❯ cat /etc/my.bashrc # golang 配置 # export GOROOT="/usr/local/go/1.16.6" export GOROOT="/usr/local/go/1.17.3" export GOPATH="/home/john/wsp/gowork" exp 阅读全文
posted @ 2022-01-09 01:22 jiftle 阅读(95) 评论(0) 推荐(0) 编辑
摘要: ❯ cat /etc/fstab # /etc/fstab: static file system information. # # Use 'blkid' to print the universally unique identifier for a # device; this may be 阅读全文
posted @ 2022-01-09 00:29 jiftle 阅读(71) 评论(0) 推荐(0) 编辑
摘要: 在我们日常开发中,运行一个服务,都是在 shell 或 cmd 下执行命令,像是使用 go run main.go 直接编译运行,或是 go build 编译生成可执行文件后,以 ./xxx 方式运行。 Go 支持交叉编译生成各平台的可执行文件。那有没有想过如何把你写的程序编译后跑在 Android 阅读全文
posted @ 2022-01-07 15:43 jiftle 阅读(997) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2020.cnblogs.com/blog/137928/202201/137928-20220107153343834-47786135.png) 阅读全文
posted @ 2022-01-07 15:34 jiftle 阅读(33) 评论(0) 推荐(0) 编辑
摘要: 系统工具 host文件修改 https://hub.fastgit.org/kevinburke/hostsfile 算法 otp 基于时间的一次性密码 Go 算法库。 GUI 非常小巧精妙的GUI库,可用来开发跨平台的GUI程序 https://hub.fastgit.org/zserge/lor 阅读全文
posted @ 2021-12-29 11:02 jiftle 阅读(72) 评论(0) 推荐(0) 编辑
上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 109 下一页