?? servlet.properties
字號:
# This file contains the properties for the Duke's Bookstore servlets.# Duke's Book Store -- main pageservlet.bookstore.code=BookStoreServlet # The servlet that manages the database of booksservlet.bookdb.code=database.BookDBServlet # View all the books in the bookstoreservlet.catalog.code=CatalogServlet # Show information about a specific bookservlet.bookdetails.code=BookDetailServlet # See the books that you've chosen to buyservlet.showcart.code=ShowCartServlet # Collects information for buying the chosen booksservlet.cashier.code=CashierServlet # Provide a receipt to the user who's bought booksservlet.receipt.code=ReceiptServlet
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -