".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)'); } }) })
云服务器镜像可以简单理解为云服务器的“装机盘”,能够帮助用户快速创建合适的运行环境。本文以[腾讯云](/#)服务器镜像为例,那么腾讯云服务器镜像类型有哪些?该如何选择?下面一起来了解下。
**腾讯云提供的镜像包括以下几种:**
* 公有镜像:所有用户均可使用,涵盖大部分主流操作系统。自由选择(如:基于Linux类型系统或Windows 类型系统),并定期更新。暂无使用限制。
* 服务市场镜像:所有用户均可使用,除操作系统外还集成了某些特定应用程序,如PHP、Java、FTP、Nginx、Docker、[WordPress](/#)、Discuz 等常用的热门软件环境。仅支持中国大陆地域使用。
* 自定义镜像:仅创建者和共享对象可以使用,由现有运行的实例创建而来或由外部导入而来。每个地域下最多支持10个自定义镜像。
* 共享镜像:由其他用户共享而来的镜像,仅能用作创建实例。每个自定义镜像最多可共享给50个腾讯云用户。镜像共享仅支持共享到对方账户相同地域下。
**腾讯云服务器镜像应用:**
1、部署特定软件环境
使用共享镜像、自定义镜像、服务市场镜像都能帮助快速搭建特定的软件环境,免去了自行配置环境、安装软件等繁琐且耗时的工作,并能满足建站、应用开发、可视化管理等多种个性化需求,让云服务器“即开即用”,省时方便。
2、批量部署软件环境
通过对已经部署好环境的云服务器实例制作镜像,然后在批量创建云服务器实例时使用该镜像作为操作系统,云服务器实例创建成功之后便具有和之前云服务器实例一致的软件环境,以此达到批量部署软件环境的目的。
3、服务器运行环境备份
对一台腾讯云服务器实例制作镜像备份运行环境。若该云服务器实例使用过程中因软件环境被损坏而无法正常运行,则可以使用镜像恢复。"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/103257.html