?? attention.txt
字號:
1. btree每一種操作(SELECT,UPDATE,..),必須現有BTree_Index類,并ReadHeadFromFile;用完之后,WriteHeadToFile;
2. 除api外,其他模塊不能對CurLocation,CurRelationName賦值
3. Create 的時候,一定要調用WriteHeadToFile();
4. strcpy(CurLocation,"F:/");
strcpy(CurRelationName,"test3");
5. select 是KeyLoca.ptr = (0,0) the end;
6. search的時候,p[i-1]<pPrimKey<p[i],取i
7. 沒有空閑記錄時,FisrtEmptyblock=LastEmptyblock=0; //**********
8. create 時候,有一個空的root
9. delete的時候,root can'n be deleted
10. 一個node 至少8,9個key.
11. after deleting a key,we should delete the parament pPrimKey;
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -