工具

工具 / 2022-12-12

Lambd 集合 List filter使用filter 一般适用于list 主要作用就是模拟sql查询,从集合中查询想要的数据/** * @author zwy * @since 2022-12-12 */@Builder@Setter@Getter@ToStringclass user{

工具 / 2022-03-07

Calendar 获取日期/*** * 获取 日期所在 年 * * */public static int getYear(Date date) { Calendar calendar = Calendar.getInstance(); calendar.setTime(date);

工具 / 2021-12-27

1,类注释:*File-->Settings-->*Editor-->File and CodeTemplates模板:/** * @description: * @author: ${USER} * @date: ${DATE} ${TIME} */2,方法注释:File--&g

工具 / 2021-11-05

在此我们以微软雅黑字体为例,进行讲解。一、查看系统字体在开始安装之前,我们先查看系统中已经安装的字体。要查看系统中已经安装的字体,我们可以使用fc-list命令进行查看。如果系统中没有该命令的话,我们需要先安装相关的软件包。在centos上,使用如下命令进行安装:yum install -y fon

工具 / 2021-10-15

PowerShell:因为在此系统上禁止运行脚本,解决方法打开windows powershell 开始页面找到 windows powershell 点击即可。在自己编PowerShell脚本的时候突然遇到这个问题:无法加载文件 C:\Users\DH\Desktop\cs\rename.ps

工具 / 2021-10-13

阿里云脚手架spring脚手架开发

工具 / 2021-10-13

netstat -ano 查看所有端口号netstat -ano|findstr "8080" 查看指定端口号命令 TCP 0.0.0.0:8080 0.0.0.0:0 LISTENING 24012 TCP

工具 / 2021-10-13

cron

工具 / 2021-09-22

CentOS7安装和卸载mysql8.0步骤1.安装前清理工作(卸载mysql)清理原有的mysql数据库;使用以下命令查找出安装的mysql软件包和依赖包:rpm -pa | grep mysqlrpm -qa | grep -i mysql显示结果如下:mysql80-community-rel

工具 / 2021-09-14

流程图