摘要: <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.spring 阅读全文
posted @ 2020-05-27 22:45 Pykingchen 阅读(132) 评论(0) 推荐(0) 编辑
摘要: /** * 账户的业务层实现类 * 曾经xml的配置: * <bean id="accountService" class="com.itheima.service.impl.AccountServiceImpl" * scope="" init-method="" destory-method=" 阅读全文
posted @ 2020-05-27 22:17 Pykingchen 阅读(262) 评论(0) 推荐(0) 编辑
摘要: def auth(db_type): def deco(func): def wrapper(*args, **kwargs): name = input('your name>>>:'.strip()) pwd = input('your password>>>:'.strip()) if db_ 阅读全文
posted @ 2020-05-27 19:56 Pykingchen 阅读(148) 评论(0) 推荐(0) 编辑