?? buildnojar.sh
字號(hào):
#!/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 -classpath ./:./bot.jar ViewURLCookie.java
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -