XiFanL1's recent timeline updates
XiFanL1

XiFanL1

V2EX member #597031, joined on 2022-10-11 14:24:39 +08:00
  •   You need to sign in to view this topic
    Per XiFanL1's settings, the topics list is only visible after you sign in
    Deals info, including closed deals, is not hidden
    XiFanL1's recent replies
    有诉讼时效的,要保留好追债的证据,不然逾期不还,并且停止追债三年就过诉讼时效了
    Mar 28, 2024
    Replied to a topic by devfeng 问与答 有 V 友看漫画吗?在用哪个平台
    iOS 下的 xiangseguige 应用可以直接设置漫画源,GitHub 上有个大佬 shidahuilang 在定期维护书源和漫画源,不过 app 已经下架了,只能通过 sideloadly 之类的侧载安装
    分子
    Dec 18, 2023
    Replied to a topic by godleon 程序员 请教个 Java list 处理数据的问题?
    import java.util.*;
    import java.util.stream.Collectors;

    public class Bean {
    Date aTime;
    Date bTime;

    // getters and setters

    public Date getLatestTime() {
    return aTime.after(bTime) ? aTime : bTime;
    }
    }

    public class Main {
    public static void main(String[] args) {
    List<Bean> beans = new ArrayList<>();

    // add beans to the list

    List<Bean> sortedBeans = beans.stream()
    .sorted(Comparator.comparing(Bean::getLatestTime).reversed())
    .collect(Collectors.toList());

    // now sortedBeans is sorted by the latest time in each bean
    }
    }
    Dec 13, 2023
    Replied to a topic by santom 旅行 关于婚假出去玩
    杭州美食荒漠
    看下是不是开了系统自动更新
    定时任务和注册表也要看下
    @liuidetmks 有交叉,但是不是完全重叠那种,交叉部分估计 100 章不到
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2818 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 11ms · UTC 14:26 · PVG 22:26 · LAX 07:26 · JFK 10:26
    ♥ Do have faith in what you're doing.