友情提示:小程序,开发制作。

写于2014年10月的文章:

rpm -ivh mysql-*.rpm 失败、报错、安装不上。

[root@localhost ~]# rpm -ivh MySQL-server-5.6.20-1.el7.x86_64.rpm 
准备中...      ################################# [100%]
file /usr/share/mysql/charsets/README from install of MySQL-server-5.6.20-1.el7.x86_64 conflicts with file from package mariadb-libs-1:5.5.35-3.el7.x86_64
file /usr/share/mysql/czech/errmsg.sys from install of ...

阅读全文>>

centos 7系统KDE桌面环境配置中文支持

费劲周折终于安装最新的centos 7 ,安装的是kde桌面后没有中文,可以用以下方法配置中文

#yum list kde*chinese

会显示可以安装的包,我的显示如下

kde-l10n-Chinese.noarch                4.5.5-1.fc14                     @updates

可以用以下命令安装

#yuminstall kde-l10n-Chinese.noarch

安装成功后,进入system setting里,选择locale,然后add language,
选择中文即可啦。

注销

重新登录

搞定。

阅读全文>>

discuz门户seo关键字keywords和description不能正确显示 - Discuz!

登录状态下正常显示。

点击查看原图

方法如下:------

删除 source/class/helper/helper_seo.php文件中的:&& (CURSCRIPT == 'forum' || IS_ROBOT || $_G['adminid'] == 1)

  1. if($$descriptiontext) {$$seodescription =helper_seo::strreplace_strip_split($$searchs, $$replaces, $$descriptiontext);}
  2. if($$keywordstext) {$$seokeywords = helper...

阅读全文>>