일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 주일설교
- 통계
- 확률
- 빅데이타
- Big Data
- Deep learning
- 몽고디비
- 김양재
- data science
- 인공지능
- 김양재 목사
- 빅데이터
- nodeJS
- 우리들교회
- 빅 데이터
- Machine Learning
- openCV
- 김양재 목사님
- probability
- c++
- 딥러닝
- R
- node.js
- No SQL
- Statistics
- 데이터 과학
- WebGL
- MongoDB
- 빅 데이타
- Artificial Intelligence
Archives
- Today
- Total
목록빅 (1)
Scientific Computing & Data Science
[MongoDB] MongDB 기본명령어
Written by cinema4dCreate"title", "content", "date" 키를 갖는 "post" 변수 생성 :> post = {"title" : "My first blog post", ... "content" : "Getting started with MongDB", ... "date" : new Date()} { "title" : "My fist blog post", "content" : "Getting started with MongDB", "date" : ISODate("2014-01-13T14:40:39.232Z") }insert 메써드를 이용하여 "post" 변수를 "blog" 콜렉션에 저장 :> db.blog.insert(post)find 메써드를 입력하면 "blog" 콜렉..
Data Science/MongoDB
2014. 1. 13. 23:52