guozi1117 最近的时间轴更新
guozi1117

guozi1117

V2EX 第 574236 号会员,加入于 2022-03-03 17:29:26 +08:00
今日活跃度排名 26586
guozi1117 最近回复了
1 天前
回复了 dongzei 创建的主题 生活 小孩子自从上了幼儿园就经常生病
确实是这样的,家里小朋友今年上幼儿园。已经因为咳嗽,请假三四次了。每次休息一段时间,然后去学校过不了多久又开始咳嗽了,真的是头都大了~
网易云+网易云盘
```java
public void save(AacmReportInsertBo aacmReportInsertBo) {
IReportHandler handler = ReportHandlerFactory.getReportHandlerService(ReportType.getType(aacmReportInsertBo.getType()));
handler.checkNull(aacmReportInsertBo);
handler.handle(aacmReportInsertBo);
}

void checkNull(AacmReportInsertBo aacmReportInsertBo) {
if(StringUtils.isBlank(aacmReportInsertBo.getSex())) {
//do something
}

// 或者基于注解实现
}

```
45 天前
回复了 merlinliu1 创建的主题 生活 买房首付借款问题
各银行的装修贷
同上海 V2er ,求拉:Z3VvemkxMTE3
75 天前
回复了 2hao 创建的主题 生活 网贷了 20 个
招行的闪电贷不到 3 还是香啊
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   3219 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 16ms · UTC 12:48 · PVG 20:48 · LAX 04:48 · JFK 07:48
Developed with CodeLauncher
♥ Do have faith in what you're doing.