1、字符串连接:paste(..., sep = " ", collapse = NULL) sep表示分隔符,默认为空格。collapse表示如果不指定值,那么函数paste的返回值是自变量之间通过sep指定的分隔符连接后得到的一个字符型向量;如果为其指定了特定的值,那么自变量连接后的字符型向量会 ...
分类:
编程语言 时间:
2016-09-29 15:34:48
阅读次数:
494
客户端上传时候显示错误: unauthorized: authentication required 显示错误为: Sep 28 22:12:55 docker4 dockerd: time="2016-09-28T22:12:55.510621993+08:00" level=error msg= ...
分类:
其他好文 时间:
2016-09-29 01:19:10
阅读次数:
222
JS HTML DOM 改变 HTML 输出流 JavaScript 能够创建动态的 HTML 内容: 今天的日期是: Sat Sep 24 2016 15:06:50 GMT+0800 (中国标准时间) 在 JavaScript 中,document.write() 可用于直接向 HTML 输出流 ...
分类:
编程语言 时间:
2016-09-29 01:15:16
阅读次数:
152
Kevin Zakka's Blog About About Nuts and Bolts of Applying Deep Learning Sep 26, 2016 This weekend was very hectic (catching up on courses and studying ...
分类:
移动开发 时间:
2016-09-28 19:36:03
阅读次数:
389
drwxrwxrwx 10 mwopr mwopr 1024 Sep 23 02:54 99 rwxrwxrwx 其中前三个表示文件属主的权限,中间三个表示组用户权限,最后三个表示其他用户权限. mwopr mwopr 1024文件拥有者 文件拥有者所在的组 文件大小 http://blog.sin ...
分类:
其他好文 时间:
2016-09-26 19:38:04
阅读次数:
234
from:Sep 23 2016 mathematical operation: floating number,bc calculator: we can also use bc in shell scripts: if - then - else number comparison: n1 -e ...
分类:
系统相关 时间:
2016-09-23 21:19:05
阅读次数:
158
在测试环境使用uwsgi启动flask未成功 正常报错信息: *** Starting uWSGI 2.0.13.1 (64bit) on [Fri Sep 23 09:27:47 2016] ***compiled with version: 4.4.7 20120313 (Red Hat 4.4 ...
分类:
其他好文 时间:
2016-09-23 11:23:28
阅读次数:
745
1.os - Normal Method: os.name() : os.getcwd(): 给出当前的目录,python当前的工作目录 os.listdir(): 返回 os.remove():删除 os.system(): 来到shell os.sep: 取代操作系统特定路径分隔符 os.lin ...
分类:
编程语言 时间:
2016-09-23 06:36:55
阅读次数:
169
JavaScript的Date类型只能直接输出特定的形式的表示时间的字符,如:Tue Sep 20 2016 21:37:06 GMT+0800 但我们很少需要输出这样格式的时间 本文后面的代码,通过调用$.formatDate()函数,即可输出你想要的格式的时间 如: 即可输出 9/20/2016 ...
分类:
其他好文 时间:
2016-09-21 19:57:55
阅读次数:
136
终于下决心开始刷题了! 选择LintCode而不是LeetCode主要是因为LintCode操作更顺手,希望能够坚持下去。 还是循序渐进吧,数据结构和算法的东西很久没碰都很生疏了,先找找感觉。 这是一刷,解法很有可能是很笨的解法,代码风格也可能不够好,二刷会直接在下面更新。 Thu, Sep 20, ...
分类:
其他好文 时间:
2016-09-20 13:37:10
阅读次数:
139