?? 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, resolve";
// 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 + -