代码改变世界

随笔档案-2017年04月

Go语言格式化字符

2017-04-17 19:35 by cmsd, 440 阅读, 收藏,
摘要: https://github.com/polaris1119/The-Golang-Standard-Library-by-Example/blob/master/chapter01/01.3.md 阅读全文

遍历修改django bootstrap form 为 django bootstrap3

2017-04-07 22:53 by cmsd, 1138 阅读, 收藏,
摘要: #!/usr/bin/env python # encoding: utf-8 import re import os fname = '' bt_pattern = re.compile(r'{% load bootstrap .*') field_pattern = re.compile(r'(\s*){{\s*(form\.\w+)\|\s*bootstrap_horizontal\... 阅读全文