摘要: 1、实现Runnable接口 1 package com.cn.donleo.thread.impl; 2 3 /** 4 * @author liangd 5 * date 2020-10-31 15:30 6 * code 实现runnable接口 7 */ 8 public class MyT 阅读全文
posted @ 2020-12-01 17:57 donleo123 阅读(321) 评论(0) 推荐(0) 编辑
摘要: 1、继承Thead类 1 package com.cn.donleo.thread.impl; 2 3 /** 4 * @author liangd 5 * date 2020-10-31 15:29 6 * code 继承Thread类 7 */ 8 public class MyThreadBy 阅读全文
posted @ 2020-12-01 17:55 donleo123 阅读(510) 评论(0) 推荐(0) 编辑
摘要: 1、spring-aop-xml.xml <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/20 阅读全文
posted @ 2020-12-01 17:27 donleo123 阅读(97) 评论(0) 推荐(0) 编辑
摘要: 1、spring-aop.xml <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/X 阅读全文
posted @ 2020-12-01 17:26 donleo123 阅读(93) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance 阅读全文
posted @ 2020-12-01 17:16 donleo123 阅读(151) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance 阅读全文
posted @ 2020-12-01 17:11 donleo123 阅读(91) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance 阅读全文
posted @ 2020-12-01 17:10 donleo123 阅读(57) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance 阅读全文
posted @ 2020-12-01 17:07 donleo123 阅读(134) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance 阅读全文
posted @ 2020-12-01 17:06 donleo123 阅读(61) 评论(0) 推荐(0) 编辑
摘要: 一、通过自定义工厂方法装配Bean spring--factory.xml <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="htt 阅读全文
posted @ 2020-12-01 17:02 donleo123 阅读(104) 评论(0) 推荐(0) 编辑