前言
近日补充学习了《Java并发编程艺术》这本书,精读后自己做出总结,把书读薄,能加深印象。
本章主要讲解了Java并发编程需要面对和解决的挑战:上下文切换的消耗,死锁 以及 资源的限制
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
1 | $ hexo new "My New Post" |
More info: Writing
1 | $ hexo server |
More info: Server
1 | $ hexo generate |
More info: Generating
1 | $ hexo deploy |
More info: Deployment