cld378632668 / leveldb_chinese_comments-Code_analysis

图解leveldb源码和中文注释。抱歉,技术博客怕以生活中的内容举例子的内容被小人部分截图举报利用,已一键全部删帖。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Source Code Analysis

see the Directory : my-Source_Code_Analysis_of_LevelDB. 如果你需要其他部分的剖析请联系我,请告知自我介绍和用途。

Compiling Problem

If you use 'make' command, you will see:

/bin/sh: ./build_detect_platform: Permission denied

Makefile:21: build_config.mk: No such file or directory

make: *** No rule to make target `build_config.mk'. Stop.

Log Parsing Scripts

see the Directory :my_log-and-log_parser_python_script.

Notice

上传到Github的中文注释主要集中在Compaction一块,如需要其他部分的中文注释请单独联系我。 其他问题可加入leveldb rocksdb QQ群49444390讨论。

部分源代码剖析文章:https://www.jianshu.com/c/11e6a5f010aa ,如需要其他部分请单独联系我。虽然写得很烂,但在整个简书上看还算好的,不算特别烂的。

由于在博客里不小心如实的反映了一些事,对XXX招生有一些影响,被领导警告立马删除所有博客。。。。我TM居然慌得都不备份一下真的就马山删除了。

为此还写了检讨书

检讨书

About

图解leveldb源码和中文注释。抱歉,技术博客怕以生活中的内容举例子的内容被小人部分截图举报利用,已一键全部删帖。

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 86.2%Language:Makefile 6.8%Language:Python 3.2%Language:C 2.6%Language:Shell 0.8%Language:CMake 0.4%