본문 바로가기

카테고리 없음

2020-06-16 16시 개발자 글 모음 | "MiB와 MB는 어떻게 다른가? - " 외 3개 이야기

Elastic Observability 를 이용한 Azure 모니터링 by 김종민 about Azure,Cloud

  • az network nsg rule create --resource-group o11y-az --nsg-name o11y-az-sec /
  • az network nsg rule create --resource-group o11y-az --nsg-name o11y-az-sec /
  • az network vnet create --resource-group o11y-az --name o11y-az-vn /


#BlackLivesMatter — Vue.js 6월 소식들 by 안정우 about Vue

  • Follow all the topics you care about
  • and we’ll deliver the best stories for you to your homepage and inbox


SpringBoot with Kotlin에서 JpaRepository default method 구현에 따른 오류 by 이상배 about Spring Boot,Spring,Kotlin

  • state : AccountState ) : Optional < Account > fun findByIdOnActive ( id : Long ) : Optional < Account > { return this
  • AccountState state ) ; default Optional < Account > findByIdOnActive ( Long id ) { return this
  • states : Set < AccountState > ) : Optional < Account > } @Service class AccountService ( val accountRepository : AccountRepository ) { fun findByIdAndStateIn ( id : Long


MiB와 MB는 어떻게 다른가? - 서버 모니터링 by 이동인

  • 1024 Byte를 1KB라고 표시했기 때문에 1MB는 1
  • 접두사 Kilo-는 10 ^ 3을 나타내고 Kibi-는 2 ^ 10을 나타냅니다
  • 1 kibibyte (KiB) = 2^10 bytes = 1024 bytes