본문 바로가기
728x90
반응형

분류 전체보기752

[CSS] justify-content 이해하기 justify-content - CSS: Cascading Style Sheets | MDN justify-content - CSS: Cascading Style Sheets | MDNCSS의 justify-content 속성은 브라우저가 콘텐츠 항목 사이와 주변의 공간을 플렉스 컨테이너에서는 main-axis, 그리고 그리드 컨테이너에서는 인라인 축을 기준으로 어떻게 정렬할 것인지를 정의합니developer.mozilla.org Playground | MDN Playground | MDNThe MDN Web Docs site provides information about Open Web technologies including HTML, CSS, and APIs for both Web sites an.. 2024. 11. 26.
[음악추천] 2003 - Alicia Keys - If I Ain't Got You 저작권으로 인해 링크만 기록합니다.https://m.blog.naver.com/kkid65/221742225033 앨리샤 키스 (Alicia Keys) - If I Ain't Got You (2003) | 가사/해석 | The Diary of Alicia Keys | Grammy Awards두장의 앨범으로 R&B의 여왕으로 등극 「Alicia Keys - If I Ain't Got You」 어찌보면 ...blog.naver.com 2024. 11. 20.
[Java] Apache.poi문자타입, 숫자타입 문자타입으로 변경하는 유틸 JavaExcel to DB를 구현할 때,Cell을 읽어오는 Util 2024. 11. 20.
[eGovFrame] PaginationInfo.java @123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164/* * Copyrigh.. 2024. 11. 20.
[Server] Linux, CentOS 하드웨어 정보 확인 (벤더, 모델명, OS, CPU, Core, 메모리, 하드디스크) 하드웨어 제조사 벤더dmidecode -s system-manufacturer 하드웨어 장비 모델명dmidecode -s system-product-name OS 버젼cat /etc/*-release | uniq OS 커널 배포 버젼uname -a CPU 정보cat /proc/cpuinfo | grep 'model' | tail -1 물리적 CPU 수량grep 'physical id' /proc/cpuinfo | sort | uniq | wc -l CPU당 물리 Core 수량grep "cpu cores" /proc/cpuinfo | tail -1 논리적 CPU 전체 수량 ( CPU * Core )grep ^processor /proc/cpuinfo | wc -l 물리적 메모리 수량, 용량dmidecode.. 2024. 11. 14.
728x90
반응형