久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放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. 站長(zhǎng)資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      如何通過(guò)common.inc.php解決亂碼問(wèn)題

      通過(guò)common.inc.php解決亂碼的方法:1、打開(kāi)common.inc.php文件;2、修改內(nèi)容為“$cfg_soft_lang = 'utf-8';”;3、對(duì)select_images.php進(jìn)行轉(zhuǎn)碼即可。

      如何通過(guò)common.inc.php解決亂碼問(wèn)題

      本文操作環(huán)境:Windows7系統(tǒng)、DedeCMS5.6、Dell G3電腦。

      如何通過(guò)common.inc.php解決亂碼問(wèn)題?

      網(wǎng)站升級(jí)導(dǎo)致亂碼以及解決方法:

      1.找到織夢(mèng)系統(tǒng)的:/include/common.inc.php文件;

      2.找到如下代碼:

      $cfg_version ='V57_GBK'; $cfg_soft_lang ='gb2312';

      修改為:

      $cfg_version = 'V57_UTF-8';  $cfg_soft_lang = 'utf-8';

      3、對(duì)以下兩個(gè)文件進(jìn)行轉(zhuǎn)碼操作:

      include/common.inc.php include/dialog/select_images.php

      都換成utf-8的編碼格式,或者點(diǎn)擊下載相對(duì)應(yīng)的升級(jí)壓縮包,并且覆蓋utf-8的對(duì)應(yīng)文件即可!

      推薦學(xué)習(xí):《PHP視頻教程》

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