This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
building_data_management_systems.Xuanzhou.2024Fall.DaSE
/
LevelDB-Project-KV
Watch
23
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Initial commit
朱维清
10 months ago
commit
ed5115ae32
2 changed files
with
38 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+34
-0
.gitignore
+4
-0
README.md
+ 34
- 0
.gitignore
View File
@ -0,0 +1,34 @@
# ---> C++
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
+ 4
- 0
README.md
View File
@ -0,0 +1,4 @@
# LevelDB-Project-KV
10215300402 朱维清
10222140408 谷杰
Write
Preview
Loading…
Cancel
Save