marion пре 4 година
родитељ
комит
688221f336

+ 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