摘要: import os, sys, inspect, traceback# print(os.path.basename(__file__)) # 文件名# print(inspect.stack()[1][3]... 阅读全文
posted @ 2019-07-24 10:58 殇夜00 阅读(9) 评论(0) 推荐(0)
摘要: 1. CNN-RNN中文文本分类,基于TensorFlowhttps://github.com/gaussic/text-classification-cnn-rnn2. 功能比Scrapy强,却使用最方便的Ge... 阅读全文
posted @ 2019-07-24 10:52 殇夜00 阅读(8) 评论(0) 推荐(0)
摘要: 文档网址: https://ai.baidu.com/docs#/OCR-API/top 百度ai平台, 文字识别,人脸识别, 图片识别 很多, 还是很牛的,具体请看文档吧 # coding=utf-8i... 阅读全文
posted @ 2019-07-24 10:51 殇夜00 阅读(9) 评论(0) 推荐(0)
摘要: flask封装:# coding=utf-8from flask import Flask, request, jsonifyfrom man_man_buy import return_hiestory_pri... 阅读全文
posted @ 2019-07-24 10:49 殇夜00 阅读(47) 评论(0) 推荐(0)
摘要: #! /uer/bin/evn python3# -*- coding: utf-8 -*-import requests, json, time, randomfrom random_ip_01 import ... 阅读全文
posted @ 2019-07-24 10:47 殇夜00 阅读(12) 评论(0) 推荐(0)
摘要: 淘宝: 》》 两种方法第一种 (selenium+火狐 +控制鼠标): #! /uer/bin/evn python3# -*- coding: utf-8 -*-from selenium.webdriver ... 阅读全文
posted @ 2019-07-24 10:47 殇夜00 阅读(8) 评论(0) 推荐(0)
摘要: # -*- coding: utf-8 -*-from selenium.webdriver import DesiredCapabilities# from pyvirtualdisplay import Di... 阅读全文
posted @ 2019-07-24 10:46 殇夜00 阅读(9) 评论(0) 推荐(0)
摘要: 网站:https://www.jidaihome.com入口:助手个人中心 -- https://www.jidaihome.com/officer/#/login输入账号。输入密码打开谷歌浏览器F12再点击登陆... 阅读全文
posted @ 2019-07-24 10:35 殇夜00 阅读(26) 评论(0) 推荐(0)