잘못된 정보가 있다면, 꼭 댓글로 알려주세요(비로그인 익명도 가능).
여러분의 피드백이 저와 방문자 모두를 올바른 정보로 인도할 수 있습니다.
감사합니다. -현록
목록분류 전체보기 (190)
현록의 기록저장소
RDB Modeling (관계형 데이터베이스 모델링) 1. 데이터 모델링의 순서 2. 업무파악 3. 개념적 데이터 모델링 4. 논리적 데이터 모델링 5. 정규화 6. 물리적 데이터 모델링, 역정규화 본 포스트들은 생활코딩(https://opentutorials.org/)의 Database > 관계형 데이터 모델링(https://opentutorials.org/course/3883) 수업을 바탕으로 공부한 내용의 정리입니다. 관계형 데이터베이스(Relational Database, RDB)는 key와 value의 관계를 table화시킨 간단한 원칙의 전산정보 database이다. 관계형 모델은 data를 column과 row를 이루는 하나 이상의 table(혹은 relation)으로 정리하며, primar..
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/cq51Ma/btqAOJoKx0A/3See1I91MI6QrVxYwVe1X1/img.png)
Chapter 6. Storage and Other I/O Topics ㆍI/O 시스템을 이해할 수 있다. 6.1 - Introduction 6.2 - Dependability, Reliability, and Availability 6.3 - Disk Storage 6.4 - Flash Storage 6.5 - Connecting Processors, Memory, and I/O Devices 6.6 - Interfacing I/O Devices to the Processor, Memory, and Operating System 6.7 - I/O Performance Measures: Examples from Disk and File Systems 6.9 - Parallelism and I/O: Redu..
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/lPTiX/btqAJOjkgRd/eejTeMO9JeNEFUobxqvP7K/img.png)
Chapter 5. Large and Fast: Exploiting Memory Hierarchy ㆍCache 메모리를 이해할 수 있다. 5.2 - Memory Technologies 5.1 - Introduction 5.3 - The Basics of Caches 5.4 - Measuring and Improving Cache Performance 5.5 - Dependable Memory Hierarchy 5.6 - Virtual Machines 5.7 - Virtual Memory 5.8 - A Common Framework for Memory Hierarchy 5.9 - Using a Finite-State Machine to Control a Simple Cache 5.10 - Paralleli..
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/kFkSi/btqAv1wxiSv/vWhs9lq6lT5h9GXdpbZNkK/img.png)
Chapter 4. The ProcessorㆍProcessor의 내부 구조를 이해할 수 있다.4.1 - Introduction4.2 - Logic Design Conventions4.3 - Building a Datapath4.4 - A Simple Implementation Scheme4.5 - An Overview of Pipelining4.6 - Pipelined Datapath and Control4.7 - Data Hazards: Forwarding versus Stalling4.8 - Control Hazards4.9 - Exceptions4.10 - Parallelism via Instructions4.11 - Real Stuff: The ARM Cortex-A8 and Intel Core ..
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/bO21kp/btqArh1PlW0/fBNGBkuwFJefXk51o98X8K/img.png)
Chapter 3. Arithmetic for Computers ㆍArithmetic operations를 이해할 수 있다. 3.1 - Introduction 3.2 - Addition and Subtraction 3.3 - Multiplication 3.4 - Division 3.5 - Floating Point 3.6 - Parallelism and Computer Arithmetic: Subword Parellelism 3.7 - Real Stuff: Streaming SIMD Extensions and Advanced Vector Extensions in x86 3.8 - Going Faster: Subword Parallelism and Matrix Multiply 3.9 - Fallacies ..
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/JY39H/btqApkjso3a/ShmrHp96qiupC3lXJjUI40/img.png)
[Programs/help] - 자꾸 생기는 US키보드 삭제, 제거 앞서서, 계속 부활하는 US키보드를 부팅시에 부활하지 않도록 막는 방법에 대한 포스트를 작성했었습니다. (이 포스트는 단발적인 방법입니다. 먼저 위의 지속적인 방법을 보고 추가로 이 방법을 응용하시기 바랍니다.) Windows 계정 상태와 상관없이, 특정 프로그램이 US키보드를 추가시키는 경우가 있습니다. (특히, 외국에서 만든 프로그램들...) 설정에서 US키보드를 추가했다가 지우면 되긴하지만..;; 우리들은 그걸 하기 싫어서 방법을 찾고 있는 것이니;; (해외에서 검색을 해도 아직까지는 제가 작성한 부활 방지법 정도밖에 나오질 않네요. 뿌리를 뽑고 싶은데.. MS 포럼 공식 답변 중에 Windows를 다시 설치하는 방법을 추천하는 걸..