PSQ实践

  • tk.mybatis
    // 设置查询的最大结果数
    // 可以通过追加sql语句的形式 如下添加。
    // 类似的需求注意一下sql关键字的顺序
    Example example = new Example(*.class);
    example.setOrderByClause("driver_code asc limit " + maxCount);

     

上一篇:大脑直插芯片?还能手机操控?


下一篇:ubuntu20.04 使用libtorch