摘要: <dependency> <groupId>org.flowable</groupId> <artifactId>flowable-spring-boot-starter</artifactId> <version>${flowable.version}</version> <exclusions> 阅读全文
posted @ 2022-06-25 13:49 愚公钓愚 阅读(156) 评论(0) 推荐(0) 编辑
摘要: import org.springframework.beans.factory.annotation.Autowired; import org.springframework.data.redis.core.RedisTemplate; import org.springframework.st 阅读全文
posted @ 2022-06-20 14:51 愚公钓愚 阅读(639) 评论(0) 推荐(0) 编辑
摘要: 一、准备工作 需要提前下载如下文件,链接地址失效的自行百度下载 https://windows.php.net/downloads/releases/archives/https://httpd.apache.org/https://cdn.mysql.com//Downloads/MySQLIns 阅读全文
posted @ 2021-08-11 15:37 愚公钓愚 阅读(189) 评论(0) 推荐(0) 编辑
摘要: <resultMap extends="studentMap" id="studentMapWithFile" type="com.education.model.vo.StudentVo"> <!-- studentFileMapWithOther 是下一个resultmap的id--> <ass 阅读全文
posted @ 2019-06-14 14:32 愚公钓愚 阅读(419) 评论(0) 推荐(0) 编辑
摘要: 一、 HttpClient:是一个接口 首先需要先创建一个DefaultHttpClient的实例 HttpClient httpClient=new DefaultHttpClient(); 或者 CloseableHttpClient httpclient = HttpClients.creat 阅读全文
posted @ 2018-07-02 14:53 愚公钓愚 阅读(883) 评论(0) 推荐(0) 编辑
摘要: 转载 https://www.cnblogs.com/maanshancss/p/6027999.html 阅读全文
posted @ 2018-06-28 13:23 愚公钓愚 阅读(86) 评论(0) 推荐(0) 编辑
摘要: 一、继承Thread /** * @author ljj * @date 2022/10/11 15:21 */public class MyThreadTest extends Thread { private static int ticket = 100; public void run() 阅读全文
posted @ 2018-06-25 17:05 愚公钓愚 阅读(567) 评论(0) 推荐(0) 编辑
摘要: 一接口和实现类 二、创建代理实现类 三、测试代码 阅读全文
posted @ 2018-06-20 18:12 愚公钓愚 阅读(265) 评论(0) 推荐(0) 编辑