自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(9)
  • 资源 (1)
  • 收藏
  • 关注

原创 pinia持久化

pinia持久化。pinia-plugin-persist

2022-09-14 00:41:02 697

原创 Android开发id绑定插件Android ButterKnife Injections的使用

1.安装AS的插件File → Setting → Plugins 然后输入Android ButterKnife Injections查找这个插件,之后安装。2.配置工程的build.gradle在工程的build.gradle里面加上依赖代码如下:// Top-level build file where you can add configuration options common to all sub-projects/modules.buildscript {

2022-01-27 04:46:14 634 1

原创 超简单的SpringBoot集成mybatisPlus,不行你打我

一:新建springboot项目二:添加pom依赖 <dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> <sc...

2020-01-05 23:38:23 332

原创 SpringBoot集成mybaties

1.pom.xml<dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> ...

2019-08-18 12:39:05 1417

原创 大数据学习(一) Linux学习

•新建虚拟机安装系统设定3个盘符,第一个为引导盘,第二个为内存占用盘,第三个为使用盘。设置IP地址1.–vi/etc/sysconfig/network-scripts/ifcfg-eth0•用#注释MAC地址•ONBOOT=yes•BOOTPROTO=static•IPADDR=192.168.1.250•...

2019-06-10 09:47:16 325

原创 SpringBoot文件上传

1.引入web依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId></dependency>2.设置文件上传的相关参数,一般...

2019-05-11 00:30:04 119

原创 在springboot中自定义Filter、Listener、Servlet、Interceptor

前提在springboot启动类上加上@ServletComponentScan注解@SpringBootApplication@ServletComponentScanpublic class SpbthymeleafApplication { public static void main(String[] args) { SpringApplicatio...

2019-05-06 18:35:37 167

原创 使用IDEA创建springboot并集成Thymeleaf

创建springboot项目 记得勾选web 2.在pom.xml中添加Thymeleaf依赖 <!--thymeleaf模板依赖--> <dependency> <groupId>org.springframework.boot</groupId&gt...

2019-05-05 01:00:22 4995 2

原创 用IDEA在springboot中集成jsp

在idea中新建springboot项目,勾选web依赖 在pom.xml中添加jsp所需要 的依赖 <!--jsp页面使用jstl标签--> <dependency> <groupId>javax.servlet</groupId> <artifactId>j...

2019-05-05 00:08:32 785

2020年全国高校数据库.xls

2020年《全国高等学校名单》,未包含港澳台地区高等学校。 格式为 学校名称,学校标识码,主管部门,所在地,办学层次,备注 北京大学,4111010001,教育部,北京市,本科 数据仅供学习交流, 请勿用于商业项目。

2020-11-16

空空如也

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

TA关注的人

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