".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)'); } }) })
[Hostwinds VPS](/#)如果出现远程连接不上情况,首先我们可以先检查下输入的登录详细信息是否正确无误,如果登录信息没有错,IP地址也能正常使用,那么有可能是网络设置问题导致远程连接失败,这时可在后台尝试重置下VPS网络。下面就来看下如何修复Hostwinds VPS网络连接问题。
1、首先,登录到Hostwinds账户。
2、接下来导航到Cloud Control 下拉菜单并选择Cloud Portal。
![](https://www.idcspy.com/wp-content/uploads/2021/06/hostwinds.jpg)
3、选择您要修复的实例。
![](https://www.idcspy.com/wp-content/uploads/2021/06/hostwinds1.jpg)
4、选择操作下拉菜单并选择重新生成网络选项。
![](https://www.idcspy.com/wp-content/uploads/2021/06/hostwinds2.jpg)
5、将出现一个确认页面,将会有相关介绍,确认无误后点击“Confirm”按钮进行重置。
![](https://www.idcspy.com/wp-content/uploads/2021/06/hostwinds3.jpg)
相关阅读:《[Hostwinds VPS利用Termius远程连接登陆SSH的教程](/#)》"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/105888.html