".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)'); } }) })
Linode相信大多数的站长还是比较熟悉的,这家知名的[美国主机](https://www.idcspy.com/)商,主推VPS,可以说是行业内的标杆,前一段时间官方重新更换云管理面板之后有些操作跟之前就有了些变化。不过对于Linode账户中如果我们有服务器希望转移到另一个账户要如何处理呢?本文给大家介绍一下。
第一步需要在当前有[Linode](/#)服务器的账户工单申请,希望将我们的当前服务器PUSH转移到另外一个账户。
![](https://www.idcspy.com/wp-content/uploads/2020/10/linode1.jpg)
第二步提交工单的时候要告知要转出的机器,以及对方的账户名称。
![](https://www.idcspy.com/wp-content/uploads/2020/10/linode2.jpg)
最后等待答复。一般会回复要求我们去要转入的Linode账户再提交工单。工单需要包含我们转出账户的工单ID,以及需要接入的账户名称和机器名称。
这样我们在提交第二个工单之后,等待回复。之后就可以将机器转移到新的Linode账户中。整个流程需要工单申请,希望能帮到您。
更多教程:[Linode教程](/#)"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/106757.html