会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
欢迎来到我的博客
谋不可众 利不可独
CnBlogs
Home
New Post
Contact
Admin
Subscription
2017年11月27日
TypeError: coercing to Unicode: need string or buffer, int found Flask返回值错误解决办法
Flask错误: @app.route('/user/<int:user_id>') def demo(user_id): return u'参数是' + user_id 会报出一个类型错误,原因为return之间带‘+’所致,改为return u'参数是%s' %user_id即可。 错误原理未知
Read More
posted @ 2017-11-27 19:47 徐旭东
Views(3789)
Comments(0)
Diggs(0)
2017年11月25日
我的第一个博客
2017年11月25日,我开启了我的第一个博客。 此博客为本人学习交流所用,不用于商业等其他用途。
Read More
posted @ 2017-11-25 18:59 徐旭东
Views(118)
Comments(0)
Diggs(0)
公告