摘要:
泛型对象的应用:常规业务逻辑模板化,使用通用的父类来定义字段,具体字段由实现类来赋予数据 //DEMO-1 public interface CommonTemplateService<T,F> { public T buildCallbackParam(String orderNo); publi 阅读全文
posted @ 2023-03-16 17:00
oktokeep
阅读(37)
评论(0)
推荐(0)
摘要:
idea如何快速找到项目中待处理的TODO注释 idea菜单栏 View -> Tool Windows,可以打开TODO窗口 阅读全文
posted @ 2023-03-16 16:55
oktokeep
阅读(1165)
评论(0)
推荐(0)
摘要:
生成纳秒级别的订单号 package com.example.core.mydemo.orderno; import java.util.Random; public class Test{ /** * 生成纳秒级别的订单号 * * @return */ public static String g 阅读全文
posted @ 2023-03-16 16:55
oktokeep
阅读(36)
评论(0)
推荐(0)
浙公网安备 33010602011771号