摘要: /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"更换国内源 # brew 程序本身,Homebrew/Linuxbrew 相同 git -C "$(brew --repo)" 阅读全文
posted @ 2020-07-20 09:20 大大怪上士 阅读(104) 评论(0) 推荐(0)
摘要: yum install epel-release yum groups install "MATE Desktop" yum groups install "X Window System" systemctl set-default graphical.target reboot 阅读全文
posted @ 2020-07-05 03:45 大大怪上士 阅读(350) 评论(0) 推荐(0)
摘要: 打开setting → Docker Engine 添加 "registry-mirrors": [ "https://docker.mirrors.ustc.edu.cn", "https://hub-mirror.c.163.com" ] 应用 阅读全文
posted @ 2020-07-05 02:42 大大怪上士 阅读(681) 评论(0) 推荐(1)
摘要: git clone https://github.com/fcitx/fcitx-qt5.git cd fcitx-qt5/ sudo apt-get install cmake sudo apt-get install fcitx-libs-dev export PATH="/home/user/ 阅读全文
posted @ 2020-06-16 09:41 大大怪上士 阅读(1377) 评论(0) 推荐(0)
摘要: 解决方法: yum install mesa-libGL-devel -y 阅读全文
posted @ 2020-06-15 19:40 大大怪上士 阅读(1751) 评论(0) 推荐(0)
摘要: rpm -e --nodeps ibus yum -y install epel-release yum install libQtWebKit* fcitx fcitx-libs fcitx-qt4 fcitx-qt5 fcitx-configtool fcitx-table fcitx-tabl 阅读全文
posted @ 2020-06-11 14:57 大大怪上士 阅读(286) 评论(0) 推荐(0)
摘要: 添加ip到项目settings.py ALLOWED HOSTS = ['ip'] 阅读全文
posted @ 2020-06-09 22:19 大大怪上士 阅读(457) 评论(0) 推荐(0)
摘要: 原因时系统自带 sqlite3 版本太低,解决方法是升级就可以了。 # 下载源码 wget https://www.sqlite.org/2019/sqlite-autoconf-3290000.tar.gz # 编译 t ar zxvf sqlite-autoconf-3290000.tar.gz 阅读全文
posted @ 2020-06-09 22:17 大大怪上士 阅读(1304) 评论(0) 推荐(0)
摘要: 需要执行以下命令更改: npm config set registry https://registry.npm.taobao.org --global npm config set disturl https://npm.taobao.org/dist --global 转自:https://bl 阅读全文
posted @ 2020-06-02 22:15 大大怪上士 阅读(2223) 评论(0) 推荐(0)
摘要: ADB 获取当前activity信息 借鉴:https://blog.csdn.net/wangjicong_215/article/details/79744599 8.1之前 window 通过adb shell dumpsys activity | findstr “mFocus”Linux 阅读全文
posted @ 2020-06-02 14:17 大大怪上士 阅读(665) 评论(0) 推荐(0)