本文衔接上文"记录一次无聊的(经历了Nodejs -> Shell -> C)的探索问题过程",服务器上git版本是1.8.3.1,使用的pm2来管理nodejs进程,并且配置了一键deploy项目。在deploy执行过程中,新版本的pm2 => pm2-deploy的shell中没对git老版本做 ...
分类:
其他好文 时间:
2017-09-25 23:01:11
阅读次数:
215
np.sum() http://blog.csdn.net/ikerpeng/article/details/17026011 我们平时用的sum应该是默认的axis=0 就是普通的相加 (对不起,写的不好,看下面的) 而当加入axis=1以后就是将一个矩阵的每一行向量相加 例如: import n ...
分类:
其他好文 时间:
2017-09-25 21:56:35
阅读次数:
237
转自:http://blog.chinaunix.net/uid-26569496-id-3199434.html 一、/var目录 /var 所有服务的登录的文件或错误信息文件(LOG FILES)都在/var/log下,此外,一些数据库如MySQL则在/var/lib下,还有,用户未读的邮件的默 ...
分类:
系统相关 时间:
2017-09-25 18:52:23
阅读次数:
287
1.this——these(复数)指一下要将的内容 that——those(复数)指以上讲完的内容 2.情态动词 can 能——can‘t (表示猜测、能力、请求) may 可能——may not 不可能 / must not 不可以 must 必须——needn’t 不必要 3.宾语从句(语序、时 ...
分类:
其他好文 时间:
2017-09-25 16:17:46
阅读次数:
161
https://stackoverflow.com/questions/36636/what-is-a-closure http://www.cs.tufts.edu/~nr/cs257/archive/roberto-ierusalimschy/closures-draft.pdf ...
分类:
其他好文 时间:
2017-09-25 15:16:08
阅读次数:
125
下面详细说明影响mongodb的系统配置,尤其在生产环境上。 1、生产环境推荐的平台 Amazon Linux Debian 7.1 Red Hat / CentOS 6.2+ SLES 11+ Ubuntu LTS 12.04 Ubuntu LTS 14.04 Windows Server 201 ...
分类:
数据库 时间:
2017-09-24 22:15:02
阅读次数:
172
>>> from tkinter import *>>> root=Tk() 新建一个>>> window=Toplevel(root) #新建一个frame, window是root的子窗口 >>> window.title("New Window") #窗口的标题 改成New Window''> ...
521. Longest Uncommon Subsequence I【easy】 Given a group of two strings, you need to find the longest uncommon subsequence of this group of two strings ...
分类:
其他好文 时间:
2017-09-23 19:07:22
阅读次数:
120
@Html.EditorFor(m => m.Name, new { htmlAttributes = new { @required = "true", @anotherAttribute = "whatever" } }) ...
分类:
Web程序 时间:
2017-09-23 18:51:29
阅读次数:
145
目录的基本功能: /bin:存放普通用户使用的命令 /sbin:存放管理员可以执行的命令 /home:存放普通的家目录 如张三家目录为/home/zhangsan /root:管理员的家目录 /etc:存放配置文件的目录 /boot:存放与启动相关的文件 /usr:用户自定义的相关程序或文件 /pr ...
分类:
系统相关 时间:
2017-09-23 17:25:13
阅读次数:
189