- 博客(9)
- 资源 (1)
- 收藏
- 关注
原创 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
671
1
原创 超简单的SpringBoot集成mybatisPlus,不行你打我
一:新建springboot项目二:添加pom依赖 <dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> <sc...
2020-01-05 23:38:23
358
原创 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
1450
原创 大数据学习(一) 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
364
原创 SpringBoot文件上传
1.引入web依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId></dependency>2.设置文件上传的相关参数,一般...
2019-05-11 00:30:04
141
原创 在springboot中自定义Filter、Listener、Servlet、Interceptor
前提在springboot启动类上加上@ServletComponentScan注解@SpringBootApplication@ServletComponentScanpublic class SpbthymeleafApplication { public static void main(String[] args) { SpringApplicatio...
2019-05-06 18:35:37
189
原创 使用IDEA创建springboot并集成Thymeleaf
创建springboot项目 记得勾选web 2.在pom.xml中添加Thymeleaf依赖 <!--thymeleaf模板依赖--> <dependency> <groupId>org.springframework.boot</groupId>...
2019-05-05 01:00:22
5456
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
825
2020年全国高校数据库.xls
2020-11-16
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人