摘要: a.为字符串创建format方法,用于字符串格式化 阅读全文
posted @ 2017-08-02 19:29 golangav 阅读(367) 评论(0) 推荐(0) 编辑
摘要: 查 a. 基本实现 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title></title> <link rel="stylesheet" href="/static/bootstrap/css/bootstrap. 阅读全文
posted @ 2017-08-02 18:12 golangav 阅读(718) 评论(0) 推荐(0) 编辑
摘要: 序列化 a. 两种方式 b. 由于json.dumps时无法处理datetime日期,所以可以通过自定义处理器来做扩展,如: #每个字段都会验证一遍,都会执行default函数 import json from datetime import date from datetime import da 阅读全文
posted @ 2017-08-02 08:38 golangav 阅读(204) 评论(0) 推荐(0) 编辑