10 2019 档案

摘要:#!/usr/bin/local/python# -*- coding: utf-8 -*-import socketimport websocketfrom websocket import _app as WebsocketAppfrom websocket import _socket as 阅读全文
posted @ 2019-10-08 11:11 allenbackpacker
摘要:这是为 tenant 注册用户, 发送 post 请求 daxing_url.txt 样例: http://192.168.3.100:8880/deepglint/0.jpg.1009http://192.168.3.100:8880/deepglint/0.jpg.101http://192.1 阅读全文
posted @ 2019-10-03 08:47 allenbackpacker
摘要:import requestsimport time############ 向 importer 发送图片 url ##################### 所有 url 保存在 url 文件中 ################ 起始号码urlFile = 'D:\\PythonProject1\\daxing_allpic_new.txt'outputFile = 'D:\\PythonP... 阅读全文
posted @ 2019-10-03 08:36 allenbackpacker