".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)'); } }) })
[DigitalOcean](/#)旗下提供多种产品,有用户反应租用CPU-Optimized Droplets方案时间不到一个月,会不会支付整个月的费用?其实[DigitalOcean](https://www.idcspy.com/digitalocean.html "DigitalOcean")都是按小时收费,具体的收费标准小编也整理给大家。
支付的费用绝不会超过Droplet的每月费用。所有Droplet按小时计费,每月上限为672小时(4周内的小时数)。如果当月使用服务器的时间少于672小时,将按使用的每个小时付费。如果您当月使用服务器的时间超过672小时,您将按月付费。例如如果启动一个10美元/月的Droplet并使用它336小时,那么将需要支付5美元(按小时费率)。如果使用该Droplet700小时,则需要支付10美元(每月费率上限)。
CPU-Optimized Droplets方案:
CPU-Optimized Droplets提供2:1的内存与CPU比率。这种具有快速(2.6GHz+)专用vCPU的配置非常适合需要快速、一致性能的应用程序,例如媒体流、游戏和数据分析。CPU-Optimized Droplet的高级版本还提供高达10Gbps的出站网络速度和NVMeSSD。
购买地址:[www.digitalocean.com](https://go.idcspy.com/www.digitalocean.com/)
**CPUs**
**内存**
**月流量**
**硬盘**
**价格/月**
2 vCPUs
4GB
4000 GB
25GB SSD
$42
4 vCPUs
8GB
5000 GB
50GB SSD
$84
8 vCPUs
16GB
6000 GB
100GB SSD
$168
16vCPUs
32GB
7000 GB
200GB SSD
$336
32vCPUs
64GB
9000 GB
400GB SSD
$672
48 vCPUs
96GB
1100 GB
600GB SSD
$1,008"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/102613.html