06 2020 档案
摘要:1.python3.8 + django3.0.7 使用pymysql报错: django.core.exceptions.ImproperlyConfigured: mysqlclient 1.3.13 or newer is required; you have 0.9.2 2.报错原因:是dj
阅读全文
摘要:1.登陆命令:/usr/local/redis/bin/redis-cli -h 127.0.0.1 -p 6388 -a 123456 2.切换数据库:127.0.0.1:6379[2]> select 1 2.获取所有key:127.0.0.1:6388> keys * 3.获取指定key:12
阅读全文
摘要:1.查找find并对查找结果操作:详细:https://www.cnblogs.com/shenqidu/p/10615593.html cd $MY_PATH/server && find ./ -type f ! -name "*.map" |sort|xargs md5sum > ../md5
阅读全文