Go on on on and on...


  • Home

  • Categories

  • Tags

  • Archives

  • Message

  • About

  • Search

实践Spring之IoC或DI

Posted on 2017-07-28 | In Java | Visitors

面向对象编程中很重要的一步就是进行对象设计和定义(比如类或接口等),而下一步就要考虑如何使用这些对象,一般是先通过实例化对象来生产实例,然后调用实例的方法来执行逻辑。其中实例化有多种方法,传统的new,Class.forName()和反射等,当项目较大,对象和实例将会非常多,依赖关系也会较为复杂,一般传统的方式会较难控制。Spring提供的IoC或DI,使用配置的方式来完成实例容器、实例化、实例间的依赖关系(依赖注入)和生命周期管理等。

Read more »

实践Spring Data

Posted on 2017-07-26 | In 数据库 | Visitors

Spring Data’s mission is to provide a familiar and consistent, Spring-based programming model for data access while still retaining the special traits of the underlying data store. It makes it easy to use data access technologies, relational and non-relational databases, map-reduce frameworks, and cloud-based data services. This is an umbrella project which contains many subprojects that are specific to a given database. The projects are developed by working together with many of the companies and developers that are behind these exciting technologies.

Read more »

实践Spring Data Rest

Posted on 2017-07-26 | In 数据库 | Visitors

Spring Data Rest is part of the umbrella Spring Data project and makes it easy to build hypermedia-driven REST web services on top of Spring Data repositories.

Read more »

常用网络命令

Posted on 2017-07-26 | In 网络 | Visitors

ping

Read more »

实践MongoDB之二安装和入门

Posted on 2017-07-25 | In 数据库 | Visitors

installation

Read more »

实践MongoDB之三Spring Data MongoDB

Posted on 2017-07-25 | In 数据库 | Visitors

spring-data-MongoRepository

Read more »

实践Gradle

Posted on 2017-07-19 | In 工具 | Visitors

介绍

Read more »

实践MongoDB之一介绍

Posted on 2017-07-17 | In 数据库 | Visitors

MongoDB was designed to combine the best features of key-value stores and relational databases.

Read more »

实践Gremlin

Posted on 2017-07-10 | In 数据库 | Visitors

Gremlin

Read more »

实践Neo4j之十生产环境

Posted on 2017-07-10 | In 数据库 | Visitors

运行模式

Read more »
1 … 117 118 119 120
Ray Wang

Ray Wang

My Blog

1196 posts
34 categories
RSS
© 2026 Ray Wang
Powered by Jekyll
Theme - NexT.Muse