摘要: 一、基础 1.1 Spring 中常用术语 1.2 Spring 的优势 1.3 Spring IoC 和 DI 简介 1.4 Spring AOP 简介 二、Spring IoC 2.1 Spring IoC 容器的设计 2.2 Spring IoC 的容器的初始化和依赖注入 2.3 IoC 是如 阅读全文
posted @ 2018-04-14 22:25 wenglabs 阅读(380) 评论(0) 推荐(0) 编辑
摘要: 一、结构体和类非常相似 1,定义和使用非常相似,例子如下:public struct Student{ string Name; int Age;}public class Question{ int Number; string Content;}使用:Student s=new Student( 阅读全文
posted @ 2018-04-14 14:57 wenglabs 阅读(2057) 评论(0) 推荐(0) 编辑