buildnojar.bat
来自「< 网络机器人java编程指南>>的配套源程序」· Batch 代码 · 共 11 行
BAT
11 行
@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 script will compile a bot example without the
echo 'bot.jar' file being part of the system CLASSPATH.
echo This script assumes that the bot.jar file is located
echo in the current directory.
javac -classpath ./;./bot.jar SecureGET.java
:./bot.jar SecureGET.java
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?