01 2022 档案

GitHud加速工具 dev-sidecar 安装
摘要:dev-sidecar项目地址: https://gitee.com/docmirror/dev-sidecar 下载地址:https://gitee.com/docmirror/dev-sidecar/releases 如下图:选择ubuntu下载地址下载,并按照说明安装即可。 阅读全文

posted @ 2022-01-28 13:44 乘影 阅读(5851) 评论(1) 推荐(0) 编辑

linux系统命令行或shell里面设置终端title标题(适用与ubuntu,centos)[转]
摘要:方法一:自定义方法在~/.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 } 在命 阅读全文

posted @ 2022-01-20 10:58 乘影 阅读(3005) 评论(0) 推荐(0) 编辑

ubuntu 20.04 开发必备软件安装
摘要:1. 安装chrome,及插件安装 wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb sudo apt install ./google-chrome-stable_current_amd64 阅读全文

posted @ 2022-01-20 00:28 乘影 阅读(1212) 评论(0) 推荐(0) 编辑

Exception in thread "main" java.lang.UnsatisfiedLinkError: Can't load library: /usr/lib/jvm/java-11-openjdk-amd64/lib/libawt_xawt.so
摘要:ubuntu 20.04 运行umlet报错,错误信息如下: Exception in thread "main" java.lang.UnsatisfiedLinkError: Can't load library: /usr/lib/jvm/java-11-openjdk-amd64/lib/l 阅读全文

posted @ 2022-01-19 21:03 乘影 阅读(3040) 评论(0) 推荐(0) 编辑

ubuntu 20.04 WPS打开提示缺失字体问题解决
摘要:参照: https://zhuanlan.zhihu.com/p/145114644 1.下载缺失字体文件(也可以去windows字体文件夹中找) 链接: https://pan.baidu.com/s/1CRcRBjJFvs6eIZhPruY31w 密码: dv5l 2.解压后复制字体文件到/us 阅读全文

posted @ 2022-01-19 10:43 乘影 阅读(1816) 评论(0) 推荐(0) 编辑

error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory
摘要:问题:编译Android 11源码报错:error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory 解决:安装 libncurses5 阅读全文

posted @ 2022-01-18 19:53 乘影 阅读(4124) 评论(0) 推荐(0) 编辑

ubuntu sublime text 配置
摘要:{ "color_scheme": "Packages/My/Monokai-31-3.tmTheme", "draw_white_space": "all", "scroll_past_end": false, "highlight_line": true, "rulers": [ 120 ], 阅读全文

posted @ 2022-01-17 19:14 乘影 阅读(73) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

点击右上角即可分享
微信分享提示