- 博客(4)
- 问答 (1)
- 收藏
- 关注
原创 django.urls.exceptions.NoReverseMatch: Reverse for 'myyear' with arguments '(100 0,)' not found.
django.urls.exceptions.NoReverseMatch: Reverse for 'myyear' with arguments '(1000,)' not found. 1 pattern(s) tried: ['bblog/(?P<year>[0-9]{4}/)']templates<body><h1> ni hao <...
2018-12-27 23:03:48 4469
原创 Specifying a namespace in include() without providing an app_name runserver发生错误
在app的urls.py 中 添加from django.urls import pathfrom . import viewsapp_name = 'bblog'urlpatterns = [ path('', views.index),
2018-12-27 00:40:01 161
原创 python 代码测试 显示完成0个测试
class Employee(): def __init__(self,first_name,last_name,salary): self.first_name=first_name self.last_name=last_name self.salary=salary def get_raise(self,step=5000):
2017-12-22 22:04:44 521
原创 IndentationError: unexpected indent,SyntaxError: invalid syntax,TypeError: object() takes no paramet
出现3个错误, IndentationError: unexpected indent 这个是因为缩进不对, 第一行class 前面多了一个空格 SyntaxError: invalid syntax 这个是因为,Python的class要小写的 TypeError: object() takes no parameters 这个,, 构造方法两边的下划线 各有2段~~~
2017-12-20 20:42:10 1359
空空如也
android webview 上 webuploader 没有效果
2015-12-30
TA创建的收藏夹 TA关注的收藏夹
TA关注的人