跳转底部

随笔分类 -  数据库

mongodb
摘要:MongoDB: 引用了不存在的对象即创建改对象 database Database table Collection 字段 Field row Document 1.MongoDB增删改查: 增: 官方不推荐写法: db.users.insert([{}]) db.users.insert({}) 官方支持写法: db.users.... 阅读全文

posted @ 2018-11-29 15:21 afly666 阅读(144) 评论(0) 推荐(0)

redis操作
摘要:推荐博客:http://www.cnblogs.com/wupeiqi/articles/5132791.html 阅读全文

posted @ 2018-11-16 18:54 afly666 阅读(156) 评论(0) 推荐(0)

sql数据库查询
摘要:mysql练习题:https://www.cnblogs.com/majj/articles/8946156.html 练习题答案:https://www.cnblogs.com/majj/articles/9167308.html 阅读全文

posted @ 2018-11-03 21:36 afly666 阅读(207) 评论(0) 推荐(0)

导航

回到顶部