일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- util.inspect
- 맥에 파이썬 설치
- 파이썬3
- nodejs mongodb
- collection.find
- Node.js
- homebrew
- pip jupyter
- mongoDB [Object]
- mongo-native
- python3
- MYSQL
- mongodb
- console.log
- 맥
- Installation
- mongodb nodejs driver
- Projection
- MacOS
- node.js 연동
- query
- [Object]
- node.js설치
- Windows10
- Jupyter notebook
- Today
- Total
목록Bon Voyage (28)
Bon Voyage
Introduction to Computer Networking, Stanford University https://lagunita.stanford.edu/courses/Engineering/Networking-SP/SelfPaced/about Introduction to Computer Networking An introductory computer networking course focusing on how the Internet works and the principles of designing networks and network protocols. lagunita.stanford.edu Unit 7: Lower Layers 중 CSMA/CD and Ethernet 파트 수업 필기 정리 0. In..
Introduction to Operating Systems by Georgia Tech https://www.udacity.com/course/introduction-to-operating-systems--ud923 Introduction to Operating Systems | Udacity Introduction to Operating Systems teaches the basic operating system abstractions, mechanisms, and their implementations. www.udacity.com Lesson 8 Thread Design Consideration 중 Kernel / User Level Thread 부분을 필기한 내용입니다. 1. Kernel vs...
MongoDB in Action https://book.naver.com/bookdb/book_detail.nhn?bid=6876243 MongoDB in Action 몽고디비 인 액션 MONGODB나 NOSQL에 경험 없는 개발자를 위한 쉽고 실전적인 입문서『MONGODB IN ACTION 몽고디비 인 액션』. 이 책은 MONGODB와 도큐먼트 지향 데이터베이스 모델을 소개한다. 적당한 속도로 진행되는 이 책은 개발자로서 필요한 큰 그림과 시스템 엔지니어를 만족시키기에 충분한 하위 수준의 상세한 내용을 동시에 제공한다. 수많은 예제들은 데이터 모델링의 중요한 분야에서 확신을 갖는 데 도움을 제공할 것이다. 또한 복제, 자동 샤딩, 배포 book.naver.com 10장 WiredTiger와 플러그형 스..
MongoDB in Actionhttps://book.naver.com/bookdb/book_detail.nhn?bid=6876243 MongoDB in Action 몽고디비 인 액션 MONGODB나 NOSQL에 경험 없는 개발자를 위한 쉽고 실전적인 입문서『MONGODB IN ACTION 몽고디비 인 액션』. 이 책은 MONGODB와 도큐먼트 지향 데이터베이스 모델을 소개한다. 적당한 속도로 진행되는 이 책은 개발자로서 필요한 큰 그림과 시스템 엔지니어를 만족시키기에 충분한 하위 수준의 상세한 내용을 동시에 제공한다. 수많은 예제들은 데이터 모델링의 중요한 분야에서 확신을 갖는 데 도움을 제공할 것이다. 또한 복제, 자동 샤딩, 배포 book.naver.com 9장 텍스트 검색 파트를 요약 정리했습니다..
MongoDB in Action https://book.naver.com/bookdb/book_detail.nhn?bid=6876243 MongoDB in Action 몽고디비 인 액션 MONGODB나 NOSQL에 경험 없는 개발자를 위한 쉽고 실전적인 입문서『MONGODB IN ACTION 몽고디비 인 액션』. 이 책은 MONGODB와 도큐먼트 지향 데이터베이스 모델을 소개한다. 적당한 속도로 진행되는 이 책은 개발자로서 필요한 큰 그림과 시스템 엔지니어를 만족시키기에 충분한 하위 수준의 상세한 내용을 동시에 제공한다. 수많은 예제들은 데이터 모델링의 중요한 분야에서 확신을 갖는 데 도움을 제공할 것이다. 또한 복제, 자동 샤딩, 배포 book.naver.com 8장 인덱스 파트를 요약 정리한 내용입니..
'이것이 MySQL이다' https://book.naver.com/bookdb/book_detail.nhn?bid=10652258 이것이 MySQL이다 『이것이 MYSQL이다』는 MYSQL의 고급 기술을 다루는 기술서가 아니다. 실무 환경에서 이뤄지는 MYSQL의 실제 사용 사례를 실습을 통해 학습자가 체험하면서 배울 수 있게 한다. 따라서 철저하게 MYSQL, 데이터베이스를 처음 시작하는 학습자 수준에 구성과 난이도를 맞추었다. 책에 수록된 실습은 책에 있는 그대로 이뤄진다. book.naver.com Chapter 9 인덱스 부분 요약 정리한 내용입니다. 전반 개념 1. 인덱스 데이터를 좀 더 빠르게 찾을 수 있도록 해 주는 도구 속성 값을 기준으로 이미 정렬되어 있고, 그에 해당하는 레코드 주소가 ..
Introduction to Computer Networking, Stanford University https://lagunita.stanford.edu/courses/Engineering/Networking-SP/SelfPaced/about Unit 7: Lower Layers 중 FEC and Reed-Solomon 파트 수업 필기 정리 FEC Forward Error Correction SNR / BER Curves when given a modulation scheme and SNR, you can compute expected BER(Bit Error Rate) BER can become low but never reaches zero! directly turning Link Layer Bit..
Introduction to Computer Networking, Stanford University https://lagunita.stanford.edu/courses/Engineering/Networking-SP/SelfPaced/about Unit 7: Lower Layers 중 Clocks and Clock Recovery 파트 수업 필기 정리 Clocks data is transmitted using a 'clock' the receiver needs to know when to sample the arriving data when the clocks are running at different speed how different are these clocks? units of parts per..