自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 收藏
  • 关注

原创 shiro与spring boot的整合

Shiro整合springboot相关项目jar包 <dependencies> <!--shiro整合springboot--> <dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-spring</artifactId> <version>1.7.0</version> </de

2020-11-22 15:23:24 55 1

原创 ##SSM整合 jar包 配置文件

##SSM整合 jar包 配置文件1、jar包:<dependencies> <!--Junit单元测试--> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> </dependency>

2020-08-07 14:56:01 137

转载 Servlet文件上传

servlet文件的上传1、需要的jar包,maven导入pom.xml的配置 <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> <scope>test</scope&g

2020-07-20 20:58:19 77

原创 # Idea连接数据库(JDBC)

Idea连接数据库(JDBC)package com.wei.Teat;import java.sql.*;public class JdbcTest { public static void main(String[] args) throws ClassNotFoundException, SQLException { //1.加载驱动 Class.forName("com.mysql.cj.jdbc.Driver"); //2.用户信

2020-07-18 15:02:22 146

原创 关于安装和使用MySQL时可能遇到的常见错误

1、修改密码ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘(‘123123’) where user=‘root’ and Host = ‘localhost’’ at line 1注意你安装的版本MySQL5.7版本修改密码:upda

2020-06-27 07:51:17 230

原创 idea自动提示代码

idea自动提示代码file-Power Save Mode取消勾选就可以了

2020-06-21 09:48:24 329

空空如也

空空如也

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

TA关注的人

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