# Test

市盈率

**A股市盈率**(Price-to-Earnings Ratio,简称P/E)是衡量A股股票估值水平最常用的指标之一。

Test学习

我见识过的价值投资策略

https://www.v2ex.com/t/1239293

Test

idea

idea

Test 好用的软件

彩色边框loading

import styles from "./test.module.css"; export default fu

Test

常见工具 roadmap

Ubuntu https://ubuntu.com/about/release-cycle JDK https://ww

Test

spring boot项目使用sonarqube审核代码

https://www.sonarsource.com/products/sonarqube/deployment/ s

Test

hello oracle cloud

Test

JVM内存结构之三·堆中对象

这些类都定义在包中:jdk/src/hotspot/share/oops/ oop:ordinary object pointer # 零、oopDesc基类 0.1 对象访问定位 如果对象访问定位采用 句柄,那么句柄中 指向实例数据的指针应指向 oopDesc实例的地址,指向对象实例类型的指针仍指向方法区。 如果对象访问定为采用 直接指针,那么这个指针就是 oopDesc实例的地址。所以这时oopDesc实例中应有指向方法区中java对象类型的指针。 hostSpot使用直接指针定位对象。 0.2 oopDesc定义 // jdk/src/hotspo

Test学习

JVM内存结构之二·堆区

2.5 Heap The Java Virtual Machine has a heap that is shared among all Java Virtual Machine threads. The heap is the run-time data area from which memory for all class instances and arrays is allocated. The heap is created on virtual machine start-up. jvms里并没有规定object的内存结构,所以应该是交给

Test学习

JVM内存结构之一 程序计数器、虚拟机栈

jvms14 :Chapter 2. Data Types Run-Time Data Areas The PC Register Java Virtual Mechine Stacks Native Method Stacks Heap Method Area Run-Time Constant Pool This chapter gives an overview of the Java Virtual Machine architecture. 一、Data Types Like the Java programming language, the

Test学习