摘要: 1, https://www.sojson.com/api/coronavirus-data.html 2, https://www.apispace.com/eolink/api/kdkdjy1/apiDocument (有免费申请次数,可购买) 3, https://www.zhihu.com/ 阅读全文
posted @ 2023-01-27 22:47 learner_2022 阅读(27) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/duyun0/article/details/117151124 阅读全文
posted @ 2023-01-20 16:19 learner_2022 阅读(53) 评论(0) 推荐(0)
摘要: str类型字符串 byte类型字符串 1、两者互相转换 通过 str类型 通过encode转换成 bytes类型 bytes类型 通过decode转换成 str类型 2、两者以一种编码方式进行转换 utf8、gbk等 3、栗子 str1 = "菜鸟教程" data_bytes = str1.enco 阅读全文
posted @ 2023-01-19 17:05 learner_2022 阅读(36) 评论(0) 推荐(0)
摘要: Failed cleaning build dir for cryptography Failed to build cryptographyCould not build wheels for cryptographywhich use PEP 517 and cannot be installe 阅读全文
posted @ 2023-01-19 16:43 learner_2022 阅读(75) 评论(0) 推荐(0)
摘要: 1、mongodb的mongo.conf文件 启动参数 (1)./mongod --port=27017 --host=127.0.0.1 --dbpath=db --logpath=27017.log --fork=true https://blog.csdn.net/GY325416/artic 阅读全文
posted @ 2023-01-19 16:29 learner_2022 阅读(52) 评论(0) 推荐(0)
摘要: 一、非正常停止MongoDB服务,下次启动失败,可以删除data文件夹下面的mongo.lock文件 参考文档:https://m.py.cn/db/mongodb/16368.html 二、启动mongodb服务报错 :Error starting mongod. /var/run/mongodb 阅读全文
posted @ 2023-01-16 22:14 learner_2022 阅读(28) 评论(0) 推荐(0)
摘要: 通过js代码实现页面滚动,来发送请求。比如瀑布流(图片) 阅读全文
posted @ 2023-01-07 22:53 learner_2022 阅读(129) 评论(0) 推荐(0)
摘要: http://events.jianshu.io/p/6e86c80c457c github的setting里获取token // <your_token>:包括<>在内的全部字符替换成你的token // <USERNAME>:包括<>在内的全部字符替换成你的username // <REPO>: 阅读全文
posted @ 2022-12-30 19:13 learner_2022 阅读(29) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/qq_36667170/article/details/104692170 符号 CR:Carriage Return,对应ASCII中转义字符\r,表示回车LF:Linefeed,对应ASCII中转义字符\n,表示换行CRLF:Carriage Retu 阅读全文
posted @ 2022-12-30 18:06 learner_2022 阅读(317) 评论(0) 推荐(0)
摘要: 1、SQLite 3.8.3 or later is required (found 3.6.20). 2、django.db.utils.Notsupportederror: urls not supported 3、no internal routing support, rebuild wit 阅读全文
posted @ 2022-12-29 10:45 learner_2022 阅读(68) 评论(0) 推荐(0)