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

📄 index.html

📁 JAVA版vpn客户端,是在web上实现远程访问的最佳方式.
💻 HTML
字号:
<!--      index.html - an example HTML page for TightVNC Java viewer applet, to be     used with a standalone Web server running on the same machine where the     TightVNC server is running. Before using this example, please MAKE SURE     to check the following:     * the value of the PORT parameter should be set correctly (normally, the       port number is 5900 + display number);     * the CODE and ARCHIVE attributes of the <APPLET> tag should point to       the correct directory (this example assumes that this page is in the       same directory with .jar and .class files);     * the WIDTH and HEIGHT attributes of the <APPLET> tag correspond to the       actual desktop size on the server (height should be increased to leave       enough space for the button panel).--><HTML><TITLE>TightVNC desktop</TITLE><APPLET CODE="VncViewer.class" ARCHIVE="VncViewer.jar"        WIDTH="800" HEIGHT="632"><PARAM NAME="PORT" VALUE="5901"></APPLET><BR><A href="http://www.tightvnc.com/">TightVNC site</A></HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -