摘要: 固定背景图片 body{ background color: rgba(0, 0, 0, 0); background position x: 0%; background position y: 0%; background repeat: repeat; background attachmen 阅读全文
posted @ 2019-07-24 16:47 lishisan 阅读(210) 评论(0) 推荐(0) 编辑
摘要: @SpringBootApplication springboot的核心注解类,主要目的是开启自动配置,是一个组合注解,主要组合了以下注解 @SpringBootConfiguration 这是SpringBoot项目的配置注解,这也是一个组合注解,在SpringBoot项目中推荐使用@Spring 阅读全文
posted @ 2019-07-24 13:45 lishisan 阅读(291) 评论(0) 推荐(0) 编辑
摘要: Spring中常用注解 组件注解 @Component("xxx") 指定某个类是容器的bean,@Component(value="xx")相当于,其中value可以不写。用于标注类为容器bean的注解有四个,主要用于区别不同的组件类,提高代码的可读性 @Component 用于标注一个普通的类 阅读全文
posted @ 2019-07-24 00:35 lishisan 阅读(4355) 评论(0) 推荐(0) 编辑
console.log('The World is Yours');
const aboutMe = {
name: 'LiShiSan',
title: 'Sr. Java/BigData Enthusiast',
location: 'China, BeiJing',
contact: {
email: '1641429327@qq.com',
website:'www.lishisan.top
}
}