constants.java
来自「爬虫 JAVA 版本的爬虫 JAVA 版本的」· Java 代码 · 共 19 行
JAVA
19 行
/*
* Created by IntelliJ IDEA.
* User: Michael Mason
* Date: Jun 5, 2002
* Time: 6:43:04 PM
* To change template for new interface use
* Code Style | Class Templates options (Tools | IDE Options).
*/
package weblech.spider;
public interface Constants
{
/** How often to check the queue status */
int QUEUE_CHECK_INTERVAL = 500;
/** How long to pause for threads to finish before exitting */
int SPIDER_STOP_PAUSE = 500;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?