
代码欣赏
文章平均质量分 90
吧啦蹦吧
人之初,没有钱。。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
代码欣赏--
一个boolean可以这样得到boolean canRun = TaskStatus.EXECUTION.getCode().equals(taskInfo.getStatus()) || TaskStatus.WAIT_DISPATCH.getCode().equals(taskInfo.getStatus()) || TaskS...原创 2020-03-11 12:32:12 · 242 阅读 · 1 评论 -
代码欣赏,如何使用全局静态变量-sx-匿名
使用final 来加快工具类的速度package com.streamax.basePlatForm.util;/** * 系统常量定义* @author slpan* @date 2018年8月15日 下午3:39:19*/public class SystemConstant { public static final int RESPONSE_CODE_200 = 200;...原创 2020-01-14 17:41:32 · 264 阅读 · 0 评论