自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 使用IDEA搭建springboot的java的web项目

跟着图片一步一步来就完事

2023-05-31 20:27:32 204

原创 Markdown编辑器的写法,以及Markdown在Typora中使用的快捷键

推荐下载Typora标题的使用一级标题 | 使用方法:#+空格+标题名 | 快捷键:CTRL+1二级标题 | 使用方法:##+空格+标题名 | 快捷键:CTRL+2三级标题 | 使用方法:###+空格+标题名 | 快捷键:CTRL+3四级标题 | 使用方法:####+空格+标题名 | 快捷键:CTRL+4五级标题 | 使用方法:#####+空格+标题名 | 快捷键:CTRL+5六级标题 | 使用方法:######+空格+标题名 | 快捷键:CTRL+6字体的使用粗体 | 使用方法:文字两.

2021-07-03 14:17:13 104

原创 mapper通用文件:以UserMapper.xml为例

mapper通用文件:以UserMapper.xml为例<?xml version="1.0" encoding="UTF-8" ?><!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"><mapper namespace="com.lin.mapper.UserMapper"&gt

2021-06-22 17:09:58 1994

原创 如何在Maven项目中引用thymeleaf

1.首先在pom.xml中引入thymeleaf<!--Thymeleaf,是基于3.x开发--> <dependency> <groupId>org.thymeleaf</groupId> <artifactId>thymeleaf-spring5</artifactId> </dependency> <dependen

2021-06-22 09:42:43 2198

原创 no default constructor found either

java.lang.IllegalStateException: No primary or single public constructor found for class com.lin.pojo.Employee - and no default constructor found either看见这个简单的错查看自己是否有无参构造

2021-05-31 16:20:47 488

原创 Maven的setting.xml配置文件

<?xml version="1.0" encoding="UTF-8"?><!--Licensed to the Apache Software Foundation (ASF) under oneor more contributor license agreements. See the NOTICE filedistributed with this work for additional informationregarding copyright ownersh.

2021-05-18 19:46:35 215

原创 SSM框架(web项目)一般需要引入的jar包

SSM框架(web项目)一般需要引入的jar包下面是代码. <!--1、引入数据源驱动包:dbcp2的jar包,也可以引入c3p0,druid--> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-dbcp2</artifactId>

2021-05-14 17:24:18 1085

空空如也

空空如也

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

TA关注的人

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