📄 java.policy
字号:
grant {
// Allows RMI clients to make socket connections to the
// public ports on any host.
// If you start the RMIregistry on a port in this range, you
// will not incur a esolve access violation.
permission java.net.SocketPermission "*:1024-65535",
"connect,accept";
// Permits socket access to port 80, the default HTTP port -
// needed by client to contact an HTTP server for stub
// downloading.
permission java.net.SocketPermission "*:80","connect";
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -