摘要:
一、首先安装中文支持: su root yum install "@Chinese Support" exit yum remove ibus 注销再登陆 二、安装fcitx 下载fcitx输入法源码,百度搜索即可,我下载的是华军软件园提供的“Fcitx 小企鹅输入法 4.0 正式版”。 先安装fcitx所依赖的库: yum install gettext gettext-devel libXft libXft-devel libXpm libXpm-devel 解压缩源码包: unzip fcitx-4.0.0.tar.zip tar zxf fcitx-4.0.0.ta 阅读全文
摘要:
#include 文件状态,是unix/linux系统定义文件状态所在的伪标准头文件。含有类型与函数: dev_t st_dev Device ID of device containing file. ino_t st_ino File serial number. mode_t st_mode Mode of file (see below). nlink_t st_nlink Number of hard links to the file. uid_t st_uid User ID of file. gid_t st_gid Group ID of file. dev_t st_rde 阅读全文