Skip to content

Commit

Permalink
add books about Design Pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
7-sevens committed Mar 21, 2019
1 parent 7b065ef commit bbd9149
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
Binary file added Design_Pattern/HeadFirst设计模式.pdf
Binary file not shown.
Binary file added Design_Pattern/设计模式之禅.pdf
Binary file not shown.
Binary file not shown.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,20 @@
- [《TCP/IP详解-卷3》](./TCP/TCP_IP详解-卷3.pdf)



### HTTP

- [《图解HTTP》](./HTTP/图解HTTP.pdf)
- [《HTTP权威指南》](./HTTP/HTTP权威指南.pdf)
- [《Web性能权威指南》](./HTTP/Web性能权威指南.pdf)


---


## 编程思想相关书籍

### Design Pattern 设计模式

- [《HeadFirst设计模式》](./Design_Pattern/HeadFirst设计模式.pdf)
- [《设计模式之禅》](./Design_Pattern/设计模式之禅.pdf)
- [《设计模式:可复用面向对象软件的基础》](./Design_Pattern/设计模式:可复用面向对象软件的基础.pdf)

0 comments on commit bbd9149

Please sign in to comment.