效果如圖:
使用方法:
- (void)viewdidload
-(cgfloat)gridview:(mygridview *)gridview heightofrow:(nsinteger)row
-(nsinteger)numberofgridview:(mygridview *)gridview
-(void)gridview:(mygridview *)gridview didselectwithindex:(nsinteger)index
-(uitableviewcell *)gridview:(mygridview *)gridview cellforindex:(nsinteger)index
uicolor * color = [_colorarray
objectatindex:(index%columnnumber+(int)(index/columnnumber))%columnnumber];
[cell setbackgroundcolor:color];
return cell;
} 需要實現delegate和datasource
自己封裝的乙個MySQL類
import pymysql import logging 獲取logger的例項 logger logging.getlogger lzjf 指定logger的輸出格式 formatter logging.formatter asctime s levelname s message s 檔案日誌...
封裝乙個自己的通用Ajax
首先在封裝乙個自己的ajax函式之前,我們需要先知道怎麼實現乙個簡單的ajax請求。這裡我建了兩個檔案,ajax01.html和ajax01.php ajax01.html 點選上面的按鈕,我會變哦 可以看到使用ajax發請求並獲取響應資料只需要簡單的4步 引數說明 xhr.status statu...
自己封裝的乙個JS分享元件
因為工作的需求之前也封裝過乙個js分享外掛程式,整合了我們公司常用的幾個分享平台。但是總感覺之前的結構上很不理想,樣式,行為揉成一起,心裡想的做的完美,實際上總是很多的偏差,所以這次我對其進行了改版。這次的核心就是 js只負責事件 結構,也就是把功能實現出來,具體的外觀樣式,則使用者自己進行定義。以...