readme.txt
来自「ssd7考试exam3,绝对有用~欢迎下载」· 文本 代码 · 共 18 行
TXT
18 行
1.The answer of part1 and part2 are in the exam3.txt.
2.The alterDBexam3.sql is used to create a table in the database.
3.I modified the bookdetails.jsp with adding following statment:
<form method="post" action="servlet/AddToFavoriteController">
<input type="Submit" value="Add to my favorite"><br>
</form>
This is used for create a new button ,clicking it to call the sevlet
AddToFavoriteController.java to adding the favorite book
into the database.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?