Stay Hungry, Stay Foolish

 分类:记事本

facenet 配置部分问题

错误:AttributeError: module 'scipy.misc' has no attribute 'imread'。 安装PIL第三方库,库名现在为Pillow 直接使用命令pip install Pillow进行安装,若继续报错AttributeError: mo...

xiaohe 6年前 (2020-03-24) 8064℃ 0评论 110喜欢

密码保护:读取微信数据库

比如微信客户端的数据就存放在: # xiaohe是我的用户名,请自行替换/Users/xiaohe/Library/Containers/com.tencent.xinWeChat/Data/Library/Application Support/com.tencent.xinW...

xiaohe 6年前 (2020-02-25) 7518℃ 0评论 3喜欢

matplotlib 中文显示乱码

windows 中解决办法: import matplotlib.pyplot as plt # 支持中文 plt.rcParams['font.sans-serif'] = ['SimHei'] # 用来正常显示中文标签 plt.rcParams['axes.unico...

xiaohe 6年前 (2020-01-03) 6933℃ 0评论 0喜欢

v2ray+bbr

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喜欢

android常用adb命令

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喜欢

Kaldi的安装与测试

之前用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喜欢