2017年4月18日

Python 各种编码相互转化 (目前只有Unicode utf-8)

摘要: f='\u53eb\u6211' print f print(f.decode('unicode-escape')) 阅读全文

posted @ 2017-04-18 19:44 _jackie 阅读(2437) 评论(0) 推荐(0) 编辑

Python dict转化为string方法

摘要: dict-->string: str() string-->dict eval()(这个只是网上看的,没实测) 阅读全文

posted @ 2017-04-18 19:13 _jackie 阅读(5083) 评论(0) 推荐(0) 编辑

前端传给后端的数据类型为ImmutableMultiDict 咋办

摘要: https://segmentfault.com/q/1010000002802028 偷得人家的答案 以下是解决办法:::: >>>> 在 http://werkzeug.pocoo.org/docs/0.10/datastructures/ 找到了答案 ImmutableMultiDict, M 阅读全文

posted @ 2017-04-18 16:59 _jackie 阅读(8039) 评论(0) 推荐(0) 编辑

导航