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 阅读全文
posted @ 2020-06-16 12:13 chenjianwen 阅读(319) 评论(0) 推荐(0) 编辑
摘要: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 阅读全文
posted @ 2020-06-03 11:45 chenjianwen 阅读(18768) 评论(0) 推荐(0) 编辑
摘要:1.查找find并对查找结果操作:详细:https://www.cnblogs.com/shenqidu/p/10615593.html cd $MY_PATH/server && find ./ -type f ! -name "*.map" |sort|xargs md5sum > ../md5 阅读全文
posted @ 2020-06-02 15:46 chenjianwen 阅读(137) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示