from threading import Thread from selenium import webdriver from time import sleep def baidu_search(): dr = webdriver.Chrome() dr.get('https://www.bai ...
分类:
其他好文 时间:
2020-10-30 12:32:07
阅读次数:
21
在终端运行编译后的class文件时,如果你的java文件带有package,你需要加上一些东西去解释它。 下面是我遇到问题了,然后去问了下大佬。如果可以帮助到你,或者有疑问就可以@我 大佬的博客链接:http://sorie.top Recommonded reading: JAVA和JAVAC 命 ...
分类:
编程语言 时间:
2020-10-26 10:32:34
阅读次数:
24
什么是多线程 这里就不说什么高深莫测的专业术语了,一句话,在泡澡的同时喝咖啡。也就是说在代码中同时让多个区域的代码或者说函数同时运行以此达到提高效率的目的。 举个例子 很多人学习python,不知道从何学起。很多人学习python,掌握了基本语法过后,不知道在哪里寻找案例上手。很多已经做案例的人,却 ...
分类:
编程语言 时间:
2020-10-19 22:50:50
阅读次数:
25
Error writing to output file - write (28: No space left on device) [IP: 91.189.88.142 80] Fetched 18.4 MB in 18s (1028 kB/s) Reading package lists... ...
分类:
其他好文 时间:
2020-10-09 21:20:39
阅读次数:
26
51job多线程爬取指定职业信息数据 # datetime:2020/10/7 14:02 # 51job多线程 import requests import chardet from bs4 import BeautifulSoup import csv from openpyxl import ...
分类:
编程语言 时间:
2020-10-07 21:39:48
阅读次数:
43
转自:https://www.jianshu.com/p/d08e255312f9 简述:Builder 使用创建者模式又叫建造者模式。简单来说,就是一步步创建一个对象,它对用户屏蔽了里面构建的细节,但却可以精细地控制对象的构造过程。 基础使用 @Builder注释为你的类生成相对略微复杂的构建器A ...
分类:
其他好文 时间:
2020-09-23 23:57:52
阅读次数:
50
开发只给了一串字符串,要转化成RSA加密的结果。 找了一堆rsa加密的算法: # -*- coding: utf-8 -*- import rsa import base64 # 随机成一对密钥,然后保存.pem格式文件,也可以直接使用 (pubkey, privkey) = rsa.newkeys ...
分类:
编程语言 时间:
2020-09-18 03:19:11
阅读次数:
62
#摄影-Book-Reading notes-美国纽约摄影学院摄影教材-Uint3 Chapter 8 培养你的眼力 September 13, 2020 2:48 PM ##Unit3 ###Chapter 8 培养你的眼力 1.通过局部突出重点 - 传统的构图规则:用垂线把画面等分为三,把被摄主 ...
分类:
其他好文 时间:
2020-09-17 23:59:54
阅读次数:
42
一、Reading Some people have goals in life. For these people it is important to achieve their goals. As for my brother Billy, his goal in life is to mak ...
分类:
其他好文 时间:
2020-09-17 22:47:51
阅读次数:
19
一、Reading The dog is man's best friend. He can do many things for us. He can protect our homes. He can guide the blind. He is loyal to his master and ...
分类:
其他好文 时间:
2020-09-17 21:40:24
阅读次数:
37