Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1679584
  • 博文数量: 391
  • 博客积分: 8464
  • 博客等级: 中将
  • 技术积分: 4589
  • 用 户 组: 普通用户
  • 注册时间: 2008-12-13 15:12
个人简介

狮子的雄心,骆驼的耐力,孩子的执著!

文章分类

全部博文(391)

文章存档

2023年(4)

2018年(9)

2017年(13)

2016年(18)

2014年(7)

2013年(29)

2012年(61)

2011年(49)

2010年(84)

2009年(95)

2008年(22)

发布时间:2013-11-23 21:45:18

Unable to launch VNCServer due to fontpath issues on CentOS 6 When trying out VNCServer on both CentOS 6.2 and CentOS 6.3 $ vncserver WARNING: The first attempt to start Xvnc failed, possibly because the font catalog is not properly configured.  Attempting to determine.........【阅读全文】

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

发布时间:2013-11-16 11:45:41

SELECT table_schema, sum( data_length + index_length ) / 1024 / 1024 "DB Size in MB" FROM information_schema.TABLES where table_schema = "DB Name" GROUP BY table_schema ;SELECT   table_schema,           SUM(data_length+index_length)/1024/1024 AS total_mb,.........【阅读全文】

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

发布时间:2013-11-10 16:51:14

为什么要写这篇文章?  答:通过常规的三大步(./configure,make,makeinstall)的编译安装mmseg时,总是出现找不到src/Makefile.in文件的错误(config.status:error: cannot find input file:src/Makefile.in)。即便是依照官方教程所说的先安装好依赖软件(yum -y installglibc-common libtool autoc.........【阅读全文】

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

登录 注册