?? build.bat
字號:
@echo off
rem Example *Windows* build script for the book:
rem Programming Spiders, Bots and Aggregators
rem by Jeff Heaton(heatonj@heat-on.com)
echo This build script assumes that the file 'bot.jar'
echo is in the CLASSPATH. You may also try buildNOJAR to
echo use the 'bot.jar' located in this directory.
javac GetSite.java
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -