dbms_primeidc/extdbms/writeable/cache/dbms.gearlist.index_b8bb0f02cb93baffca7c68fea202ae9dadb59465.bladec
2025-04-23 14:09:36 +09:00

32 lines
2.1 KiB
Plaintext

* CPU 명칭 : 싱글 코어 = 1개 코어 / 듀얼 코어 = 2개 코어 / 트리플 코어 = 3개 코어 / 쿼드 코어(Q) = 4개 코어 / 헥사 코어(H) = 6개 코어 / 옥타 코어(O) = 8개 코어 / 도데카(D) = 12개 코어 <!--(AMD CPU일 경우 옵테론 코어)--> / 헥사데시멀 코어 = 16개코어<br>
* 도쿄 회선 + 1U상면비 : 60만원 (50+10) / 치바 회선 + 1U상면비 : 40만원 (30+10)<br>
* HDD : 1단위당 일회성 10만원 / 메모리 : 2G당 1회성 5만원 / 방어서비스 : CS방어 40만원 , BL상시 60만원 , CS-Pre상시 300만원 , CF방어 도메인당 40만원 , 인증방어 사이트당 80만원(+유동CS4개 기본)
<table class="table table-bordered table-hover table-striped" style="text-align:center;">
<thead>
<tr>
<td>구분</td>
<td>장비사양</td>
<td>CPU모델명</td>
<td>임대가격</td>
<td>전체서버</td>
<td>임대중</td>
<td>사용가능</td>
<td>포맷보류</td>
</tr>
</thead>
<tbody>
<?php $__currentLoopData = $entities; $this->addLoop($__currentLoopData);$this->getFirstLoop();
foreach($__currentLoopData as $key => $entity): $loop = $this->incrementLoopIndices(); ?>
<tr>
<td><?php echo \htmlentities($entity->getProcess()??'', ENT_QUOTES, 'UTF-8', false); ?></td>
<td><?php echo \htmlentities($entity->getSpec()??'', ENT_QUOTES, 'UTF-8', false); ?></td>
<td><a href="https://www.google.co.jp/search?q=<?php echo \htmlentities($entity->getCPUName()??'', ENT_QUOTES, 'UTF-8', false); ?>" target="_blank"><?php echo \htmlentities($entity->getCPUName()??'', ENT_QUOTES, 'UTF-8', false); ?></a></td>
<td><?php echo \htmlentities($entity->getPrice()??'', ENT_QUOTES, 'UTF-8', false); ?> 만원</td>
<td><?php echo \htmlentities($entity->all??'', ENT_QUOTES, 'UTF-8', false); ?> 대</td>
<td><?php echo \htmlentities($entity->use??'', ENT_QUOTES, 'UTF-8', false); ?> 대</td>
<td><?php echo \htmlentities($entity->empty??'', ENT_QUOTES, 'UTF-8', false); ?> 대</td>
<td><?php echo \htmlentities($entity->format??'', ENT_QUOTES, 'UTF-8', false); ?> 대</td>
</tr>
<?php endforeach; $this->popLoop(); $loop = $this->getFirstLoop(); ?>
</tbody>
</table>