|
| 1 | + |
| 2 | + |
1 | 3 | 
|
2 | 4 |
|
3 | 5 | ## 阅读需知:
|
|
319 | 321 | + [Java 并发](https://github.com/CyC2018/Interview-Notebook/blob/master/notes/Java%20%E5%B9%B6%E5%8F%91.md)
|
320 | 322 | + [Java 并发知识合集](https://github.com/CL0610/Java-concurrency)
|
321 | 323 |
|
| 324 | +#### Java并发工具类之LongAdder |
| 325 | + |
| 326 | ++ [Java并发工具类之LongAdder原理总结](https://github.com/aCoder2013/blog/issues/22) |
| 327 | ++ [Java8 Striped64 和 LongAdder](http://ifeve.com/java8-striped64-and-longadder/) |
| 328 | + |
322 | 329 | #### 线程池
|
323 | 330 |
|
324 | 331 | + [深入分析java线程池的实现原理](https://www.jianshu.com/p/87bff5cc8d8c)
|
|
463 | 470 |
|
464 | 471 | ## Spring MVC
|
465 | 472 |
|
| 473 | ++ [SpringMVC深度探险系列](http://www.iteye.com/blogs/subjects/springmvc-explore) |
| 474 | + |
| 475 | +#### **Servlet** |
| 476 | + |
466 | 477 | + [知乎:servlet的本质是什么,它是如何工作的?](https://www.zhihu.com/question/21416727)
|
467 | 478 | + [许令波:Servlet 工作原理解析](https://www.ibm.com/developerworks/cn/java/j-lo-servlet/index.html)
|
468 | 479 | + [Servlet生命周期与工作原理](https://www.cnblogs.com/cuiliang/archive/2011/10/21/2220671.html)
|
469 | | -+ **redirect和forward** |
470 | | - + [知乎:web开发过程中redirect和forward有什么区别?](https://www.zhihu.com/question/38013677) |
471 | | - + [请求转发(Forward)和重定向(Redirect)的区别](https://www.cnblogs.com/Qian123/p/5345527.html) |
472 | | -+ [SpringMVC深度探险系列](http://www.iteye.com/blogs/subjects/springmvc-explore) |
| 480 | + |
| 481 | +#### **redirect和forward** |
| 482 | + |
| 483 | ++ [知乎:web开发过程中redirect和forward有什么区别?](https://www.zhihu.com/question/38013677) |
| 484 | ++ [请求转发(Forward)和重定向(Redirect)的区别](https://www.cnblogs.com/Qian123/p/5345527.html) |
| 485 | + |
| 486 | +#### Spring MVC常用注解 |
| 487 | + |
| 488 | ++ [springmvc常用注解标签详解](https://www.cnblogs.com/leskang/p/5445698.html) |
| 489 | + |
| 490 | ++ [Spring MVC 的常用注解](https://blog.csdn.net/qian_ch/article/details/73826663) |
| 491 | + |
| 492 | +#### 面试相关 |
| 493 | + |
473 | 494 | + [SpringMVC面试题](https://www.w3cschool.cn/qgutf/)
|
474 | 495 |
|
475 | 496 | ## MyBatis
|
|
514 | 535 |
|
515 | 536 | + [Postman系列教程](https://www.jellythink.com/archives/category/tool-tutorials/postman)
|
516 | 537 |
|
| 538 | +#### 压力测试 |
| 539 | + |
| 540 | ++ Apache bench |
| 541 | ++ JMeter |
| 542 | + |
517 | 543 | ## Swagger
|
518 | 544 |
|
519 | 545 | ## Git
|
|
0 commit comments