pxcking's recent timeline updates
pxcking

pxcking

V2EX member #401385, joined on 2019-04-13 15:50:31 +08:00
pxcking's recent replies
Feb 5, 2025
Replied to a topic by RIckV2 程序员 deepSeekAPI 好像不能用了
https://status.deepseek.com/uptime/j4n367d9mh3x
api 不能用了,官网还能用
public class NotIncludeNullValidator implements ConstraintValidator<NotIncludeNull, Collection<?>> {
@Override
public void initialize(NotIncludeNull constraintAnnotation) {

}

@Override
public boolean isValid(Collection<?> value, ConstraintValidatorContext context) {
// 不校验空集合
if (CollectionUtils.isEmpty(value)) {
return true;
}
for (Object next : value) {
if (next == null) {
return false;
}
}
return true;
}
}
打击电商,扶持实体的手段
Feb 6, 2024
Replied to a topic by windchime 问与答 也许只有经历过得人才能懂
悲观主义其实挺容易走出来的,往往陷的最深的是虚无主义,爬出来太难了,祝楼主能尽快的摆脱出来
Jan 19, 2024
Replied to a topic by dyv9 程序员 请教商品价格排序的性能问题
我们公司很简单,把这种和价格相关的数据全部放到 redis 里,根本不走 mysql
Jan 9, 2024
Replied to a topic by DreamH 程序员 有没有专门分享 prompt 的站点?
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3176 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 12ms · UTC 00:21 · PVG 08:21 · LAX 17:21 · JFK 20:21
♥ Do have faith in what you're doing.