关于自然常数e的理解
By Z.H. Fu
切问录 ( http://www.fuzihao.org ) 利息增长模型 在上中学学习对数的时候,我们就学到了一个叫做e的东西(e≈2.71828e\approx 2.71828),后来又学了e的定义,(e=limn→∞(1+1n)ne=\lim \limits_{n\to \infty}(1+\frac{1}{n})^n),但是始终缺乏一个直...
分类:
其他好文 时间:
2015-04-04 12:18:54
阅读次数:
181
软件包管理
软件包组成
二进制程序
配置文件
单文件
将主配置文件切割成多个小文件,并放置于某个目录中。
/etc/profile ,/etc/profile.d/*
/etc/pam.conf , /etc/pam.d/*
单文件,在内部分割成多个片段。
...
分类:
系统相关 时间:
2015-04-04 09:20:08
阅读次数:
181
部署CloudFoundry可能遇到的问题1. Bosh 报告 OpenStack API Request Entity Too Large error解决办法,修改/etc/nova/api-paste.conf文件,添加limits属性[python]view plaincopy[filter:...
分类:
其他好文 时间:
2015-04-04 09:07:16
阅读次数:
152
Linux系统教程功能特点1.采用Danted最新稳定版本1.4.0编译安装。2.自动识别系统IP(默认排除192.168.0.*,10.0.0.*,127.0.0.*),检测多Ip时,进行交互式选择Ip配置(直接回车则全部配置)。3.采用Pam用户认证,认证不需要添加系统用户(默认添加进程用户sock),删除、添加用户..
分类:
其他好文 时间:
2015-04-02 16:49:12
阅读次数:
426
PAM: pluggable authentication modules for linuxhttp://www.linux-pam.org/whatispam.htmlA suite of shared libraries that enable the local system adminis...
分类:
系统相关 时间:
2015-03-31 19:36:50
阅读次数:
153
一.安装vsftpd及相关依赖包#vsftpd安装程序yum install vsftpd#vsftpd虚拟登陆账户必要依赖包yum install pam* db4*安装完之后,vsftpd默认在/etc/vsftpd目录下二.修改vsftpd.conf (/etc/vsftpd/vsftpd.c...
分类:
系统相关 时间:
2015-03-30 22:34:02
阅读次数:
178
The following errors are normally related to running into the module and size limits when a program database (PDB) file is created (a PDB file contains information used by the debugger; the file ha...
分类:
其他好文 时间:
2015-03-29 21:04:10
阅读次数:
338
1. 极限简单的极限,我们可以通过直接代入法求解,如:
limx→3x2+1x+1=3\lim_{x\to 3}\frac{x^2+1}{x+1} = 3我们知道我们在利用极限求导数时:
limx→x0ΔfΔx=limx→x0f(x0+Δx)?f(x0)Δx\lim_{x\to x_0}\frac{\Delta f}{\Delta x}=\lim_{x\to x_0}\frac{f(x_0+\D...
分类:
其他好文 时间:
2015-03-21 23:03:50
阅读次数:
437
yum -y install telnet-server telnetvim /etc/xinted.d/telnetdisable = novim /etc/pam.d/remote#auth required pam_securetty.so 将‘pts/1’添加到/etc/securetty中...
分类:
Web程序 时间:
2015-03-21 13:50:11
阅读次数:
139
1. 目前有四种主题theme_gray(), theme_bw() , theme_minimal(),theme_classic()2. X轴设置刻度scale_x_continuous(limits=c(1950,2000),breaks=seq(1950,2000,5))3. Bar & L...
分类:
其他好文 时间:
2015-03-19 14:46:23
阅读次数:
172