您的位置:首页 > 数据库 > Mongodb

M101P: MongoDB for Developers - Chapter 1: Introduction

2016-08-21 17:06 459 查看

Homework 1.1

> use m101
switched to db m101
> db.hw1.findOne()
{
"_id" : ObjectId("xxx"),
"answer" : 42,
"question" : "The Ultimate Question of Life, The Universe and Everything"
}


42

Homework 1.2

$ python hw1-2.xxx.py
The answer to Homework One, Problem 2 is 1815


1815

Homework 1.3

$ python hw1-3.55b3698b9e47.py
Bottle v0.12.9 server starting up (using WSGIRefServer())...
Listening on http://localhost:8080/ Hit Ctrl-C to quit.

$ curl http://localhost:8080/hw1/50 53


53

-eof-
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  mongodb