⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 patriciadb.mco

📁 全新的纯内存式实时数据库
💻 MCO
字号:
/******************************************************************* *                                                                 * *  patriciadb.mco                                                      * *                                                                 * *  This file is a part of the eXtremeDB source code               * *  Copyright (c) 2001-2007 McObject LLC                           *  *  All Rights Reserved                                            * *                                                                 * *******************************************************************/#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 patriciadb;class Call{	int4   id;    uint4  ip;       	string phone;    hash<id> isIndex[100000];	patricia<ip> ipIndex;	patricia<phone> phoneIndex;};

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -