摘要:dev-sidecar项目地址: https://gitee.com/docmirror/dev-sidecar 下载地址:https://gitee.com/docmirror/dev-sidecar/releases 如下图:选择ubuntu下载地址下载,并按照说明安装即可。
阅读全文
摘要:方法一:自定义方法在~/.bashrc中添加下面代码: 1 function set-title() { 2 if [[ -z "$ORIG" ]]; then 3 ORIG=$PS1 4 fi 5 TITLE="\[\e]2;$*\a\]" 6 PS1=${ORIG}${TITLE} 7 } 在命
阅读全文
摘要:1. 安装chrome,及插件安装 wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb sudo apt install ./google-chrome-stable_current_amd64
阅读全文
摘要:ubuntu 20.04 运行umlet报错,错误信息如下: Exception in thread "main" java.lang.UnsatisfiedLinkError: Can't load library: /usr/lib/jvm/java-11-openjdk-amd64/lib/l
阅读全文
摘要:参照: https://zhuanlan.zhihu.com/p/145114644 1.下载缺失字体文件(也可以去windows字体文件夹中找) 链接: https://pan.baidu.com/s/1CRcRBjJFvs6eIZhPruY31w 密码: dv5l 2.解压后复制字体文件到/us
阅读全文
摘要:问题:编译Android 11源码报错:error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory 解决:安装 libncurses5
阅读全文
摘要:{ "color_scheme": "Packages/My/Monokai-31-3.tmTheme", "draw_white_space": "all", "scroll_past_end": false, "highlight_line": true, "rulers": [ 120 ],
阅读全文