Skip to content

Commit

Permalink
Update question bank
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyfive committed May 9, 2022
1 parent 69f2df6 commit 194696d
Show file tree
Hide file tree
Showing 26 changed files with 107 additions and 2 deletions.
2 changes: 0 additions & 2 deletions JavaWeb/JavaWeb复习文档.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@

**2、B/S体系结构**



**概念(名词解释)**:B/S即**浏览器/服务器**结构,客户端**不需要**开发任何用户界面,而**统一采用浏览器**,通过**Web浏览器向Web服务器发送请求**

**Web服务器进行处理**,并将处理结果逐级传回客户端。这种结构**利用不断成熟和普及的浏览器技术**实现原来需要复杂专用软件才能实现的强大功能,
Expand Down
Binary file added JavaWeb/习题答案/第10章.docx
Binary file not shown.
Binary file added JavaWeb/习题答案/第11章.docx
Binary file not shown.
Binary file added JavaWeb/习题答案/第1章.docx
Binary file not shown.
Binary file added JavaWeb/习题答案/第2章 .docx
Binary file not shown.
Binary file added JavaWeb/习题答案/第3章 .docx
Binary file not shown.
Binary file added JavaWeb/习题答案/第4章.docx
Binary file not shown.
Binary file added JavaWeb/习题答案/第5章 .docx
Binary file not shown.
Binary file added JavaWeb/习题答案/第6章.docx
Binary file not shown.
Binary file added JavaWeb/习题答案/第7章.docx
Binary file not shown.
Binary file added JavaWeb/习题答案/第8章.docx
Binary file not shown.
Binary file added JavaWeb/习题答案/第9章.docx
Binary file not shown.
Binary file added JavaWeb/考试试卷/自测试卷1.doc
Binary file not shown.
Binary file added JavaWeb/考试试卷/自测试卷2.doc
Binary file not shown.
Binary file added JavaWeb/考试试卷/自测试卷3.doc
Binary file not shown.
Binary file added JavaWeb/考试试卷/自测试卷4.doc
Binary file not shown.
Binary file added JavaWeb/考试试卷/自测试卷5.doc
Binary file not shown.
107 changes: 107 additions & 0 deletions JavaWeb/自测题库/ans.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
### 第1章

一、D D D A

二、

1. 客户端;服务器;浏览器;服务器
2. html;浏览器
3. .asp;.jsp;.php;html;.htm;.html;.shtml
4. 展示信息内容;进行业务逻辑的处理和与数据库的交互等
5. 动态和个性化的交流与互动

### 第2章

一、B C A B C ;B A B D C

二、

1. submit

2. \<form\>

3. \<input type="submit" value="submit"\>

4. \<br\>\<p\>\<title\>\<center\>

5. font-size: 16px

6. ```tex
黄鹤楼送孟浩然之广陵
故人西辞黄鹤楼,烟花三月下扬州。
孤帆远影碧空尽,唯见长江天际流
```

7. width="300px" height="200px"

8. ```css
<style>
a{
color:red;
font-size:15px;
font-family:"宋体";
}
</style>
```



9. ```html
<a href="www.baidu.com">百度</a>
```

10. ```html
<table width="318px" height="167px" border="1" align="center">
<caption>学生考试成绩单</caption>
<tr>
<td>姓名</td>
<td>语文</td>
<td>数学</td>
<td>英语</td>
</tr>
<tr>
<td>张三</td>
<td>89</td>
<td>92</td>
<td>87</td>
</tr>
</table>
```

### 第4章

一、C C A C A;A D A C D;

二、

1. 声明文件编码

2. 3种

3. include

4.

5. <%= %>

6. response

7. application

8. servlet

9. ```tex
id参数的值为:001
name参数的值为:null
```

10. ```tex
1 2
3 4
5 6
7 8
9 10
```



Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added JavaWeb/自测题库/第4章 走进JSP.docx
Binary file not shown.
Binary file added JavaWeb/自测题库/第5章 Servlet技术.docx
Binary file not shown.
Binary file not shown.
Binary file added JavaWeb/自测题库/第7章 数据库技术.docx
Binary file not shown.
Binary file not shown.

0 comments on commit 194696d

Please sign in to comment.