- 博客(13)
- 收藏
- 关注
原创 Django问题:TypeError: unsupported operand type(s) for -: ‘str‘ and ‘float‘
Django问题:TypeError: unsupported operand type(s) for -: ‘str’ and 'floatTraceback (most recent call last): File "C:\Users\ASUS\Anaconda3\lib\site-packages\django\core\handlers\exception.py", line 34, in inner response = get_response(request) File "
2021-03-02 09:27:06 783
原创 Django问题:The included URLconf ‘xxx.urls‘ does not appear to have any patterns in it.
Django问题:The included URLconf ‘wstest.urls’ does not appear to have any patterns in it. If you see valid patterns in the file then the issue is probably caused by a circular import.查了很多资料,以为是url文件的配置问题,结果发现是Django版本和migration问题。解决方法:在终端运行 并 找到合适的Django版
2021-03-02 09:15:16 2852 2
原创 Django改变版本后出现的session及b64code问题
Django改变版本后出现的session及b64code问题报错如下:File “django/contrib/sessions/backends/base.py”, line 110, in decodeencoded_data = base64.b64decode(session_data.encode(‘ascii’))File “python3.6/base64.py”, line 87, in b64decodereturn binascii.a2b_base64(s)binasci
2021-02-27 19:13:03 412
转载 蓝桥杯校内模拟题
1.问题描述 在计算机存储中,15.125GB是多少MB?答案提交 这是一道结果填空的题,你只需要算出结果后提交即可。本题的结果为一个整数,在提交答案时只填写这个整数,填写多余的内容将无法得分。154882.问题描述 1200000有多少个约数(只计算正约数)。答案提交 这是一道结果填空的题,你只需要算出结果后提交即可。本题的结果为一个整数,在提交答案时只填写这个整数,填写...
2020-03-29 18:14:12 102
原创 CCF模拟题窗口201403-2
#窗口12-2#include<bits/stdc++.h>#include<iostream>#include <algorithm>using namespace std;typedef long long ll;int n,m;int vis[2600][1500];//标记窗口坐标点int a,b,c,d;struct T{ int...
2020-03-25 22:01:27 106
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人