1. ? jquery 沖突
問(wèn)題描述:? TypeError: $.ajax is not a function ??$.ajax({
問(wèn)題解決: ? 使用jq.ajax({}); 替代
參考網(wǎng)址:http://blog.csdn.net/lushuaiyin/article/details/7301169
2. 亂碼
問(wèn)題描述: ? data to long?
問(wèn)題解決: set names utf8;(暫時(shí))
3. mac 機(jī)器上使用TP框架顯示不出驗(yàn)證碼
問(wèn)題描述:Call to undefined function imagecreatefrompng()
問(wèn)題解決: 1. 在php.ini里面開(kāi)啟了GD拓展 extension=php_gd2.dll
? ? ? ? ? ? ? ? ? 2. 查看未裝freetype,? ? 在終端運(yùn)行curl -s http://php-osx.liip.ch/install.sh | bash -s 5.5
參考網(wǎng)站:? http://blog.sina.com.cn/s/blog_1380a6f6b0102w1pd.html
4. Mac 下 Navicat中插入中文界面顯示?
問(wèn)題描述: ?設(shè)置過(guò)數(shù)據(jù)庫(kù)的編碼 均為utf8,網(wǎng)頁(yè)顯示內(nèi)容正常, insert語(yǔ)句正常, 在Navicat界面插入以及顯示為 ? 號(hào)
問(wèn)題解決:刪除連接,在重新創(chuàng)建的時(shí)候 編碼選擇auto
參考網(wǎng)站:https://zhidao.baidu.com/question/810489274853261292.html
5. 安裝coreseek 時(shí)候 提示 su- :sorry?
問(wèn)題描述:? 進(jìn)入su-時(shí)? 輸入密碼 提示:su- :sorry
問(wèn)題解決: 使用sudo su -
參考網(wǎng)站: http://dev.son1c.com/show/1301.html