随笔分类 - 苏州研发
摘要://转载学习 Error:java: Annotation processing is not supported for module cycles. Please ensure that all modules from cycle [web_dao,web_service] are exclu
阅读全文
摘要:package lambda; import java.time.LocalDateTime; import java.time.format.DateTimeFormatter; import java.util.ArrayList; import java.util.List; import o
阅读全文
摘要:package enumTest; public enum BaseServiceEnum { /** * 旗舰版 */ ULTIMATE_SERVICE("1","ultimateAndGPUService"), /** * GPU版 */ GPU_SERVICE("2","ultimateAnd
阅读全文