06 2020 档案

摘要: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 大大怪上士 阅读(1409) 评论(0) 推荐(0)
摘要:解决方法: yum install mesa-libGL-devel -y 阅读全文
posted @ 2020-06-15 19:40 大大怪上士 阅读(1768) 评论(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 大大怪上士 阅读(290) 评论(0) 推荐(0)
摘要:添加ip到项目settings.py ALLOWED HOSTS = ['ip'] 阅读全文
posted @ 2020-06-09 22:19 大大怪上士 阅读(458) 评论(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 大大怪上士 阅读(1313) 评论(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 大大怪上士 阅读(2231) 评论(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 大大怪上士 阅读(667) 评论(0) 推荐(0)
摘要:Appium安装总体需要以下几个步骤: ① 安装Appium python client包 直接在命令提示窗口中 输入pip install Appium-Python-Client 另外要确保安装匹配版本的selenium和appium:可以输入pip install seelnium -U ② 阅读全文
posted @ 2020-06-01 16:43 大大怪上士 阅读(147) 评论(0) 推荐(0)