摘要: package org.springframework.security.crypto.bcrypt; /** * 状态模式测试 */ public interface State { /** * 添加硬币 */ void insertCoin(); /** * 退出硬币 */ void returnCoin();... 阅读全文
posted @ 2019-06-11 13:43 A小小高 阅读(197) 评论(0) 推荐(0) 编辑