摘要: 理解Scala的Symbol类型 阅读全文
posted @ 2017-06-03 21:30 牵牛花 阅读(249) 评论(0) 推荐(0)
摘要: https://docs.mongodb.com/manual/reference/operator/update-field/ 阅读全文
posted @ 2017-06-03 17:49 牵牛花 阅读(368) 评论(0) 推荐(0)
摘要: > db.eval('return "hello mongodb "');hello mongodb save和insert的区别,save会变成更新语句并保存,insert则会报错 > db.persons.update({_id:"02"}, {_id:"02",name:"x0023"},tr 阅读全文
posted @ 2017-06-03 17:45 牵牛花 阅读(629) 评论(0) 推荐(0)