Chinaunix首页 | 论坛 | 博客
  • 博客访问: 85600
  • 博文数量: 23
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 240
  • 用 户 组: 普通用户
  • 注册时间: 2014-06-17 11:15
个人简介

The important thing in life is not how long you will live, but whom you are living with.

文章分类

全部博文(23)

文章存档

2024年(2)

2022年(1)

2021年(6)

2016年(1)

2015年(2)

2014年(11)

我的朋友

发布时间: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.........【阅读全文】

阅读(1030) | 评论(0) | 转发(0)

发布时间:2014-10-09 11:17:52

yum的配置一般有两种方式,一种是直接配置/etc目录下的yum.conf文件,另外一种是在/etc/yum.repos.d目录下增加.repo文件。一、yum的配置文件  $ cat /etc/yum.conf   [main]cachedir=/var/cache/yum         #.........【阅读全文】

阅读(607) | 评论(0) | 转发(0)

发布时间: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.........【阅读全文】

阅读(753) | 评论(0) | 转发(0)

发布时间:2014-07-21 13:48:14

1.PPPOE的数据报文格式4bits   4bits    8 bits               16bits版本类型代码Session ID.........【阅读全文】

阅读(3515) | 评论(0) | 转发(0)

发布时间:2014-07-08 13:04:35

ulimit -n 4096     也就是限制用户的最大文件打开数为4096个    在网上查了关于怎么查看文件打开数的文章大致有两种说法    /proc/sys/fs/file-nr    该文件与 file-max 相关,它有三个值:  &.........【阅读全文】

阅读(684) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册