欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

帝國CMS排行數(shù)字效果實現(xiàn)方法

  發(fā)布時間:2014-12-02 16:05:57   作者:佚名   我要評論
這篇文章主要為大家介紹了帝國CMS排行數(shù)字效果實現(xiàn)方法,實例講述了帝國CMS自帶的[!--no.num--]變量法與PHP條件語句兩種解決方法,是非常具有實用價值的技巧,需要的朋友可以參考下

本文實例講述了帝國CMS排行數(shù)字效果實現(xiàn)方法。分享給大家供大家參考。具體實現(xiàn)方法如下:

方法1:

復(fù)制代碼
代碼如下:
<img src="/[!--no.num--].gif">

做 1~9.gif 圖片

方法2:

復(fù)制代碼
代碼如下:
if($i<4){
//黃樣式
}else{
//灰樣式
}

最終效果如下圖所示:

增加字段提示Row size too large,帝國CMS增加字段提示以下信息.

Row size too large. The maximum row size for the used table type, not counting BLOBs, is 65535. You have to change some columns to TEXT or BLOBs 
alter table ***_ecms_infoclass_info add zz_jdtype text not null,add z_jdtype varchar(255) not null,add qz_jdtype varchar(255) not null,add save_jdtype varchar(10) not null;
超過mysql允許的最大單表長度,解決辦法是:減少字段,或字段少用text類型.

希望本文所述對大家的帝國CMS建站有所幫助。

相關(guān)文章

最新評論