".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)'); } }) })
Hostinger是一家便宜虚拟主机提供商,旗下产品包括共享虚拟主机、[WordPress主机](https://www.idcspy.com/wordpress-hosting.html "WordPress主机")、云主机、VPS主机等。Hostinger国外VPS有多种不同配置产品可供选择,随着项目的增长,您可能希望增加VPS服务器的资源数量——这可以通过升级轻松实现。本教程主要介绍下Hostinger国外VPS服务器升级的方法步骤。
[Hostinger](/#)国外VPS服务器自带功能强大且易于使用的hPanel仪表板,您可登录到Hostinger账号,然后选择VPS,选择VPS订单,访问hPanel控制面板。
![](https://www.idcspy.com/wp-content/uploads/2023/04/zj1.png)
在Hostinger[国外VPS](/#)订单管理界面,点击Server Usage查看服务器资源使用情况。
![](https://www.idcspy.com/wp-content/uploads/2023/04/zj2.png)
这里您可以查看服务器在过去24小时、过去1周、上个月甚至去年的资源使用情况。在周期下方,您将看到几个图表,其中包含您的计划的主要指标(如输出流量、内存、磁盘空间、平均负载、CPU使用率等)。
![](https://www.idcspy.com/wp-content/uploads/2023/04/zj3.png)
![](https://www.idcspy.com/wp-content/uploads/2023/04/zj4.png)
如果您发现当前正在使用的Hostinger国外VPS服务器资源已无法满足业务增长需要,则可按需升级VPS计划,如在VPS管理界面,点击Upgrade VPS按钮升级服务器。
![](https://www.idcspy.com/wp-content/uploads/2023/04/zj5.png)
以上是Hostinger国外VPS服务器升级配置的方法步骤介绍,Hostinger主机控制面板带有用户友好的直观界面,您只需点击几下便可轻松管理服务器、网站、数据库等。"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/103063.html