?? nvram_dy.mco
字號:
#define int1 signed<1>
#define int2 signed<2>
#define int4 signed<4>
#define uint8 unsigned<8>
#define uint4 unsigned<4>
#define uint2 unsigned<2>
#define uint1 unsigned<1>
declare database nvram_db;
struct Svalue {
time tm;
uint4 u4;
char<36> bytes;
};
class Rec
{
uint4 key;
string str;
vector <Svalue> valuev;
hash <key> hkey[1000];
unique tree <key> tkey;
list;
};
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -