ios coreData 的一些操作

2021-09-01 16:27:03 字數 973 閱讀 2217

通過nsmanagerdocument獲取nsmanagerobjectcontext然後操作

nsfetchrequest 存放查詢條件的(nspredicate等)

nsmanagerobjectcontext物件 通過方法executefetchrequest: error:來返回查詢結果。

如果需要查詢全部 的時候 就對nsfetchrequest 不要設定

nspredicate就可以了。

太晚了 有空再寫吧。

//

// viewcontroller.m

// democoredata

//// created by liu poolo on 13-3-17.

//#import "viewcontroller.h"

#import "student.h"

#import "book.h"

@inte***ce viewcontroller ()

@end

@implementation viewcontroller

@synthesize managedobjectcontext=m_managedobjectcontext;

- (ibaction)btgetmanagerdocument:(id)sender

int i=0;

- (ibaction)btinsertbook:(id)sender

}else

}];}else];

}}else

}];}

}- (ibaction)btquery:(id)sender }}

}else

}];}else];

}}else

}];}

}- (void)viewdidload

- (void)didreceivememorywarning

@end

關於CollectionView的一些操作記錄

通過重寫uicollectionviewflowlayout中的layoutattributesforelementsinrect方法可以讓uicollectionview顯示諸如瀑布流 水平流動布局等各種樣式的布局。其原理就是layoutattributesforelementsinrect方法本...

docker的一些實操筆記

2.啟動nginx docker run name nginx p 80 80 d nginx 這樣就簡單的把nginx啟動了,但是我們想要改變配置檔案nginx.conf 進入容器,命令 docker exec it nginx bash nginx.conf配置檔案在 etc nginx 下面,...

vim外掛程式ZenCoding一些常用的操作

相當的酷,記錄一些常用的操作 接下來介紹些使用方法 copy自lazyhack的使用zen coding for vim快速編寫html 輸入div p foo 3 a這樣的縮寫,然後按ctrl y 來展開 注意那個逗號 展開後它應該是這個樣子的 輸入如下 test1 test2 test3 然後進...