zoukankan
html css js c++ java
8 Spring / Spring MVC / Mybatis 框架相关知识点
1)Spring 的 IOC 和 AOP 有了解吗?
IOC:控制反转,不需要手动 new 对象,将其交给 Spring 容器,降低程序耦合度。
AOP:面向切面编程,动态代理技术。
查看全文
相关阅读:
switch statement
Block statement
Variable hoisting Global variables Constants
How the Web works
Discover browser developer tools
Publishing via GitHub
第十二节,OpenCV学习(一)图像的读取、显示、保存
剑指Offer编程题3——从尾到头打印链表
剑指Offer编程题2——替换空格
剑指Offer编程题1——二维数组中的查找
原文地址:https://www.cnblogs.com/sketeton/p/11695789.html
最新文章
转:58到家数据库30条军规解读
Java设计模式之适配器模式
Java设计模式之装饰器模式
Java设计模式之代理模式
Java设计模式之原型模式
tcp协议的简单理解
https协议的简单理解
Java设计模式之单例模式
Using Bounded Wildcards in Methods : Generic Parameters
Generic Interfaces
热门文章
The generalized syntax for a generic interface
Maven in 5 Minutes
Breadth-first
Tree traversal algorithms
Static Nested Classes
How to access body of Custom tags in JSP tutorial
JSP Custom tags with example – JSP Tutorial
Struts2 Hibernate Integration Example Tutorial
for...in statement
Exception handling statements
Copyright © 2011-2022 走看看