From 9f9b8e446da452992d15a504156ac30cbdbb3015 Mon Sep 17 00:00:00 2001 From: LingCoder Date: Sat, 11 May 2019 12:33:49 +0800 Subject: [PATCH] =?UTF-8?q?=E9=99=84=E5=BD=95:=E6=95=B0=E6=8D=AE=E5=8E=8B?= =?UTF-8?q?=E7=BC=A9=20=E7=BF=BB=E8=AF=91=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be56b37..c8e0d80 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ - [ ] [附录:理解equals和hashCode方法](docs/book/Appendix-Understanding-equals-and-hashCode.md) - [ ] [附录:集合主题](docs/book/Appendix-Collection-Topics.md) - [ ] [附录:并发底层原理](docs/book/Appendix-Low-Level-Concurrency.md) -- [ ] [附录:数据压缩](docs/book/Appendix-Data-Compression.md) +- [x] [附录:数据压缩](docs/book/Appendix-Data-Compression.md) - [ ] [附录:对象序列化](docs/book/Appendix-Object-Serialization.md) - [ ] [附录:静态语言类型检查](docs/book/Appendix-Benefits-and-Costs-of-Static-Type-Checking.md) - [ ] [附录:成为一名程序员](docs/book/Appendix-Becoming-a-Programmer.md)