- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
基于文档:
Compiled code to be executed by the Java virtual machine is represented using a hardware- and operating system-independent binary format, typically (but not necessarily) stored in a file, known as the class file format.
如何理解这一行:通常(但不一定)
。这是什么意思?我可以保存在 my file
或 hello file
之类的文件中,或者什么?
最佳答案
这意味着编译的类通常存储在文件中,但在某些系统中它们可能以其他方式存储(而不是在文件中)。
例如,使用 Oracle 数据库,可以用 Java 编写存储过程。这些存储过程将被编译,但不会保存在类文件中;相反,编译后的类存储在数据库中的某个位置。
关于java - 为什么Java类文件 "typically (but not necessarily)"存储在一个文件中?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9592939/
我的目标是拥有一个 Store其中包含各种 Entry项目。 Entry元素可以比商店本身生命周期更长,所以 Store保持 Vec ( playground ): struct Entry {
基于文档: Compiled code to be executed by the Java virtual machine is represented using a hardware- and
http://dev.mysql.com/doc/refman/5.5/en/innodb-consistent-read.html Note The snapshot of the database
关闭。这个问题是opinion-based 。目前不接受答案。 想要改进这个问题吗?更新问题,以便 editing this post 可以用事实和引文来回答它。 . 已关闭10 年前。 Improv
我有以下代码试图最小化对数似然函数。 #!/usr/bin/python import math import random import numpy as np from scipy.optimiz
我喜欢 JavaFX 和 SceneBuilder,但是当它们不在同一个文件夹中时,我就是不知道如何让 SceneBuilder 将我的 FXML View 与其 Java Controller 链接
我是一名优秀的程序员,十分优秀!