📄 build.sh
字号:
#!/bin/sh# *UNIX* Build script from the book:# Programming Spiders, Bots and Aggregators in Java# This script is designed to build any example program# from the book. This file assumes that the required# bot.jar file is located in the current directory.# if the bot.jar file is part of the system CLASSPATH# then the classpath portion of the below command can# be removed.javac GetSite.java
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -