一.AOP: 1.什么是AOP: 在软件业,AOP为Aspect Oriented Programming的缩写,意为:面向切面编程,通过预编译方式和运行期动态代理实现程序功能的统一维护的一种技术。 AOP是OOP的延续,是软件开发中的一个热点,也是Spring框架中的一个重要内容,是函数式编程的一 ...
分类:
编程语言 时间:
2020-01-12 10:10:45
阅读次数:
92
Spring_IoC&DI 1. spring概述 1.1 Spring是什么(理解) Spring是分层的 Java SE/EE应用 full stack 轻量级开源框架,以 IoC(Inverse Of Control:反转控制)和 AOP(Aspect Oriented Programming ...
分类:
编程语言 时间:
2020-01-11 22:24:40
阅读次数:
99
Hello 2020! new life ? ...
分类:
其他好文 时间:
2020-01-11 20:08:23
阅读次数:
51
C Programming LanguageContribution to module (weighting: 20 %)1st Semester 2019-2020Out: MON. 23th Dec. 2019 Due: 18:00[GMT], SUN. 5th Jan. 2020Main o ...
分类:
其他好文 时间:
2020-01-10 20:06:45
阅读次数:
132
在子类派生出的新的方法中重用父类的方法,有两种实现方式 一、指名道姓(不依赖继承) class Hero: def __init__(self,nickname,life_value,aggresivity): self.nickname = nickname self.life_value = l ...
分类:
其他好文 时间:
2020-01-10 15:23:46
阅读次数:
52
《无声胜有声》 Stillness SpeaksThoughts, emotions, sense perceptions, and whatever you experience make up the content of your life.思想、情绪、感知,和你所经历的一切组成了你的生命的内... ...
分类:
其他好文 时间:
2020-01-10 10:32:21
阅读次数:
236
1、HTML 标题 标题(Heading)是通过 <h1> - <h6> 等标签进行定义的。 <h1> 定义最大的标题。<h6> 定义最小的标题。 实例 <h1>This is a heading</h1> <h2>This is a heading</h2> <h3>This is a headi ...
分类:
Web程序 时间:
2020-01-09 17:14:05
阅读次数:
108
"Java Programming Language" Lambda Expressions, a new language feature, has been introduced in this release. They enable you to treat functionality as ...
分类:
编程语言 时间:
2020-01-08 14:28:34
阅读次数:
73
AOP定义AOP就是 Aspect Oriented Programming的缩写,意思为面向切面编程。通过预编译的方式以及动态代理的方式实现程序同一维护的功能。AOP是Spring中的重要内容,利用AOP可以增强主业务的功能,降低主业务和基础重复性的业务耦合度,提高程序的可重用性,提高开发效率。原 ...
分类:
编程语言 时间:
2020-01-08 12:27:54
阅读次数:
78
https://about.draw.io/uml-state-diagrams-with-draw-io/ State diagrams have been used in programming to describe the various possible states that a sys ...
分类:
其他好文 时间:
2020-01-08 10:43:43
阅读次数:
96