自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 收藏
  • 关注

原创 spring基础配置

spring学习笔记

2022-04-24 21:05:44 205

原创 控制台模拟进度条

/** * 描述:控制台打印进度条 * * @author yanfuyou * @date 2022/4/24 */ public class Speed { public static void main(String[] args) throws InterruptedException { System.out.printf("%s", "进度:\n"); for (int i = 1; i < 20; i++) { .

2022-04-24 21:01:06 110

原创 java通过递归遍历并删除目录下的文件

import java.io.File; /** * 描述:递归遍历文件名 * * @author yanfuyou * @date 2022/4/12 */ public class Main { public static void main(String[] args) { String rootPath = "E://reportDir"; loopOutAllFileName(rootPath); } private stat.

2022-04-12 17:54:36 559

原创 spring基于配置注入

springIOC通过通过setter方法实现注入

2022-03-05 20:22:01 828

原创 【无标题】javaweb文件上传与下载

构建数据库filetest:包含文件名称及路径 SET FOREIGN_KEY_CHECKS=0; -- ---------------------------- -- Table structure for file -- ---------------------------- DROP TABLE IF EXISTS `file`; CREATE TABLE `file` ( `id` int(5) NOT NULL AUTO_INCREMENT, `filename` varchar(

2021-11-28 21:55:38 361

原创 Spring整合mybatis

spring框架需要的jar包(根据自己需求修改版本): aopalliance-1.0.jar aspectjweaver-1.8.13.jar spring-aop-5.0.2.RELEASE.jar spring-aspects-5.0.2.RELEASE.jar spring-beans-5.0.2.RELEASE.jar spring-context-5.0.2.RELEASR.jar spring-core-5.0.2.RELEASE.jar spr

2021-11-02 00:11:19 65

空空如也

空空如也

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

TA关注的人

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