10 2021 档案
摘要:Java字符串常量放在方法区中,同一个字符串会被不同的类引用。 public class Test{ public static void main(String[] args) { Person p= new Person(); p.name="xiaoming"; p.age=12; MyToo
阅读全文
摘要:一、什么是Coverage Coverage是OGC提出的一种表达地理现象的通用数据模型。Coverage可以理解为时空域与属性域之间的映射函数。 A coverage is a feature that associates positions within a bounded space (it
阅读全文