摘要: <dependency> <groupId>cn.afterturn</groupId> <artifactId>easypoi-base</artifactId> <version>3.0.3</version> </dependency> <dependency> <groupId>cn.aft 阅读全文
posted @ 2020-02-17 12:14 奕语∮梵天 阅读(554) 评论(2) 推荐(0) 编辑
摘要: 一、官网介绍 【英文说明】 【中文说明】 【通俗中文解释】 --解释来源:--https://blog.csdn.net/forezp/article/details/81041028 在分布式系统中,由于服务数量巨多,为了方便服务配置文件统一管理,实时更新,所以需要分布式配置中心组件。在Sprin 阅读全文
posted @ 2019-12-10 17:07 奕语∮梵天 阅读(223) 评论(0) 推荐(0) 编辑
摘要: 目录 1、事务介绍 2、事务的四个特性(ACID) 3、Spring 事务管理的核心接口 4、 PlatformTransactionManager 事务管理器 5、TransactionStatus 事务状态 6、TransactionDefinition 基本事务属性的定义 7、Spring 编 阅读全文
posted @ 2018-12-07 09:16 奕语∮梵天 阅读(316) 评论(0) 推荐(0) 编辑
摘要: 功能使用webuploader组件分片下载文件 文档地址: http://fex.baidu.com/webuploader/document.html 从 http://fex.baidu.com/webuploader/download.html中下载 用到的是: Uploader.swf we 阅读全文
posted @ 2018-11-27 16:42 奕语∮梵天 阅读(4151) 评论(0) 推荐(0) 编辑
摘要: 1 public static void main(String args[]) throws Exception{ 2 ActiveXComponent app = null; 3 String wordFile = "C:\\Users\\FAN\\Desktop\\aa.doc"; 4 String pdfFile = "C:\\U... 阅读全文
posted @ 2018-11-25 13:42 奕语∮梵天 阅读(432) 评论(0) 推荐(0) 编辑
摘要: SpringBoot 2.0 1.upLoad.html 2.uploadController.java 3.application.properties 注意:Spring Boot默认实例化了一个MultipartResolver(StandardServletMultipartResolver 阅读全文
posted @ 2018-11-23 17:39 奕语∮梵天 阅读(102) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2018-11-16 09:18 奕语∮梵天 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 1 阅读全文
posted @ 2018-11-06 17:07 奕语∮梵天 阅读(245) 评论(0) 推荐(0) 编辑
摘要: 一.使用到的注解以及解释 1). @EnableScheduling:开启对定时任务的支持,这个注解可以加到任意类上开启注解(其他类同时有效); 2) . @Scheduled : 声明需要执行的定时任务(加在方法上,只限制此方法有效),; 2.1. @Scheduled 的参数 initialDe 阅读全文
posted @ 2018-11-02 11:34 奕语∮梵天 阅读(817) 评论(0) 推荐(0) 编辑
摘要: 1.项目结构 -JDK 1.8 -SpringBoot 2.0.6 -Thymeleaf -Hot Start 1.1 后台(5个) java\com\example\demo\beans\user.java (创建实体) java\com\example\demo\repository\userR 阅读全文
posted @ 2018-10-31 12:10 奕语∮梵天 阅读(400) 评论(0) 推荐(0) 编辑