摘要:
覆盖率检查 需要gcov和lcov工具,gcov在gcc中自带,lcov需要自行下载安装 重新编译 ./configure --prefix=`pwd`/install --with-perl --with-python --with-tcl --enable-nls --with-gssapi - 阅读全文
posted @ 2017-05-16 15:34
hellowcf
阅读(240)
评论(0)
推荐(0)
摘要:
安装软件包 yum groupinstall "Development Tools" yum install zlib-devel tcl-devel readline-devel python-devel perl-devel openssl-devel openldap-devel libxml 阅读全文
posted @ 2017-05-16 15:32
hellowcf
阅读(608)
评论(0)
推荐(0)
摘要:
MySQL有三种锁的级别:页级、表级、行级。 MyISAM和MEMORY存储引擎采用的是表级锁(table-level locking); BDB存储引擎采用的是页面锁(page-levellocking),但也支持表级锁; InnoDB存储引擎既支持行级锁(row-level locking),也 阅读全文
posted @ 2017-05-16 11:30
hellowcf
阅读(251)
评论(0)
推荐(0)

浙公网安备 33010602011771号