⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 buildnojar.bat

📁 < 网络机器人java编程指南>>的配套源程序
💻 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 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 GetSite.java

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -