runnojar.sh

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

SH
11
字号
#!/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 + =
减小字号Ctrl + -
显示快捷键?