10 2020 档案

摘要:WebSecurityConfig package com.chenmuxin.springdemo.configuration; import org.springframework.security.config.annotation.web.builders.HttpSecurity; imp 阅读全文
posted @ 2020-10-26 22:57 xl4ng 阅读(131) 评论(0) 推荐(0) 编辑
摘要:package com.itheima.day05; import org.activiti.engine.ProcessEngine; import org.activiti.engine.ProcessEngines; import org.activiti.engine.TaskService 阅读全文
posted @ 2020-10-24 09:27 xl4ng 阅读(211) 评论(0) 推荐(0) 编辑
摘要:1、把文档另存为Word XML 文档格式; 2、用记事本打开,查找“DocumentProtection”; 3、在查找到的内容前面加上“un”,变为“unDocumentProtection”。 阅读全文
posted @ 2020-10-19 08:37 xl4ng 阅读(1240) 评论(0) 推荐(0) 编辑
摘要:``` package com.itheima.day03.activiti; import org.activiti.engine.ProcessEngine; import org.activiti.engine.ProcessEngines; import org.activiti.engin 阅读全文
posted @ 2020-10-18 21:24 xl4ng 阅读(465) 评论(0) 推荐(0) 编辑
摘要:package com.itheima.day03.activiti; import org.activiti.engine.ProcessEngine; import org.activiti.engine.ProcessEngines; import org.activiti.engine.Ru 阅读全文
posted @ 2020-10-17 21:44 xl4ng 阅读(994) 评论(0) 推荐(0) 编辑
摘要:package com.itheima.day03.activiti; import org.activiti.engine.HistoryService; import org.activiti.engine.ProcessEngine; import org.activiti.engine.Pr 阅读全文
posted @ 2020-10-15 22:51 xl4ng 阅读(258) 评论(0) 推荐(0) 编辑
摘要:package com.itheima.day03.activiti; import org.activiti.engine.ProcessEngine; import org.activiti.engine.ProcessEngines; import org.activiti.engine.Re 阅读全文
posted @ 2020-10-15 22:46 xl4ng 阅读(262) 评论(0) 推荐(0) 编辑
摘要:转自:https://www.cnblogs.com/swordfall/p/11359370.html 解决依赖第三方jar包,并可执行jar的打包 <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache 阅读全文
posted @ 2020-10-12 22:38 xl4ng 阅读(207) 评论(0) 推荐(0) 编辑
摘要:package com.itheima.day03.activiti; import org.activiti.engine.ProcessEngine; import org.activiti.engine.ProcessEngines; import org.activiti.engine.Re 阅读全文
posted @ 2020-10-11 22:19 xl4ng 阅读(272) 评论(0) 推荐(0) 编辑
摘要:package com.itheima.day03.activiti; import org.activiti.engine.ProcessEngine; import org.activiti.engine.ProcessEngines; import org.activiti.engine.Re 阅读全文
posted @ 2020-10-11 22:18 xl4ng 阅读(221) 评论(0) 推荐(0) 编辑
摘要:Main import java.util.Timer; public class Main { public static void main(String[] args) { Timer timer = new Timer(); MyTask myTask = new MyTask(); tim 阅读全文
posted @ 2020-10-11 20:13 xl4ng 阅读(110) 评论(0) 推荐(0) 编辑
摘要:package com.itheima.activiti; import org.activiti.engine.ProcessEngine; import org.activiti.engine.ProcessEngines; import org.activiti.engine.TaskServ 阅读全文
posted @ 2020-10-09 22:28 xl4ng 阅读(209) 评论(0) 推荐(0) 编辑
摘要:package com.itheima.activiti; import org.activiti.engine.ProcessEngine; import org.activiti.engine.ProcessEngines; import org.activiti.engine.TaskServ 阅读全文
posted @ 2020-10-09 22:27 xl4ng 阅读(477) 评论(0) 推荐(0) 编辑
摘要:package com.itheima.activiti; import org.activiti.engine.ProcessEngine; import org.activiti.engine.ProcessEngines; import org.activiti.engine.RuntimeS 阅读全文
posted @ 2020-10-09 22:26 xl4ng 阅读(390) 评论(0) 推荐(0) 编辑
摘要:package com.itheima.activiti; import org.activiti.engine.ProcessEngine; import org.activiti.engine.ProcessEngines; import org.activiti.engine.Reposito 阅读全文
posted @ 2020-10-09 21:51 xl4ng 阅读(257) 评论(0) 推荐(0) 编辑
摘要:pom.xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance 阅读全文
posted @ 2020-10-08 22:19 xl4ng 阅读(200) 评论(0) 推荐(0) 编辑
摘要:package com.fx; import javafx.application.Application; import javafx.beans.value.ChangeListener; import javafx.beans.value.ObservableValue; import jav 阅读全文
posted @ 2020-10-01 21:40 xl4ng 阅读(551) 评论(0) 推荐(0) 编辑
摘要:package fx.com; import javafx.application.Application; import javafx.event.ActionEvent; import javafx.event.EventHandler; import javafx.scene.Group; i 阅读全文
posted @ 2020-10-01 13:02 xl4ng 阅读(559) 评论(0) 推荐(0) 编辑
摘要:package fx.com; import javafx.application.Application; import javafx.event.ActionEvent; import javafx.event.EventHandler; import javafx.scene.Group; i 阅读全文
posted @ 2020-10-01 12:41 xl4ng 阅读(1120) 评论(0) 推荐(0) 编辑
摘要:package fx.com; import javafx.application.Application; import javafx.event.ActionEvent; import javafx.event.EventHandler; import javafx.geometry.Inset 阅读全文
posted @ 2020-10-01 12:10 xl4ng 阅读(3515) 评论(0) 推荐(0) 编辑