摘要: #删除已经删除的软件包的残留配置文件dpkg -l |grep "^rc"|awk '{print $2}' |xargs aptitude -y purge #彻底移除相关信息apt-get -y purge ****(软件名称) #清除依赖关系apt-get autoremove(依赖残存)apt-get autoclean(相关信息清除) 阅读全文
posted @ 2018-02-12 13:40 light-zhang 阅读(431) 评论(0) 推荐(0) 编辑
摘要: function isWeiXin(){ var ua = window.navigator.userAgent.toLowerCase(); if(ua.match(/MicroMessenger/i ) == 'micromessenger' ){ return true; } else{ return false; } ... 阅读全文
posted @ 2018-02-12 10:46 light-zhang 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-02-12 10:43 light-zhang 阅读(527) 评论(0) 推荐(0) 编辑
摘要: ERROR: 32-bit Linux Android emulator binaries are DEPRECATED, to use them you will have to do at least one of the following: - Use the '-force-32bit' 阅读全文
posted @ 2018-02-12 10:28 light-zhang 阅读(205) 评论(0) 推荐(0) 编辑
摘要: #科大源deb http://mirrors.ustc.edu.cn/debian/ stretch main non-free contrib deb http://mirrors.ustc.edu.cn/debian/ stretch-updates main non-free contrib deb http://mirrors.ustc.edu.cn/debian/ stretch-ba... 阅读全文
posted @ 2018-02-12 10:18 light-zhang 阅读(2073) 评论(0) 推荐(0) 编辑
摘要: 忽略:1 http://mirrors.ustc.edu.cn/debian stretch InRelease命中:2 http://mirrors.ustc.edu.cn/debian stretch-updates InRelease命中:3 http://mirrors.ustc.edu.c 阅读全文
posted @ 2018-02-12 10:08 light-zhang 阅读(1601) 评论(0) 推荐(0) 编辑