摘要: 下载指定bootstrap源码版https://github.com/twbs/bootstrap bootstrap文件列表 bootstrap/ └── dist/ ├── css/ │ ├── bootstrap-grid.css │ ├── bootstrap-grid.css.map │ 阅读全文
posted @ 2020-03-13 14:48 阿花007 阅读(120) 评论(0) 推荐(0)
摘要: 1 import multiprocessing 2 import sys 3 4 5 def worker_with(lock, stream): # 6 with lock: 7 stream.write('Lock acquired via with\n') 8 9 10 def worker 阅读全文
posted @ 2020-01-21 15:44 阿花007 阅读(86) 评论(0) 推荐(0)
摘要: 目录 1、变量 2、二进制 0 1 3、关于中文,utf8 4、注释 # ''' ''' 5、用户输入 input #%s %d %(xx,xx) # .format _name=name # .format {0} 6、转换字符串 int(xxx) str(xxx) 7、密文加密 import g 阅读全文
posted @ 2019-05-07 11:58 阿花007 阅读(130) 评论(0) 推荐(0)