Search Result
-
车辆模拟支付、出租、抢单等功能实现
rt com.llh.utils.ZzyUtils; import org.springframework.beans.factory.annotation.Autowired; import o
-
页面爬取数据并集成 ELK
l配置 - pom.xml ```xml org.springframework.boot spring-boot-starter-parent 2.5.5
-
Linux笔记
6 查询3306端口占用情况 systemctl restart network 重新启动网络服务 ``` #### 1.3 系统命令 - 关机 `shu
-
调用阿里云SMS短信服务
package com.llh.utils; import org.springframework.data.redis.core.RedisTemplate; import org.sp
-
使用Bean Searcher提高开发效率
m.llh.service.BookService; import org.springframework.beans.factory.annotation.Autowired; import o
-
结合AOP自定义注解实现日志功能
${lombok-version} org.springframework spring-webmvc ${spring.version}
-
分布式消息队列详解
pom.xml ```java org.springframework.kafka spring-kafka org.
-
工作流 Activiti7 详解
## 1、什么是工作流 #### 1.1、概述 工作流(workflow),就是“业务过程的部分或整体在计算机应用环境下的自动化”,它主要解决的是“使在多个参与者之间按照某种预定义的规则传
-
Docker安装以及基本操作
``` * `` 可以是容器内的绝对路径,也可以是相对于工作目录的相对路径(工作目录可以用 `workDIR` 指令来指定)。目标路径不需要事先创建,如果目录不存在会在复制文件前先行创建缺失目录
-
分布式事务详解
lh.service.AccountService; import org.springframework.beans.factory.annotation.Autowired; import o
-
大文件上传、PDF 导出预览等功能实现
ombok lombok org.springframework.boot spring-boot-starter-web
-
8 万字总结 Java 面试常见问题
程,借用了MainReactor和SubReactor的结构,但是实际实现上,SubReactor和worker线程在同一个线程池中。 **264、说说 Netty ByteBuf 的特点?**