You have to believe in yourself. That's the secret of success. #你必须要相信自己,因为这是成功的秘诀。 Learn a+辅音 a Kindle a notbook a smart phone a VR camera an+元音 an E ...
分类:
其他好文 时间:
2017-11-04 00:03:36
阅读次数:
184
表单验证和字段验证¶ 表单验证发生在数据验证之后。如果你需要自定义这个过程,有几个不同的地方可以修改,每个地方的目的不一样。表单处理过程中要运行三种类别的验证方法。它们通常在你调用表单的is_valid() 方法时执行。还有其它方法可以触发验证过程(访问errors 属性或直接调用full_clea ...
分类:
其他好文 时间:
2017-10-29 20:19:04
阅读次数:
264
转自:https://mrjbq7.github.io/ta-lib/install.html Installation You can install from PyPI: Or checkout the sources and run setup.py yourself: Troubleshoo ...
分类:
其他好文 时间:
2017-10-27 01:44:57
阅读次数:
176
When it comes to being yourself, there can be a lot of pressure from the outside world as it tries to influence who you are. Living in a society that ...
分类:
Web程序 时间:
2017-10-07 19:35:10
阅读次数:
266
百度百科对语法糖的定义 语法糖(Syntactic sugar),也译为糖衣语法,是由英国计算机科学家彼得·约翰·兰达(Peter J. Landin)发明的一个术语,指计算机语言中添加的某种语法,这种语法对语言的功能并没有影响,但是更方便程序员使用。通常来说使用语法糖能够增加程序的可读性,从而减少 ...
分类:
编程语言 时间:
2017-10-01 22:59:25
阅读次数:
122
1 class lanpingException extends Exception 2 { 3 lanpingException(String msg) 4 { 5 super(msg); 6 } 7 } 8 9 class maoyanException extends Exception 10... ...
分类:
编程语言 时间:
2017-09-25 18:54:54
阅读次数:
163
1、列表实例:由字符串创建一个作业评分列表,做增删改查询统计遍历操作。例如,查询第一个3分的下标,统计1分的同学有多少个,3分的同学有多少个等 2、字典实例:建立学生学号成绩字典,做增删改查遍历操作。 3、列表,元组,字典,集合的遍历。 4、英文词频统计实例 s='''we wish you a m ...
分类:
其他好文 时间:
2017-09-21 13:28:28
阅读次数:
163
Vue是近两年来比较火的一个前端框架(渐进式框架吧),与reactjs和angularjs三国鼎立,我不是职业前端,做过Vue,了解了一下React,听说过Angluar。我只能这么说,我来晚了,没经历所有。闲话少说进入正题。 Vue是什么,是一套构建用户界面的渐进式框架(官网解释),什么叫渐进式框 ...
分类:
其他好文 时间:
2017-09-20 14:26:50
阅读次数:
236
常用的设计原则和设计模式 1、设计原则(明确)① YANGI(You aren't gonna need it) 不写不需要的代码②KISS(Keep it simple and stupid) 代码越简单越好③DRY(Don't Repeat Yourself)封装代码④高内聚低耦合内聚:一个模块 ...
分类:
其他好文 时间:
2017-09-16 00:35:28
阅读次数:
177
写在前面 上课第20天,打卡: In the end, we are our choices. Build yourself a great story. 1 2017-09-10 - s17day20 2 3 内容回顾: 4 1. Http请求相关 5 6 2. Django请求生命周期 7 al ...
分类:
其他好文 时间:
2017-09-14 18:51:25
阅读次数:
192