".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)'); } }) })
[FastComet](/#)主机租用之后,建站之后出现被黑或者中木马的情况,需要恢复数据库,而JetBackup提供了一个易于使用的界面来恢复数据库。可以将数据库备份功能定位为 cPanel 中 JetBackup 部分的一部分。具体操作方法如下:
通过 [FastComet](https://www.idcspy.com/fastcomet.html "FastComet") 的 cPanel 访问数据库备份:
![](https://www.idcspy.com/wp-content/uploads/2022/06/jbdb1.png)
默认情况下,JetBackup 不包含在 cPanel 中,如果使用不同的托管服务提供商托管您的网站,帐户中可能会缺少 JetBackup。所有 FastComet 客户都应在其主机帐户的cPanel中看到JetBackup部分。
要继续恢复过程,请选择您希望恢复的数据库,然后单击恢复。
![](https://www.idcspy.com/wp-content/uploads/2022/06/jbdb2.png)
根据数据库的大小,此过程可能需要几分钟。同时,可以在 etBackup的队列部分跟踪进程的进度。当数据库恢复时,将显示一条消息,通知该过程已完成。"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/103669.html