2 Star 0 Fork 0

mirrors_gnu/gdbm

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
NOTE-WARNING 1.01 KB
一键复制 编辑 原始数据 按行查看 历史
Sergey Poznyakoff 提交于 2021-10-17 11:40 . Update the docs
******************************************************************************
W A R N I N G
******************************************************************************
Gdbm files have never been `portable' between different operating systems,
system architectures, or potentially even different compilers. Differences
in byte order, the size of file offsets, and even structure packing make
gdbm files non-portable.
Therefore, if you intend to send your database to somebody over the wire,
please dump it into a portable format using gdbm_dump and send the resulting
file instead. The receiving party will be able to recreate the database from
the dump using the gdbm_load command.
Please refer to the documentation, chapters 25 and 26, for a detailed
discussion of these two tools. Run `info gdbm gdbm_dump', if gdbm is
already installed on your system, or `info -f doc/gdbm.info gdbm_dump'
to read the docs from the source tree.
The documentation is also available online at
http://www.gnu.org.ua/software/gdbm/manual.
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_gnu/gdbm.git
git@gitee.com:mirrors_gnu/gdbm.git
mirrors_gnu
gdbm
gdbm
master

搜索帮助