python differ from c++
缩进代替中括号 冒号代替() score = 63 if score >= 60: print(\'You passed!\') while a != 0: #a不等于0就一直做 print \"please input\" ...
缩进代替中括号 冒号代替() score = 63 if score >= 60: print(\'You passed!\') while a != 0: #a不等于0就一直做 print \"please input\" ...
JVM初探 1、JVM的位置 2、JVM体系结构 本地方法接口:JNI(Java Native Interface) 3、类加载器 作用:加载Class文件。 1、虚拟机自带的加载器 2、启动类(根)加载器【...
摘要 经常看到各种轻GC、重GC叫法混乱,未免在学习JVM的过程中造成阻碍,这边引用《深入理解Java虚拟机》中对GC的定义。 正文 在《深入理解Java虚拟机》中对这些GC的名称进行了明确的定义。 部分收集(Partial GC):不是完...