2021年7月
-
JAVA ebean相关的查询
where// select * from user where name = "boht"List<User> user = new Quser().name.equalTo("boht").findList();and// select * from user where name&...
薄洪涛 2021-07-28 564浏览 0评论 -
JAVA springboot 数据校验
使用import javax.validation.constraints.NotNull import javax.validation.constraints.Size class QueryMedcialTipInfoParams { @DocParamName(title = "用户id", description = ""...
薄洪涛 2021-07-26 615浏览 0评论 -
个人随笔 homebrew切换源
安装yarn执行brew install brew 报错,如下==> Pouring libuv-1.41.0.big_sur.bottle.tar.gz tar: Error opening archive: Failed to open '/Users/boht/Library/Caches/Homebrew/downloads/33581b45642e968ac66394c09ee13cc00245e17...
薄洪涛 2021-07-22 1023浏览 0评论