?? testblob.h
字號:
#ifndef __TESTBLOB_H__#define __TESTBLOB_H__#include "mcosql.h"using namespace McoSql;#ifndef MCO_PLATFORM_X64size_t const PAGE_SIZE = 128; // define eXtremeDB page size#elsesize_t const PAGE_SIZE = 256;#endifsize_t const DATABASE_SIZE = 4*1024*1024;void* const MAP_ADDRESS = (void*)0x20000000;struct File { int id; char* name; Value* blob; Array* lines;};GET_DICTIONARY(testblobdb);#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -