搜索资源列表
bufmgr.c.tar
- The file freelist.c contains the code to implement the buffer replacement strategy used when there are no unused slots in the buffer pool. Augment the code in this file so that it can use any one of three possible buffer replacement strateg
freelist.c.tar
- The file freelist.c contains the code to implement the buffer replacement strategy used when there are no unused slots in the buffer pool. Augment the code in this file so that it can use any one of three possible buffer replacement strateg
GreenDaoDemo
- SQL LITE對於在開發程式的性能進行最佳化。由於程式中有涉及到了大量的緩衝存取處理以及資料庫的運用,所以需要對資料庫做讀寫、查詢等操作,內容繁雜。因此首先我所想到的就是對整個程式的資料庫做更好的方式去執行。 原先使用我們是要用android本身內置的SQL LITE來做撰寫,也就是使用的最基本的SQLiteOpenHelper的方法,這種方法對我們來說比較方便也比較容易懂。但是實際在使用過程中感覺到很繁瑣,從一開始的建立表一直到對表的增加,修改,查詢,刪除等操作,那就更別提到要交叉查詢
