上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 17 下一页
摘要: # coding=utf-8# 冒泡排序'''冒泡排序算法的运作如下:比较相邻的元素。如果第一个比第二个大(升序),就交换他们两个。对每一对相邻元素作同样的工作,从开始第一对到结尾的最后一对。这步做完后,最后的元... 阅读全文
posted @ 2019-07-25 18:00 殇夜00 阅读(6) 评论(0) 推荐(0)
摘要: # coding=utf-8from PIL import Imagedef color_picture(filepath): print('修改截图颜色。。。') # 图片放大 img = I... 阅读全文
posted @ 2019-07-25 17:57 殇夜00 阅读(13) 评论(0) 推荐(0)
摘要: 原文:https://www.cnblogs.com/hushaojun/p/6944668.htmlfiddler自动保存请求报文先来看一张自动保存的请求片段 重点来了,下面是实现的js代码操作步骤Fidd... 阅读全文
posted @ 2019-07-25 17:24 殇夜00 阅读(25) 评论(0) 推荐(0)
摘要: def datetime_str(today): # today = datetime.date.today() print(today) print(type(today)) print... 阅读全文
posted @ 2019-07-25 17:01 殇夜00 阅读(13) 评论(0) 推荐(0)
摘要: 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)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 17 下一页