摘要: 微博爬虫,selenium 阅读全文
posted @ 2018-08-13 22:39 cherryBruin 阅读(238) 评论(0) 推荐(0) 编辑
摘要: leetcode-回文数 简单模拟 python代码 阅读全文
posted @ 2018-04-08 17:45 cherryBruin 阅读(283) 评论(0) 推荐(0) 编辑
摘要: leecode-两数之和 阅读全文
posted @ 2018-04-08 17:14 cherryBruin 阅读(152) 评论(0) 推荐(0) 编辑
摘要: 1 # coding = utf-8 2 import json 3 import base64 4 import requests 5 # 以二进制打开图片文件 6 jjppgg = open('beautiful1.jpg', 'rb') 7 # 设置重连次数 8 requests.adapters.DEFAULT_RETRIES = 5 9 # 设置request的请求... 阅读全文
posted @ 2017-06-14 14:03 cherryBruin 阅读(334) 评论(0) 推荐(0) 编辑
摘要: java的Scanner用法。 一、屏幕输入。 Scanner scan = new Scanner (System.in); 这样可以直接在eclipse里面直接进行输入 二、从String里输入。 String g = "I love you!"; Scanner scan = new Scan 阅读全文
posted @ 2016-11-11 20:39 cherryBruin 阅读(135) 评论(0) 推荐(0) 编辑