Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6914f4b

Browse files
添加java8增加的并发工具类LongAdder
1 parent e52c4fa commit 6914f4b

File tree

1 file changed

+30
-4
lines changed

1 file changed

+30
-4
lines changed

‎README.md‎

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
2+
13
![](https://img1.doubanio.com/view/photo/large/public/p1816568308.webp "千与千寻剧照" )
24

35
## 阅读需知:
@@ -319,6 +321,11 @@
319321
+ [Java 并发](https://github.com/CyC2018/Interview-Notebook/blob/master/notes/Java%20%E5%B9%B6%E5%8F%91.md)
320322
+ [Java 并发知识合集](https://github.com/CL0610/Java-concurrency)
321323

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+
322329
#### 线程池
323330

324331
+ [深入分析java线程池的实现原理](https://www.jianshu.com/p/87bff5cc8d8c)
@@ -463,13 +470,27 @@
463470

464471
## Spring MVC
465472

473+
+ [SpringMVC深度探险系列](http://www.iteye.com/blogs/subjects/springmvc-explore)
474+
475+
#### **Servlet**
476+
466477
+ [知乎:servlet的本质是什么,它是如何工作的?](https://www.zhihu.com/question/21416727)
467478
+ [许令波:Servlet 工作原理解析](https://www.ibm.com/developerworks/cn/java/j-lo-servlet/index.html)
468479
+ [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+
473494
+ [SpringMVC面试题](https://www.w3cschool.cn/qgutf/)
474495

475496
## MyBatis
@@ -514,6 +535,11 @@
514535

515536
+ [Postman系列教程](https://www.jellythink.com/archives/category/tool-tutorials/postman)
516537

538+
#### 压力测试
539+
540+
+ Apache bench
541+
+ JMeter
542+
517543
## Swagger
518544

519545
## Git

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /