📄 runnojar.sh
字号:
#!/bin/sh# *UNIX* Run script from the book:# Programming Spiders, Bots and Aggregators in Java# This script is designed to run the example contained in# this directory. 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.java -classpath ./:./bot.jar GetSite $1
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -