网页发布tightvnc访问方式
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了网页发布tightvnc访问方式相关的知识,希望对你有一定的参考价值。
网页发布tightvnc访问方式Windows 客户端专用
注册表注册tvnviwer协议
- vi tvnviwer.reg
[HKEY_CLASSES_ROOT vnview]
@="URL:TVNVIEW"
"URL Protocol"=""
[HKEY_CLASSES_ROOT vnviewDefaultIcon]
@="C:\Program Files\TightVNC\tvnviewer.exe"
[HKEY_CLASSES_ROOT vnviewshell]
[HKEY_CLASSES_ROOT vnviewshellopen]
[HKEY_CLASSES_ROOT vnviewshellopencommand]
@="C:\Program Files\TightVNC\tvnviewer.exe"
- 直接运行注册到本机
编辑html网页支持tvnviewer协议
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<div>
<a href="tvnview://192.168.0.1"> vncview01 </a>
<a href="tvnview://192.168.0.2"> vncview02 </a>
</div>
</body>
</html>
以上是关于网页发布tightvnc访问方式的主要内容,如果未能解决你的问题,请参考以下文章
TightVNC 远程连接 windows 电脑连接访问 Mac 系统
在Tomcat的安装目录下conf目录下的server.xml文件中增加一个xml代码片段,该代码片段中每个属性的含义与用途