上一页 1 2 3 4 5 6 7 8 9 ··· 24 下一页
  2022年1月3日
摘要: 1. FileOutputStream 2. FileInputStream 3. 复制文件 package com.ligy.studymvc.main2; import java.io.FileInputStream; import java.io.FileOutputStream; impor 阅读全文
posted @ 2022-01-03 08:10 biind 阅读(23) 评论(0) 推荐(0) 编辑
  2022年1月1日
摘要: 1.泛型类 2.泛型接口 3.泛型方法 4.泛型集合 5.泛型通配符:? package com.ligy.studymvc; import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.Spring 阅读全文
posted @ 2022-01-01 10:34 biind 阅读(37) 评论(0) 推荐(0) 编辑
摘要: 1.集合框架 2.例子 package com.ligy.studymvc; import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; import java.uti 阅读全文
posted @ 2022-01-01 09:20 biind 阅读(40) 评论(0) 推荐(0) 编辑
  2021年12月25日
摘要: 1.安装linux VMware-workstation-full-15.0.4-12990004.exe CentOS-7-x86_64-DVD-1810.iso 2.安装SecureCRT 连接linux工具 3.安装docker及mysql 安装教程:Docker 教程 | 菜鸟教程 (run 阅读全文
posted @ 2021-12-25 12:54 biind 阅读(175) 评论(0) 推荐(0) 编辑
  2021年12月24日
摘要: 1.依赖 2.properties配置 3.使用 一 依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-elasticsearch</artifactId> 阅读全文
posted @ 2021-12-24 22:59 biind 阅读(45) 评论(0) 推荐(0) 编辑
摘要: 1.创建索引put:http://localhost:9201/test1{ "mappings": { "properties": { "id": { "type": "long", "store": true }, "name": { "type": "text", "store": true 阅读全文
posted @ 2021-12-24 22:14 biind 阅读(41) 评论(0) 推荐(0) 编辑
  2021年12月22日
摘要: 1.ElasticSearch 2.ElasticSearch-Head-Master 3.搭建集群(至少启动2个节点,否则集群连接不了) 1.下载ElasticSearchhttps://www.elastic.co/cn/start启动命令:bin/elasticsearch.bat 访问:ht 阅读全文
posted @ 2021-12-22 23:14 biind 阅读(88) 评论(0) 推荐(0) 编辑
  2021年12月19日
摘要: 1.依赖 2.新增model 3.新增接口 4.测试 一 依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-jpa</artifactId></depend 阅读全文
posted @ 2021-12-19 09:04 biind 阅读(78) 评论(0) 推荐(0) 编辑
摘要: 1.快速创建springboot项目 2.下载启动redis的windows版本 3.整合mybatis+redis+junit 一 快速创建springboot项目 访问地址:https://start.spring.io 或者idea,new 项目,选择 spring initializr 快速 阅读全文
posted @ 2021-12-19 08:13 biind 阅读(71) 评论(0) 推荐(0) 编辑
  2021年12月6日
摘要: 1.异步 2.同步 3.任务组 一 异步 /** * 异步 */ private void click1() { HiLog.info(hiLogLabel, "click1:start"); TaskDispatcher dispatcher = getGlobalTaskDispatcher(T 阅读全文
posted @ 2021-12-06 21:26 biind 阅读(86) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 24 下一页