久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放AV片

<center id="vfaef"><input id="vfaef"><table id="vfaef"></table></input></center>

    <p id="vfaef"><kbd id="vfaef"></kbd></p>

    
    
    <pre id="vfaef"><u id="vfaef"></u></pre>

      <thead id="vfaef"><input id="vfaef"></input></thead>

    1. 站長資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      centos7使用ftp上傳文件中文名顯示亂碼怎么辦

      centos7使用ftp上傳文件中文名顯示亂碼怎么辦

      原因分析:

      windows系統(tǒng)中文采用GB2312編碼,而linux采用utf-8編碼。

      解決方法:

      查看當(dāng)前系統(tǒng)語言

      echo $LANG

      一般顯示為en_US.UTF-8,這也是系統(tǒng)默認(rèn)的語言。

      查看是否有中文語言包

      locale

      若沒有zh_CN.UTF-8相關(guān)內(nèi)容,說明沒有安裝語言包,安裝方法如下:

      yum groupinstall chinese-support

      設(shè)置字符集

      vi /etc/sysconfig/i18n

      按i切換從insert模式,將en_US.UTF-8修改為zh_CN.UTF-8即可,:wq保存退出vim編輯或者直接寫入

      echo "LANG="zh_CN.UTF-8"" >> /etc/sysconfig/i18n echo "LC_ALL="zh_CN.UTF-8"" >> /etc/sysconfig/i18n

      最后重啟linux即可。

      推薦教程:centos教程

      贊(2)
      分享到: 更多 (0)
      網(wǎng)站地圖   滬ICP備18035694號(hào)-2    滬公網(wǎng)安備31011702889846號(hào)