marion 4 년 전
부모
커밋
688221f336
16개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 0 0
      json_test.py
  2. 0 0
      jwt_test.py
  3. 0 0
      keygen/__init__.py
  4. 0 0
      keygen/snowflake.py
  5. 0 0
      md5_test.py
  6. 0 0
      pyTorch/__init__.py
  7. 0 0
      pyTorch/torch_auto_grad.py
  8. 0 0
      pyTorch/torch_get_start.py
  9. 0 0
      random_test.py
  10. 0 0
      spider/__init__.py
  11. 6 0
      spider/demo.py
  12. 0 0
      tensorflow/__init__.py
  13. 0 0
      tensorflow/test01.py
  14. 0 0
      tensorflow/test02.py
  15. 0 0
      tensorflow/test03.py
  16. 0 0
      tensorflow/test04.py

+ 0 - 0
test/json_test.py → json_test.py


+ 0 - 0
test/jwt.py → jwt_test.py


+ 0 - 0
test/__init__.py → keygen/__init__.py


+ 0 - 0
test/snowflake.py → keygen/snowflake.py


+ 0 - 0
test/md5_test.py → md5_test.py


+ 0 - 0
test/pyTorch/__init__.py → pyTorch/__init__.py


+ 0 - 0
test/pyTorch/torch_auto_grad.py → pyTorch/torch_auto_grad.py


+ 0 - 0
test/pyTorch/torch_get_start.py → pyTorch/torch_get_start.py


+ 0 - 0
test/random_test.py → random_test.py


+ 0 - 0
spider/__init__.py


+ 6 - 0
spider/demo.py

@@ -0,0 +1,6 @@
+import urllib3
+
+http = urllib3.PoolManager(num_pools=5, headers={'User-Agent': 'ABCDE'})
+
+resp1 = http.request('GET', 'https://www.baidu.com')
+print(resp1.data)

+ 0 - 0
tensorflow/__init__.py


+ 0 - 0
test/test01.py → tensorflow/test01.py


+ 0 - 0
test/test02.py → tensorflow/test02.py


+ 0 - 0
test/test03.py → tensorflow/test03.py


+ 0 - 0
test/test04.py → tensorflow/test04.py