We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf88de4 commit 056bc7aCopy full SHA for 056bc7a
README.md
@@ -0,0 +1,11 @@
1
+# 代码池
2
+
3
+保存平时写的demo、工具类、小项目,用来以后脑子短路忘掉了,或者想要知道曾经自己的代码是多么low的时候使用。
4
5
6
+## 目录
7
+### java相关
8
+* [【工具类】HTTP请求工具类(apache httpclient)](https://github.com/LittleLory/codePool/blob/master/java/apache_HttpClient_PoolManager_demo.java)
9
10
+### python相关
11
+* [【小项目】汽车之家爬虫(scrapy)](https://github.com/LittleLory/codePool/tree/master/python/autohome_spider)
0 commit comments