M101P: MongoDB for Developers - Chapter 1: Introduction

来源:互联网 发布:linux 替换jar包文件 编辑:程序博客网 时间:2024/06/05 15:13

Homework 1.1

> use m101switched 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.pyThe answer to Homework One, Problem 2 is 1815

1815

Homework 1.3

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

53

-eof-

0 0