We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cc20bc commit d9971a1Copy full SHA for d9971a1
src/main/java/MultiSpider.java
@@ -12,7 +12,7 @@
12
13
public class MultiSpider {
14
15
- private int threadNum = 1;
+ private int threadNum = 10;
16
private ExecutorService service;
17
private String username;
18
private String password;
@@ -53,6 +53,6 @@ public MultiSpider thread(int num) {
53
54
public static void main(String[] args) {
55
MultiSpider spider = new MultiSpider();
56
- spider.create("tanghaodong25@163.com", "thd04180015").run();;
+ spider.create("tanghaodong25@163.com", "***").run();
57
}
58
0 commit comments