servlets.properties
来自「初期JAVA学习非常有用的资料。帮助深入了解API。特别是Applet。」· PROPERTIES 代码 · 共 22 行
PROPERTIES
22 行
# This file contains the properties for the Duke's Bookstore servlets.# Duke's Book Store -- main pagebookstore.code=BookStoreServlet# View all the books in the bookstorecatalog.code=CatalogServlet# Show information about a specific bookbookdetails.code=BookDetailServlet# See the books that you've chosen to buyshowcart.code=ShowCartServlet# Collects information for buying the chosen bookscashier.code=CashierServlet# Provide a receipt to the user who's bought booksreceipt.code=ReceiptServlet
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?