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

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

文章分类

全部博文(21)

文章存档

2022年(1)

2021年(6)

2016年(1)

2015年(2)

2014年(11)

我的朋友

发布时间:2014-12-06 21:39:48

jstat看gc的情况,报错说是 pid not  found  sun bug库 http://bugs.sun.com/view_bug.do?bug_id=6447182  redhat bug库 https://bugzilla.redhat.com/show_bug.cgi?id=527425 原来如果你需要开启jvm PerfData的话他会生成一个  /tmp/hsp.........【阅读全文】

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

发布时间:2014-11-18 12:17:39

表格 B-1. 特殊的shell变量变量含义$0脚本名字$1位置参数 #1$2 - $9位置参数 #2 - #9${10}位.........【阅读全文】

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

发布时间:2014-11-07 12:20:33

[+]   Mysql到底是怎么实现MVCC的?这个问题无数人都在问,但google中并无答案,本文尝试从Mysql源码中寻找答案。  在Mysql中MVCC是在Innodb存储引擎中得到支持的,Innodb为每行记录都实现了三个隐藏字段:6字节的事务ID(DB_TRX_ID )7字节的回滚指针(DB_ROLL_PTR)隐藏的ID.........【阅读全文】

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

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

阅读(996) | 评论(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         #.........【阅读全文】

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

登录 注册