⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 java.policy

📁 议程服务系统
💻 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 + -