2024年5月11日

jvm调优参数

摘要: 目录1.java进程命令行启动2.java调优参数3. 说明4.垃圾回收算法5.复制算法过程6.垃圾对象的定义7.引用和可触及性的强度8.STW 1.java进程命令行启动 java [-options] main_class_name [args...] 2.java调优参数 JVM的-X参数是非 阅读全文

posted @ 2024-05-11 13:47 ccblblog 阅读(3) 评论(0) 推荐(0) 编辑

git文档

摘要: git 常用命令。 创建SSH Key ssh-keygen -t rsa -C "youremail@example.com" 配置用户信息 git config --global user.name "Your Name" git config --global user.email "emai 阅读全文

posted @ 2024-05-11 13:42 ccblblog 阅读(14) 评论(0) 推荐(0) 编辑

导航