学习杂记
Python 学习笔记
1.安装包
在 CMD 中输入:
pip install matplotlib
python -m pip install matplotlib
Redis
https://github.com/rgl/redis/downloads
https://github.com/ServiceStack/redis-windows
1.加入服务
redis-server.exe --service-install redis.windows.conf --loglevel verbose
卸载: redis-server --service-uninstall (未尝试)