上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 27 下一页
摘要: Chrome debugger,搜索skins 阅读全文
posted @ 2018-05-23 10:44 Rocin 阅读(218) 评论(0) 推荐(0) 编辑
摘要: 参考 1. https://cn.nytimes.com/health/20161220/why fidgeting is good medicine/dual/ 2. https://baike.baidu.com/item/%E6%8A%96%E8%84%9A/9675418 3. https: 阅读全文
posted @ 2018-05-23 09:46 Rocin 阅读(561) 评论(0) 推荐(0) 编辑
摘要: 参考 1. https://blog.csdn.net/napolunyishi/article/details/20473799 2. https://www.stevefenton.co.uk/2012/11/compiling vs transpiling/ 概念 1. Compiling这个 阅读全文
posted @ 2018-05-22 22:57 Rocin 阅读(368) 评论(0) 推荐(0) 编辑
摘要: 1. 命名空间和作用域参考 1. https://blog.csdn.net/sakurainluojia/article/details/72783752 2. https://docs.python.org/3.6/tutorial/classes.html 概念 A scope is a te 阅读全文
posted @ 2018-05-22 16:53 Rocin 阅读(210) 评论(0) 推荐(0) 编辑
摘要: tree help 阅读全文
posted @ 2018-05-22 10:53 Rocin 阅读(205) 评论(0) 推荐(0) 编辑
摘要: 1. 参数排放顺序:位置参数 args 默认参数 kwargs 2. 动态传参 参数不定个数用 args, kwargs接收: args是元祖形式,接收除去键值对以外的所有参数。 kwargs接收的只是键值对的参数,并保存在字典中。 阅读全文
posted @ 2018-05-22 08:10 Rocin 阅读(213) 评论(0) 推荐(0) 编辑
摘要: 1. 传送门:https://www.bilibili.com/video/av13977351?spm_id_from=333.338.__bofqi.16 2. 笔记 1. 第一型糖尿病是天生的,第二型糖尿病是后天的。 2. 当代人的杀手 sugar,几乎超市里的加工食品都含有糖。 3. 体脂率 阅读全文
posted @ 2018-05-21 20:15 Rocin 阅读(354) 评论(0) 推荐(0) 编辑
摘要: 1. 哈希算法 摘要算法又称哈希算法、散列算法。它通过一个函数,把任意长度的数据转换为一个长度固定的数据串(通常用16进制的字符串表示)。(这个固定的字符串可以代表这个数据,所以叫摘要) 1.1 md5、sha1等等。另外Hmac也是hash算法,基础是md5、sha1等,还需要key。 1.2 M 阅读全文
posted @ 2018-05-21 16:50 Rocin 阅读(193) 评论(0) 推荐(0) 编辑
摘要: 1. Flask SQLAlchemy 1.1 参考: http://flask sqlalchemy.pocoo.org/2.3/ https://github.com/janetat/flasky/commits/master?after=f0d6546112480b0f728194982e3f 阅读全文
posted @ 2018-05-21 13:54 Rocin 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 1. 列表转换成字符串,用''.join() 2. 字符串转换为列表,用split() 阅读全文
posted @ 2018-05-20 09:18 Rocin 阅读(250) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 27 下一页