1、实例: 下载一首英文的歌词或文章,将所有,.?!等替换为空格,将所有大写转换为小写,统计某几个单词出现的次数,分隔出一个一个的单词。 a='''Twinkle, twinkle, little star, How I wonder what you are! Up above the world ...
分类:
其他好文 时间:
2017-09-20 21:56:28
阅读次数:
141
1. big='''i'm a big big girlin a big big worldit's not a big big thing if you leave mebut i do do feelthat i too too will miss you muchmiss you muchi ...
分类:
其他好文 时间:
2017-09-20 21:54:25
阅读次数:
196
今日对Linux 系统是Red Hat Enterprise Linux Server release 6.5 (Santiago)对ansible进行安装。 由于系统的源为yum源,所以使用yum install ansible 进行安装,但是报错。如图。(这个错误是yum源没有注册到red ha ...
分类:
系统相关 时间:
2017-09-20 14:55:53
阅读次数:
174
1,centos7 使用 systemctl 替换了 service命令 参考:redhat文档: https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/System_Administrators_ ...
分类:
其他好文 时间:
2017-09-20 00:48:44
阅读次数:
184
frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/TakeScreenshotService.java TakeScreenshotService.java 主要是创建一个 GlobalScreenshot 对 ...
分类:
移动开发 时间:
2017-09-19 23:04:26
阅读次数:
392
来源:https://leetcode.com/problems/sort-colors Given an array with n objects colored red, white or blue, sort them so that objects of the same color are ...
分类:
其他好文 时间:
2017-09-19 22:52:19
阅读次数:
140
SELinux(Security-Enhanced Linux) 是美国国家安全局(NSA)对于强制访问控制的实现,是 Linux历史上最杰出的新安全子系统。在这种访问控制体系的限制下,进程只能访问那些在他的任务中所需要文件。SELinux 默认安装在 Fedora 和 Red Hat Enterp ...
分类:
系统相关 时间:
2017-09-19 17:52:47
阅读次数:
194
CentOS(Community Enterprise Operating System,中文意思是:社区企业操作系统)是Linux发行版之一,它是来自于Red Hat Enterprise Linux依照开放源代码规定释出的源代码所编译而成。由于出自同样的源代码,因此有些要求高度稳定性的服务器以C ...
分类:
其他好文 时间:
2017-09-19 15:34:49
阅读次数:
220
PM问:“Vic,现在ETL Job跑到哪一个Package了,正在执行哪个Task?”,第一次遇到这个问题时,一下就懵逼了,只能硬着头皮说:“我看看”。 在做项目开发时,这个问题很常见,但是,被很多ETL开发工程师忽略了,可能是因为,这不是一个直接可以给出答案的命题。 在做大数据处理时,ETL P ...
分类:
数据库 时间:
2017-09-19 15:27:27
阅读次数:
232
Funtion.prototype.bind 改变函数执行上下文this指向,返回一个函数 在js中,有时候使用bind会有如下的情况(调用bind返回的函数时候使用new来调用) 貌似上面的方式不行了诶~~~,源码怎么实现的呢? 通过设置一个中转构造函数F,使绑定后的函数与调用bind()的函数处 ...
分类:
其他好文 时间:
2017-09-19 00:16:58
阅读次数:
139