首页
注册
登录
V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请
登录
V2EX
›
hellmimiworld
›
全部回复第 1 页 / 共 1 页
回复总数
2
2012-09-10 20:19:38 +08:00
回复了
arthur369
创建的主题
›
程序员
›
身为一个程序员,你觉得最悲哀的的事或者最悲哀的时刻是什么
测试了半天发现的一个bug被开发拒绝了,更神奇的是找开发去重现是没能重现
2012-09-10 20:12:59 +08:00
回复了
stackpop
创建的主题
›
Python
›
django的url配置求教
----------------------------------------------------------------------------------------------
from django.conf.urls import patterns, include, url
from views import *
urlpatterns = patterns(
url(r'^hello/$', hello),
)
----------------------------------------------------------------------------------------------
这里错了,应该是
urlpatterns = patterns('',
url(r'^hello/$',hello)
)
你的少了一个参数~
关于
·
帮助文档
·
博客
·
API
·
FAQ
·
实用小工具
·
1324 人在线
最高记录 6679
·
Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 11ms ·
UTC 23:35
·
PVG 07:35
·
LAX 15:35
·
JFK 18:35
Developed with
CodeLauncher
♥ Do have faith in what you're doing.