java之program arguments与VM arguments
摘要:program arguments 中的值作为 args[] 的参数传入的,而 VM Arguments 是设置的虚拟机的属性。program arguments 是要传给你的应用程序的,它通过主函数中的 args 来传值。 VM arguments是系统的属性,要传给 java 虚拟机的。 如图:
阅读全文
posted @ 2020-02-29 13:50
posted @ 2020-02-29 13:50
posted @ 2020-02-26 15:51
posted @ 2020-02-15 00:24
posted @ 2020-02-05 15:36
posted @ 2020-02-05 15:33
posted @ 2020-02-04 17:46