自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 资源 (1)
  • 收藏
  • 关注

转载 37条常用Linux Shell命令组合

序号 任务 命令组合 1 删除0字节文件 find . -type f -size 0 -exec rm -rf {} \; find . type f -size 0 -delete 2 查看进程,按内存从大到小排列 ps -e -o “%C : %p : %z : %a”|sort -k5 -nr 3 按cp

2014-11-26 11:26:51 464

原创 Db_dump.sql取出指定create table和Insert into

1.从Db_dump.sql 备份文件中取 CREATE TABLE 表结构: sed -e '/./{H;$!d;}' -e 'x;/CREATE TABLE `big_table`/!d;q' gamedb_1_20141117.sql  2.从Db_dump.sql 备份文件中取INSERT INTO 语句: cat gamedb_1_20141117.sql

2014-11-17 13:38:58 704

原创 table_open和table_definition了解

table_open和table_definition了解    官网5.5解释:  open_files_limit + table_open_cache   The number of open tables for all threads. Increasing this value increases the number of file   descriptors that m

2014-11-15 14:37:41 4820

Oracle.11g.For.Dummies.2009.pdf

Oracle11g,PL/SQL开发,维护

2011-09-13

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除