https://github.com/singgel/java-base
java-agent、jvm-access、jvm-classloader、jUnitPerf、Java基础算法;JAVA基础知识、枚举、反射、异常、泛型、集合、线程、代理;我的博客里面有相应的解释,以及动态的gif图片引导你理解
https://github.com/singgel/java-base
aio asm cglib clone collection compare enum hash hashcode juc lambda nio proxy reflect sor sorting-algorithms thread
Last synced: 7 months ago
JSON representation
java-agent、jvm-access、jvm-classloader、jUnitPerf、Java基础算法;JAVA基础知识、枚举、反射、异常、泛型、集合、线程、代理;我的博客里面有相应的解释,以及动态的gif图片引导你理解
- Host: GitHub
- URL: https://github.com/singgel/java-base
- Owner: singgel
- Created: 2018-06-22T07:08:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-06T08:37:48.000Z (almost 3 years ago)
- Last Synced: 2025-04-12T19:53:07.772Z (7 months ago)
- Topics: aio, asm, cglib, clone, collection, compare, enum, hash, hashcode, juc, lambda, nio, proxy, reflect, sor, sorting-algorithms, thread
- Language: Java
- Homepage: https://blog.csdn.net/column/details/24098.html
- Size: 1.29 MB
- Stars: 37
- Watchers: 4
- Forks: 27
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# java-base都是些
## JVM的基础知识
java-agent、在skywalking的APM监控中看到
jvm-access、在jvm的安全管理看到:https://blog.csdn.net/singgel/article/details/81873561
jvm-classloader、在spring热部署看到:https://blog.csdn.net/singgel/article/details/46867001
## JAVA测试知识:
jUnitPerf、在进行单元测试看到:https://blog.csdn.net/singgel/article/details/89399232
## JAVA基础知识:
枚举、在mybatis的映射思考得到:https://blog.csdn.net/singgel/article/details/79784190
反射、在rmi的思考中得到:https://blog.csdn.net/singgel/article/details/51682878
异常、
泛型、在java8的特性回顾中写到:https://blog.csdn.net/singgel/article/details/54289874
集合、在集合迭代时对集合进行修改抛ConcurrentModificationException原因的深究:https://blog.csdn.net/singgel/article/details/52416356
线程、在线程数多少合适时思考得到
代理、cglib的代理实现具体实现细节,asm包是怎么改变字节码的看到:https://blog.csdn.net/singgel/article/details/83185827
算法在我的博客里面有相应的解释,以及动态的gif图片引导你理解:https://blog.csdn.net/singgel/article/details/80335658