简单数据库开发包 cdb

码农软件 · 软件分类 · 其他开发相关 · 2019-10-22 16:13:06

软件介绍

cdb 是一个快速、可靠而且简单的包,用来创建和读取不变的数据库,数据库结构提供多种特性:

  • 快速查找: A successful lookup in a large database normally takes just two disk accesses. An unsuccessful lookup takes only one.

  • 低负载: A database uses 2048 bytes, plus 24 bytes per record, plus the space for keys and data.

  • 无随机限制: cdb can handle any database up to 4 gigabytes. There are no other restrictions; records don't even have to fit into memory. Databases are stored in a machine-independent format.

  • 快速原子的数据库替换: cdbmake can rewrite an entire database two orders of magnitude faster than other hashing packages.

  • Fast database dumps: cdbdump prints the contents of a database in cdbmake-compatible format.

cdb 设计用于关键任务的应用,例如 email。

本文地址:https://www.codercto.com/soft/d/17325.html

HTML5秘籍

HTML5秘籍

Matthew MacDonald / 李松峰、朱巍 / 人民邮电出版社 / 2012-8 / 79.00元

《HTML5秘籍》共包括四个部分,共12章。第一部分介绍了html5的发展历程,利用html5重新构造网页,以及html5的语义元素。第二部分介绍了html5对传统web表单的翻新、html5中的音频与视频、canvas绘图技术、css3等内容。第三部分介绍了数据存储、离线应用、与web服务器通信,以及html5与javascript技术的强大结合等内容。第四部分为附录,简单介绍了css和java......一起来看看 《HTML5秘籍》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

html转js在线工具
html转js在线工具

html转js在线工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试