mirror of
https://gitee.com/coder-xiaomo/notes
synced 2025-09-11 05:21:39 +08:00
build
This commit is contained in:
@@ -28,9 +28,11 @@ iframe {
|
||||
|
||||
√ **for与foreach关系**
|
||||
|
||||
::: details for与foreach关系
|
||||
> foreach虽然是for循环的简化版本,但是并不是说foreach就比for更好用,foreach适用于循环次数未知,或者计算循环次数比较麻烦情况下使用效率更高,但是更为复杂的一些循环还是需要用到for循环效率更高。
|
||||
>
|
||||
> foreach不支持在循环中添加删除操作,因为在使用foreach循环的时候数组(集合)就已经被锁定不能被修改,否则会报java.util.ConcurrentModificationException异常。 在固定长度或长度不需要计算的时候for循环效率高于foreach. 在不确定长度,或计算长度有性能损耗的时候,用foreach比较方便。
|
||||
:::
|
||||
|
||||
[P136-146] **Listener监听器的作用**(书上第9章,request,session,application,……)
|
||||
|
||||
@@ -44,15 +46,18 @@ iframe {
|
||||
|
||||
**容器,集合类**(**List集合**、**set集合** 元素怎么添加 遍历 迭代(迭代器的使用)....)
|
||||
|
||||
::: details 容器集合类、迭代
|
||||
> 容器集合类:https://www.cnblogs.com/goody9807/p/6441114.html
|
||||
>
|
||||
> 迭代:https://www.runoob.com/java/java-iterator.html
|
||||
:::
|
||||
|
||||
**字符串**(**处理函数** 不会考:时间日期格式化函数、字符串生成器)
|
||||
|
||||
> Java字符串处理函数汇总:https://blog.csdn.net/qq_27574367/article/details/88546343
|
||||
>
|
||||
> <iframe src="https://blog.csdn.net/qq_27574367/article/details/88546343"></iframe>
|
||||
::: details Java字符串处理函数汇总(CSDN)
|
||||
[https://blog.csdn.net/qq_27574367/article/details/88546343](https://blog.csdn.net/qq_27574367/article/details/88546343)
|
||||
<iframe src="https://blog.csdn.net/qq_27574367/article/details/88546343"></iframe>
|
||||
:::
|
||||
|
||||
-----
|
||||
|
||||
@@ -365,7 +370,7 @@ IO请求 概念实现过程
|
||||
|
||||
算法5种设计类 算法设计思想、解题步骤
|
||||
|
||||
|
||||
::: details 五种算法设计思想
|
||||
|
||||
> 1、递归 [https://www.iamshuaidi.com/272.html](https://www.iamshuaidi.com/272.html)
|
||||
>
|
||||
@@ -377,6 +382,7 @@ IO请求 概念实现过程
|
||||
>
|
||||
> 5、动态规划 [https://www.iamshuaidi.com/275.html](https://www.iamshuaidi.com/275.html)
|
||||
|
||||
:::
|
||||
|
||||
|
||||
从不同的角度问(概念,设计要素)
|
||||
@@ -579,7 +585,9 @@ DHCP功能
|
||||
|
||||
**5 每章作业**
|
||||
|
||||
|
||||
### 题型
|
||||
|
||||
::: details 题型
|
||||
|
||||
一、计算机网络基础知识(每小题5 分,共40分)
|
||||
|
||||
@@ -588,5 +596,4 @@ DHCP功能
|
||||
三、 计算机网络系统设计(共30分 16+14)
|
||||
|
||||
四、 计算机网络工具使用(共10分)
|
||||
|
||||
|
||||
:::
|
Reference in New Issue
Block a user