일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 김양재 목사
- 데이터 과학
- 빅데이타
- 딥러닝
- Deep learning
- probability
- 빅데이터
- Big Data
- 우리들교회
- 김양재
- 통계
- Machine Learning
- 인공지능
- node.js
- 확률
- Statistics
- nodeJS
- R
- 김양재 목사님
- 몽고디비
- Artificial Intelligence
- 주일설교
- data science
- c++
- 빅 데이타
- openCV
- WebGL
- MongoDB
- No SQL
- 빅 데이터
- Today
- Total
목록데이터베이스 (32)
Scientific Computing & Data Science
Written by cinema4dMongoDB 서버가 실행된 상태에서 (./mongod) Terminal을 하나 더 실행한 후 MongoDB의 path로 이동하여 다음과 같이 입력한다../mongo MongoDB shell version: 2.4.8 connecting to: test Welcome to the MongoDB shell. For interactive help, type "help". For more comprehensive documentation, see http://docs.mongodb.org/ Questions? Try the support group http://groups.google.com/group/mongodb-user Server has startup warnings:..
Written by cinema4dMac에서 Terminal을 실행하여 MongoDB가 설치된 곳으로 path 이동한다.cd [root_path]/mongodb-osx-x86_64-2.4.8/bin다음과 같이 입력해 본다. (Windows에서는 "mongod.exe"를 실행한다)./mongod ./mongod --help for help and startup options Mon Jan 13 22:52:41.258 [initandlisten] MongoDB starting : pid=674 port=27017 dbpath=/data/db/ 64-bit host=Geol-ui-MacBook-Pro.local Mon Jan 13 22:52:41.259 [initandlisten] Mon Jan 13 22:5..