摘要: import timedef outter(func): print(1) def wrapper(*args, **kwargs): print(2) start = time.time() time.sleep(3) func(*args, **kwargs) stop = time.time( 阅读全文
posted @ 2020-05-25 22:23 Pykingchen 阅读(865) 评论(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-ins 阅读全文
posted @ 2020-05-25 22:21 Pykingchen 阅读(216) 评论(0) 推荐(0) 编辑
摘要: spring中ioc的配置: <?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLS 阅读全文
posted @ 2020-05-25 22:18 Pykingchen 阅读(98) 评论(0) 推荐(0) 编辑