会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
大大怪上士
博客园
首页
新随笔
联系
管理
订阅
1
2
3
下一页
2020年7月20日
mac 安装 brew
摘要: /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)
2020年7月5日
centos7 mate桌面
摘要: 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)
win10 docker 国内源
摘要: 打开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)
2020年6月16日
ubuntu16.04 编译libfcitxplatforminputcontextplugin.so 以解决qt应用无法切换输入法问题(无法输入中文问题)
摘要: 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)
2020年6月15日
centos7 QT编译报 GL/gl.h: No such file or directory
摘要: 解决方法: yum install mesa-libGL-devel -y
阅读全文
posted @ 2020-06-15 19:40 大大怪上士
阅读(1751)
评论(0)
推荐(0)
2020年6月11日
centos7安装搜狗输入法
摘要: 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)
2020年6月9日
启动django出现You may need to add 'x.x.x.x' to ALLOWED_HOSTS.
摘要: 添加ip到项目settings.py ALLOWED HOSTS = ['ip']
阅读全文
posted @ 2020-06-09 22:19 大大怪上士
阅读(457)
评论(0)
推荐(0)
centos7 运行django提示django.core.exceptions.ImproperlyConfigured: SQLite 3.8.3 or later is required (found 3.7.17).
摘要: 原因时系统自带 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)
2020年6月2日
npm 更换阿里云镜像
摘要: 需要执行以下命令更改: 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查看appactivity
摘要: 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)
1
2
3
下一页
公告