-
Spring-AOP
AOP(Aspect Orient Programming),也就是面向切面编程。可以这样理解,面向对象编程(OOP)是从静态角度考虑程序结构,面向切面编程(AOP)是从动态角度考虑程序运行过程。AOP 编程其实是很简单的事情。纵观 AOP 编程, 其中需要程序员参与的只有三个部分:定义普通业务组件。定义切入点,一个切入点可能横切多个业务组件。定义增强处理,增强处理就是在 AOP 框架为普通业务组件织入的处理动作。
- 2022-03-04 08:09:25下载
- 积分:1
-
Man20
是男人就过20秒android源码 欢迎下载(Men over 20 seconds on the android source)
- 2012-11-29 16:27:10下载
- 积分:1
-
Android—Sqlite
Android—Sqlite数据库信息demo
- 2014-08-13下载
- 积分:1
-
jiaodiantu_v1.0
五个焦点滚动图合辑下载,个个设计唯美,实用简洁,有些使用了自定义的JS封装库,有些则使用了jQuery插件,有些带有图片标题说明,有些则没有,从实现方法来看,每一款都有自己的思路,为JavaScript学习者提供范例,为使得者提供方便。(Five focus scroll map compilation download, all design aesthetic, practical and concise, and some use a custom JS package library, while others use a jQuery plugin, some with pictures captions, some do not, the implementation point of view, each has its own ideas for JavaScript learners provide examples for the convenience of making those.)
- 2014-11-25 17:36:33下载
- 积分:1
-
hal调用底层示例代码
hal调用底层示例代码
- 2015-06-11下载
- 积分:1
-
java web 人事管理系统
资源描述package com.sanqing;
import java.awt.Dimension;
import java.awt.Toolkit;
import javax.swing.SwingUtilities;
import javax.swing.UIManager;
import com.sanqing.frame.IndexFrame;
import com.sanqing.frame.LandFrame;
import com.sanqing.hibernate.Dao;
public class PersonnelManage {
boolean packFrame = false;
public PersonnelManage() {
SwingUtilities.invokeLater(new Runnable() {
public void run() {
try {
UIManager.setLookAndFeel(UIManager
.getSystemLookAndFeelClassName());
} catch (Exception exception) {
exception.printStackTrace();
}
land();
}
});
}
public void land() {
LandFrame frame = new LandFrame();
if (packFrame) {
frame.pack();
} else {
frame.validate();
- 2022-03-22 18:14:53下载
- 积分:1
-
Android事务提醒源码
Android事务提醒源码
- 2014-07-28下载
- 积分:1
-
南航公司管理系统
这个QS的吖...南航公司管理系统
南航公司管理系统 南航公司管理系统
南航公司管理系统南航公司管理系统南航公司管理系统南航公司管理系统南航公司管理系统
- 2023-05-31 23:00:02下载
- 积分:1
-
SchoolInformation
我的学校的界面,自己弄得,刚学android时做的,是自己的第一个android作品(My school interface, oneself make, just learn to android, is his first android works my school interface, oneself make, just learn to android, is his first android works
)
- 2011-12-29 13:47:17下载
- 积分:1
-
home automation
现代
- 2022-04-07 01:22:19下载
- 积分:1