".extra-menu { background-color: #f3f3f3; padding: 20px; } .extra-menu .extra-menu-h { height: 36px; } .extra-menu .extra-menu-h h3 { display:inline-block; } .extra-menu ul a{ text-decoration: none; } .extra-menu .menu-child { text-indent: 4em; } .extra-menu .menu-child:before { left: 4em; } .extra-menu .extra-menu-h h3 { line-height: 36px; } .collapse-toggle { float: right; cursor: pointer; user-select: none; display: inline-flex; align-items: center; font-size: 14px; } .collapse-toggle img { width: 30%; transform: rotate(180deg); } .collapse-content { margin-bottom: 0px !important; margin-top: 20px !important; overflow: hidden; max-height: 0; transition: max-height 0.3s ease-out; } .collapse-content.expanded { max-height: 1000px; /\* 设置一个足够大的值,确保内容可以完全展开 \*/ } .ph-id { position: relative; top: -90px; } jQuery(document).ready(function( $ ) { $('.collapse-toggle').on('click',function(){ var content = document.querySelector('.collapse-content'); content.classList.toggle('expanded'); if (content.classList.contains('expanded')) { $(this).find('div').text('收起'); $(this).find('img').css('transform','rotate(180deg)'); } else { $(this).find('div').text('展开'); $(this).find('img').css('transform','rotate(0deg)'); } }) })
VirMach是一家[美国主机](https://www.idcspy.com/)商,在国内站长中间口碑是非常不错的,以提供便宜的美国VPS而备受站长青睐,一直以来提供非常实惠的便宜主机,使用的人数是非常多的,在前几天有朋友就咨询小编,不知道如何在Linux上查看自己的桌面。接下来,小编就将教程跟大家讲解一下。
![](https://www.idcspy.com/wp-content/uploads/2021/04/virmach.jpg)
只需转到您的[VirMach](/#)服务的“查看详细信息”部分,然后向下滚动,您会看到有三个“选项卡”列出了您的服务器信息。其中一个按钮是“查看桌面”按钮。
你可以点击这个按钮,一旦你看到它,它会打开一个新的标签,你必须输入你的密码。创建虚拟专用网时,您一定选择了桌面选项。
您可以返回到solutionsvm或您的服务页面,用Ubuntu 14.04 w/ VNC操作系统重新安装您的服务器,这将允许您使用此功能。"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/105430.html