spring learning code 2

This is my learning note about how Spring core features like IoC, AOP works, with Code Examples .

spring learning code 3

This is my learning note about how Spring core features like IoC, AOP works, with Code Examples .

spring learning code 4

This is my learning note about how Spring core features like IoC, AOP works, with Code Examples .

Hugo博客发布篇

在 GitHub 创建个人主页仓库,仓库名称必须设置为 .github.io,这个仓库仅存放生成的静态内容。与你github账号名字相同最好,我不一样时候出现错误好几次,比如网址特别长的问题。 在 GitHub 创建一个项目仓库 hugo-blog 并添加为我们本地项目文件夹的远程仓库。这个仓库用来维护站点配置和原始的文章内容。 假设我们在已经通过上文的步骤在 public 文件夹中生成了想发布的静态内容,运行:

OOD Parking Lot

design a parking lot OOD Clarify requirement basic function: in and out size, types(moto, handicap, bus, car, ) capacity levels enters monitoring to show the vacant space change the fee Define class Parking lot Parking spot Parking ticket Define field Parking lot Map<location, parkingSpot> Map<location, parkingTicket> capacity Parking spot parking location (ABCDE + no.

Abstract class → Users and WebSites

Write a program to understand abstract class

BankAccount java project

Use java to realize a simple Customer Account project.

FamilyAccount java project

Goal Use java to realize a simple FamillyAccount project. Instruction menu Income and Expenditure the initial money is 10000 the Income line would add money to the initial money chose expense would substract money from account income expenditure chose 1 can see the details to trace the money Income and Expenditure chose 4,then chose Y/N to exit

Emoji Support

Emoji can be enabled in a Hugo project in a number of ways. Hugo 博客中 Emoji 使用

hashCode() and equals() → Complex numbers

Here’s a class ComplexNumber. You need to override its methods equals() and hashCode().