build.bat

来自「< 网络机器人java编程指南>>的配套源程序」· Batch 代码 · 共 9 行

BAT
9
字号
@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 + =
减小字号Ctrl + -
显示快捷键?