2015年9月7日
摘要: 安装:su root yum install "@Chinese Support" // 安装中文输入法 exit安装完毕,在“系统-->首选项”会看到“输入法”一栏。测试使用ctrl+space进行输入法切换,如果无效需要注销用户,再次登录系统即可。 阅读全文
posted @ 2015-09-07 22:57 chen110xi 阅读(139) 评论(0) 推荐(0) 编辑
摘要: Another app is currently holding the yum lock; waiting for it to exit... The other application is: PackageKit Memory : 153 M RSS (266 MB VSZ) S... 阅读全文
posted @ 2015-09-07 22:41 chen110xi 阅读(166) 评论(0) 推荐(0) 编辑
摘要: [root@localhost CentOS]# mkdir /media/CentOS把光盘加载到本地[root@localhost CentOS]# mount /dev/cdrom /media/CentOS在/etc/yum.repos.d/目录下,有两个文件CentOS-Base.repo... 阅读全文
posted @ 2015-09-07 22:23 chen110xi 阅读(581) 评论(0) 推荐(0) 编辑
摘要: 一、设置GNOME或者KDE为默认的启动桌面环境 方法1:修改/etc/sysconfig/desktop,根据需要将“DESKTOP”后面的内容改为KDE或GNOME。 方法2:在当前用户目录下建立“.xinitrc”这个文件(注意文件名前有一个点号,代表建立的是一个隐藏文件),文件的内容就一... 阅读全文
posted @ 2015-09-07 22:17 chen110xi 阅读(1583) 评论(0) 推荐(0) 编辑
摘要: 新建cdrom挂载目录mkdir /mnt/cdrom挂载光驱mount -t auto /dev/cdrom /mnt/cdrom这命令就是把CentOS CDROM挂载在/mnt/cdrom目录中,就可以访问里面的内容了;使用光驱中的文件,进行安装[root@CentOS6 /]# cd /mn... 阅读全文
posted @ 2015-09-07 21:55 chen110xi 阅读(232) 评论(0) 推荐(0) 编辑
摘要: 1、mkdir /mnt/cdrom2、mount /dev/cdrom /mnt/cdrom3、挂载umount /dev/cdrom /mnt/cdrom 阅读全文
posted @ 2015-09-07 21:45 chen110xi 阅读(3978) 评论(0) 推荐(0) 编辑
摘要: 出现这样的错误原因是因为问题一开始出现错误:The database disk image is malformed解决方案:http://www.cnblogs.com/chen110xi/p/4789494.html问题二通过该方法替换/db/rep-cache.db后出现错误:Couldn't... 阅读全文
posted @ 2015-09-07 17:50 chen110xi 阅读(3340) 评论(0) 推荐(0) 编辑
摘要: 今天一客户使用我们软件时突然停电,再次启动软件查询SQLite数据库报 The database disk image is malformed 错误。百度一下基本上全部是http://www.cnblogs.com/yelaiju/archive/2011/03/27/1996863.html这个... 阅读全文
posted @ 2015-09-07 17:40 chen110xi 阅读(4372) 评论(0) 推荐(0) 编辑
摘要: 在网上找了很多资料,很多网友都提到这个问题是不可解决的,面对这个问题,只能作罢。但我不甘心这么丢失数据,最最后找到了一个解决方法。经测试,原来数据,全部保住。以下为原文。http://www.sunnyu.com/?p=201SQLite有一个很严重的缺点就是不提供Repair命令。 导致死亡提示d... 阅读全文
posted @ 2015-09-07 17:00 chen110xi 阅读(4965) 评论(0) 推荐(0) 编辑