摘要: https://blog.csdn.net/qq_74999830/article/details/130450173 https://blog.csdn.net/weixin_63761958/article/details/129113994 https://blog.csdn.net/qq_3 阅读全文
posted @ 2023-09-18 23:20 星涅爱别离 阅读(71) 评论(0) 推荐(0) 编辑
摘要: https://docs.anaconda.com/navigator/troubleshooting/#id6 终端输入conda info 或者直接试试: sudo rm -rf .continuum https://blog.csdn.net/JasonWho_sysu/article/det 阅读全文
posted @ 2023-04-13 18:08 星涅爱别离 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 1.烧录树莓派OS64 到SD卡 2插入树莓派400,启动系统,开启SSH功能 中文输入法:https://www.ngui.cc/el/3380601.html?action=onClick ##############重点####### https://blog.csdn.net/qq_1651 阅读全文
posted @ 2023-03-29 21:04 星涅爱别离 阅读(107) 评论(0) 推荐(0) 编辑
摘要: from aiowebsocket.converses import AioWebSocketimport jsonimport requestsimport timefrom tkinter import *import randomimport requestsfrom selenium imp 阅读全文
posted @ 2023-02-14 21:39 星涅爱别离 阅读(112) 评论(1) 推荐(0) 编辑
摘要: 当时就想用sum()函数求和 发现之前 “sum” 这个关键字被当变量名定义过了,然后我试着把自己自定义的变量都给删除了,删除之后再次试了一下,发现可以了,果然是sum()函数被之前当变量名的原因 阅读全文
posted @ 2023-02-01 13:33 星涅爱别离 阅读(125) 评论(0) 推荐(0) 编辑
摘要: python 导出到excel ,打开excel有错误,错误的提示为:发现“***”中的部分内容问题,是否让我们尽量尝试修复?如果您信任此工作簿的源,请单击“是”。 解决办法为:#writer.save()writer.close() 注释掉第一行的语句,发现成功解决掉问题了!参考文章:https: 阅读全文
posted @ 2022-11-04 22:02 星涅爱别离 阅读(366) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/shbear_ly/article/details/95445897 注意自己还是要手动创建文件夹,并且执行命令 python manage.py collectstatic 将软件全部移到指定目录 阅读全文
posted @ 2022-07-26 16:36 星涅爱别离 阅读(24) 评论(0) 推荐(0) 编辑
摘要: heroku restart git push heroku master https://www.jianshu.com/p/536b26c71b6e https://www.cnblogs.com/jscs/p/13633210.html 阅读全文
posted @ 2022-07-26 11:46 星涅爱别离 阅读(17) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_57397476/article/details/124025993 pip freeze > requirements.txt pip install pipreqs pipreqs ./ --encoding=utf8 --force 阅读全文
posted @ 2022-07-25 16:34 星涅爱别离 阅读(45) 评论(0) 推荐(0) 编辑
摘要: 添加这个应用程式的buildpack列表:https://github.com/numrut/heroku-buildpack-python-talib 应该放在heroku/python后。 并从requirements.txt中删除TA-Lib如果它已经存在。 https://github.co 阅读全文
posted @ 2022-07-25 10:49 星涅爱别离 阅读(54) 评论(0) 推荐(0) 编辑