Pinned Loading
-
月订单指标充血模型
月订单指标充血模型 1/**
2* 月订单领域模型, 具备领域自治能力
3*
4* 比率为 null 与 0 有不同的语义
5* null 表示当前数据不足以计算环比或同比, 比如同比需要去年本月份的sales, 但去年本月没有订单, 这时返回 null
-
优雅处理按类型排序
优雅处理按类型排序 1@Getter
2@AllArgsConstructor
3public enum CommunitySortType {
45/*
-
使用正则表达式重构代码
使用正则表达式重构代码 1重构前
2```java
3private ServerInfo resolveServerInfo(String serverAddress) {
4String property = System.getProperty("nacos.server.port", "8848");
5int serverPort = Integer.parseInt(property);
-
使用Stream重构代码
使用Stream重构代码 1重构前
2```java
3public boolean validate() {
4if (isAllIPs()) {
5return true;
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.