This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
contribute
Sync branch
Cancel
Notice: Creating folder will generate an empty file .keep, because not support in Git
Loading...
README

说明

  • 课堂代码主要在 case_java8 子模块内,按章节划分,例如
    • cn.itcast.n2 中是第二章的代码
    • cn.itcast.n3 中是第三章的代码
    • ...
    • cn.itcast.pattern 是介绍多线程设计模式的代码
    • cn.itcast.test 是视频中实时敲的代码,其实在前面章节中都有
  • jmh_performance 子模块
    • 使用了 JMH,演示多线程提升性能的代码
  • jmh_eliminate_locks 子模块
    • 使用了 JMH,演示锁消除
  • jcstress_ordering 子模块
    • 使用了 jcstress,演示指令重排序
  • case_java7
    • 演示与 java7 相关的代码
  • case_tomcat 子模块
    • 演示自定义 tomcat
  • case_monitor 子模块
    • 演示多种设计模式的综合案例
    • balking
    • 两阶段终止

Empty file

About

Java高级部分知识练习demo expand collapse
Java and 2 more languages
Cancel

Releases

No release

Contributors

All

Activities

can not load any more
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化