摘要: https://www.cnblogs.com/itdragon/p/13619028.html 阅读全文
posted @ 2021-02-10 13:55 ukyo--碳水化合物 阅读(171) 评论(0) 推荐(0)
摘要: package com.example.designpattern.interpret.hard; /** * @Author: zhangQi * @Date: 2021-02-10 11:25 */ public interface Expression { long interpret(); 阅读全文
posted @ 2021-02-10 12:43 ukyo--碳水化合物 阅读(49) 评论(0) 推荐(0)
摘要: package com.example.designpattern.interpret.easy; import lombok.AllArgsConstructor; import lombok.Getter; import org.springframework.util.StringUtils; 阅读全文
posted @ 2021-02-10 12:18 ukyo--碳水化合物 阅读(60) 评论(0) 推荐(0)