Archive: 2017/9

0

IDEA Hotkeys

Description Eclipse IntelliJ IDEA VS Code show the type hierachy F4 ctrl+h Findusages Ctrl+Shift+G ⌥F7 Go to line Ctrl+L ⌘L Open resource Ctrl+Shift+R ⇧⌘O Open type Ctrl+Shift+T ⌘O

0

Dockerfile reference

Use Dockerfike create you own docker image. DockerFile contains basic image info mainainer info image CMD container CMD 1234567891011121314#第一行必须指令基于的基础镜像From ubutu#维护者信息MAINTAINER docker_user dock

0

Spring Bean

Bean attributes Attribute Description class Necessary, define the class used to create the bean name unique name identifier, you can use “id” or “name” in XML scope Define the scope of bean

0

Spring Framework Intro

BeanFactoryIt’s a simple container which provides Dependency Injection. It’s defined in org.springframework.beans.factory.BeanFactor.There are many instances of BeanFactory, one of the most used is X