自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 资源 (2)
  • 收藏
  • 关注

原创 使用 SecureRandom 生成16位随机密码

import java.security.SecureRandom;import java.util.ArrayList;import java.util.List;public class Pw { public static void main(String[] args) { SecureRandom secureRandom = new SecureRandom(); List<String> list = new ArrayList<String>();

2021-11-22 17:19:00 1316

原创 自动创建 springboot+mybatis+mysql 项目

1、访问 https://start.spring.io/ 创建 springboot 项目,注意添加依赖和修改java版本,然后点击创建就会自动下载2、解压下载的项目,导入 eclipse 或者 idea 。3.1、修改 pom.xml 文件,注释这两行3.2、application.properties文件添加数据库配置#端口号server.port=8080#数据库配置spring.datasource.url=jdbc:mysql://localhost:3306/数据库名称s

2021-08-27 20:29:33 157

原创 windows10专业版 hyper-v

windows10专业版启动自带 hyper-v 并安装 gcc一、windows10专业版启动自带 hyper-v二、安装并配置 Ubuntu 20.04三、安装 gcc一、windows10专业版启动自带 hyper-v1、左下搜索 hyper-v ,选择 “启用或关闭 Windows 功能”2、把 Hyper-V 选上确认,重启电脑二、安装并配置 Ubuntu 20.041、左下搜索 hyper-v ,选择 “Hyper-V 快速创建”2、选择Ubuntu 20.04下载,创建

2021-03-13 21:12:36 927

自动创建 springboot+mybatis+mysql 示例项目

自动创建 springboot+mybatis+mysql 示例项目

2021-08-27

struts2所需基本jar包

stuts2的11个必须的基本jar包 commons-fileupload-1.3.3 commons-io-2.5 commons-lang3-3.6 commons-logging-1.1.3 freemarker-2.3.23 javassist-3.20.0-GA log4j-api-2.8.2 ognl-3.1.15 struts2-core-2.5.13 xmlpull-1.1.3.1 xwork-core-2.2.1

2017-10-18

空空如也

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

TA关注的人

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