We are given an array A of N lowercase letter strings, all of the same length. Now, we may choose any set of deletion indices, and for each string, we ...
分类:
其他好文 时间:
2019-02-04 18:09:31
阅读次数:
202
第1章 大数据概论1.1 大数据概念1.2 大数据特点(4V)1.3 大数据应用场景1.4 大数据发展前景1.5 大数据部门业务流程分析1.6 大数据部门组织结构(重点)第2章 从Hadoop框架讨论大数据生态2.1 Hadoop是什么2.2 Hadoop发展历史2.3 Hadoop三大发行版本2. ...
分类:
其他好文 时间:
2019-01-29 20:33:45
阅读次数:
228
与集中式的版本管理工具不同, git采用分布式的版本管理方式. 由于最为广泛使用的git的仓库github只提供public的免费版本,所以更适合开源项目的管理,priavte仓库收费加之数据保留在远端的服务方式,很多企业需要创建供自己使用的github,功能非常类似的gitlab此时就能派上用场了 ...
分类:
其他好文 时间:
2019-01-20 11:47:21
阅读次数:
280
知识是一点一点的积累的, 也是一点一点的吸收的,没有人一口就能吃成一个胖子. 版本控制 说到版本控制,脑海里总会浮现大学毕业是写毕业论文的场景,你电脑上的毕业论文一定出现过这番景象! 1 2 3 4 5 6 7 8 9 10 11 毕业论文_初稿.doc 毕业论文_修改1.doc 毕业论文_修改2. ...
分类:
其他好文 时间:
2019-01-18 01:05:03
阅读次数:
229
object._getattr_(self, name) 实例instance通过instance.name访问属性name,只有当属性name没有在实例的__dict__或它构造类的__dict__或基类的__dict__中没有找到,才会调用__getattr__。当属性name可以通过正常机制追 ...
分类:
编程语言 时间:
2019-01-10 21:48:46
阅读次数:
256
Command Mode Y : change cell to code M : change cell to markdown R : change cell to raw K : select cell above J : select cell below X : cut selected c ...
分类:
其他好文 时间:
2018-12-30 22:20:40
阅读次数:
504
```javascript
checkPassword(password) { // 检查密码 获取加密表单数据 if (password === "") { this.$notify.warning({ title: "密码错误!", message: "密码不能为空!!!", offset: 1... ...
分类:
其他好文 时间:
2018-12-26 14:28:47
阅读次数:
154
1 #define _for(i,a,b) for(int i = (a);i A) 24 { 25 for(int i = 0; i & A) 37 { 38 if(ok(A)) 39 return 0; 40 int rnt = 0; 41 int end = ... ...
分类:
其他好文 时间:
2018-12-09 16:21:45
阅读次数:
502
前段时间在《修复iPhone上submit按钮bug》中介绍了使用“-webkit-appearance: none; ”来改变按钮在iPhone下的默认风格,其实我们可以反过来思路,使用“appearance”属性,来改变任何元素的浏览器默认风格,简单的说,你可以使用“appearance”属性将 ...
分类:
移动开发 时间:
2018-12-05 16:27:27
阅读次数:
269