自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

  • 博客(10)
  • 收藏
  • 关注

转载 springboot入门

1、创建Maven工程,必须继承spring-boot-stater-parent工程<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> ...

2019-08-23 14:39:00 113

转载 springSecurity安全框架需要引入配置文件spring-security.xml

<?xml version="1.0" encoding="UTF-8"?><beans:beans xmlns="http://www.springframework.org/schema/security" xmlns:beans="http://www.springframework.org/schema/beans" ...

2019-08-11 20:55:00 249

转载 springSecurity安全框架需要配置web.xml文件

<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd" ><web-app> <context-param> <para...

2019-08-11 20:54:00 268

转载 springSecurity安全框架需要引入的依赖

1 <properties> 2 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 3 <maven.compiler.source>1.7</maven.compiler.source> 4 <maven.c...

2019-08-11 20:52:00 2347

转载 SpringMVC快速入门

1、导入依赖<dependencies> <!--spring的核心包--> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactI...

2019-07-22 20:14:00 106

转载 Spring快速入门

1、引入核心约束<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schem...

2019-07-22 19:55:00 144

转载 mybatis入门

IDEA工具下的mybatis快速入门1、添加依赖(在pox.xml文件下添加)<properties>  <maven.coppiler.source>1.9</maven.coppiler.source>  <maven.coppiler.target>1.9</maven.coppiler.target&gt...

2019-07-22 19:39:00 91

转载 分页助手PageHelper

1、pageHelper环境搭建<!--PageHelper依赖引入--> <dependency> <groupId>com.github.pagehelper</groupId> <artifactId>pagehelper</artifac...

2019-07-22 19:29:00 118

转载 用idea连接数据库

1、Ctrl+Tab+D2、点击 “+” 号 =======》Data Source======》MySQL3、①将Driver:MySQL改成MySQL for 5.1 ②输入数据库地址、账号、密码转载于:https://www.cnblogs.com/-jian/p/11165131.html...

2019-07-10 17:05:00 171

转载 idea工具常用快捷键

psvm  main方法sout  输出语句forifor(int i=0;i<10;i++){}集合.for增强for循环Ctrl+Alt+T生成流程语句(异常部分用于Try...Catch...用的比较多)Alt+insert弹出菜单页面...

2019-07-04 19:41:00 90

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除