错误:AttributeError: module 'scipy.misc' has no attribute 'imread'。
安装PIL第三方库,库名现在为Pillow
直接使用命令pip install Pillow进行安装,若继续报错AttributeError: mo...
xiaohe
6年前 (2020-03-24) 8064℃ 0评论
110喜欢
brew install portaudio
pip install pyaudio
...
xiaohe
6年前 (2020-03-19) 9095℃ 0评论
1喜欢
比如微信客户端的数据就存放在:
# xiaohe是我的用户名,请自行替换/Users/xiaohe/Library/Containers/com.tencent.xinWeChat/Data/Library/Application Support/com.tencent.xinW...
xiaohe
6年前 (2020-02-25) 7518℃ 0评论
3喜欢
windows 中解决办法:
import matplotlib.pyplot as plt
# 支持中文
plt.rcParams['font.sans-serif'] = ['SimHei'] # 用来正常显示中文标签
plt.rcParams['axes.unico...
xiaohe
6年前 (2020-01-03) 6933℃ 0评论
0喜欢
bbr安装:
wget "https://github.com/chiakge/Linux-NetSpeed/raw/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh
v2ray安装:
bash ...
xiaohe
6年前 (2019-12-30) 8909℃ 0评论
0喜欢
import requests
from bs4 import BeautifulSoup as bs
import requests
from bs4 import BeautifulSoup as bs
import json
import useragen...
xiaohe
7年前 (2019-12-09) 6560℃ 0评论
0喜欢
1. 将应用程序的apk文件push到手机中,用如下命令:
adb push xxxx.apk /system/app.
2. 用adb install xxxx.apk进行安装
重新以读写挂载: mount -o remoun,rw rootfs /system/
...
xiaohe
7年前 (2019-04-04) 4857℃ 0评论
0喜欢
之前用svn安装kaldi总是不成功,后来看到github上的版本安装就成功了。下面记录一下过程:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install git
sudo apt-get install...
xiaohe
8年前 (2018-07-12) 8643℃ 0评论
6喜欢
Nginx Google 扩展
依赖库
pcre 正则
ngx_http_proxy_module 反向代理
ngx_http_substitutions_filter_module 多重替换
安装
以 ubuntu 14.04 为例 i386, x86_64 均适用
最简安...
xiaohe
9年前 (2017-12-14) 8738℃ 0评论
0喜欢
Ubunut 16.04下面安装了Teamviewer,刚安装完启动是没有问题的,每次重启打开就会提示:
"TeamViewer Daemon is not running
Please start teamviewerd and then restart TeamViewer....
xiaohe
9年前 (2017-11-27) 8916℃ 0评论
1喜欢