The important thing in life is not how long you will live, but whom you are living with.
发布时间:2014-11-07 09:54:34
Consistent Nonlocking ReadsA consistent read means that InnoDB uses multi-versioning to present to a query a snapshot of the database at a point in time. The query sees the changes made by transactions that committed before that point of time, and no changes made by later or.........【阅读全文】
发布时间:2014-09-22 14:01:58
1.插入安装盘2.进去/Package目录3.安装telnet 客户端查看客户端有没安装 rpm -q telnet安装客户端 rpm -ivh telnet-0.17-39.el6.x86_64.rpm4.安装服务器查看服务端有没安装 rpm -q telnet-server安装服务端 rpm -ivh telnet-server-0.17-39.el6.x86_64.rpmwarning: CentOS/telnet-server-0.17-39.el6.x86_64rpm: He.........【阅读全文】
发布时间:2014-07-21 13:48:14
1.PPPOE的数据报文格式4bits 4bits 8 bits 16bits版本类型代码Session ID.........【阅读全文】
发布时间:2014-07-08 13:04:35
ulimit -n 4096 也就是限制用户的最大文件打开数为4096个 在网上查了关于怎么查看文件打开数的文章大致有两种说法 /proc/sys/fs/file-nr 该文件与 file-max 相关,它有三个值: &.........【阅读全文】