摘要:
背景知识MongoDB 是用C++写的, 开源的, NoSQL(Not Only SQL)文档数据库.特点:high performance(高性能), high availability(高可靠性), and automatic scaling(自动调整).结构与JSON类似.安装1. 下载安装包... 阅读全文
摘要:
1. 通过构造函数实现DI简单类型实例package examples;public class ExampleBean { // Number of years to calculate the Ultimate Answer private int years; // The ... 阅读全文