最新
pip编译C的包绕过VC14要求,改为mingw64
众所周知,很多Python的库都需要编译(大概率是用了Cython),这时直接用pip安装会报错:error: Microsoft Visual C++ 14. ......
各大浏览器最新版本离线包完整版下载地址
chrome:https://www.google.com/chrome/thank-you.html?standalone=1&system=true&sta ......
Centos测试IO读写性能
1. 测试磁盘写速度time dd if=/dev/zero of=test.dd bs=1M count=2000
2. 测试磁盘读速度time dd if ......
Paddle框架在跑的时候报setuptools错误
UserWarning: Distutils was imported before Setuptools. This usage is discouraged ......