当前位置:首页>java>私人代码收藏

私人代码收藏

  • 2026-01-27 05:11:36
私人代码收藏

点击关注公众号,Java干货及时送达👇

  • 1、代码lambdaQueryWrapper拼接sql查询
  • 2、字符串前面补0
  • 3、文件下载
  • 4、普通下载方法
  • 5、文件导入
  • 6、求两个string日期中间的时间
  • 7、对象拷贝
  • 8、生成uuid
  • 9、实体类日期格式处理
  • 10、文件打成zip
  • 11、判断字符串最后一个字符
  • 12、list互转json、string
  • 13、实体类或者任何对象空值不返回注解和忽略注解
  • 14、mybatisplus后台向前端传输long精度丢失问题
  • 15、数组自动排序
  • 16、mybatis的@Select()注解用法
  • 17、mybatis更新null不生效
  • 18、判断异常是否属于ICBCException
  • 19、mybatisplus-distinct用法
  • 20、EasyExcel自定义模板填充下载
  • 21、mybatisplus-and()or()用法
  • 22、下拉框列表查询
  • 23、mybatisplus、paas云日志Sql不打印问题
  • 24、判断对象或者字符串是否为nuLl
1、代码lambdaQueryWrapper拼接sql查询
public List< CreditquotaEntity> queryDataConfirm(CreditquotaEntity creditquota) {
    LambdaQueryWrapper<CreditquotaEntity> warp = new LambdaQueryWrapper<>();
    if(StringUtils,isNotEmpty(creditquota.getCustno()) warp.eq(CreditquotaEntity:getCustno,creditquota.getCustno());
    if(StringUtils,isNotEmpty(creditquota.getCustName())) warp.eq(CreditquotaEntity:getCustName,creditquota.getCustName());
    //数据权限筛选String zoneno =ZxdUtils.getCurrUserZonenoAndBrno0.get("zoneno");
        String brno =ZxdUtils.getCurrUserZonenoAndBrno0.get(brno");
        if(!1700"
.equals(zoneno) && !"01700".equals(zoneno)){
            warp.eq(CreditquotaEntity:getZoneno,zoneno);
            if(!"0000".equals(brno)) warp.eq(CreditquotaEntity::getBrno,brno);
        }
        warp.eq(CreditquotaEntity:getEmail,"").or(item -> item.eq(CreditquotaEntity::getEmail,nul);
        warp.and((item -> item.eq(CreditquotaEntity:getEmail,"").or().isNull(CreditquotaEntity:getEmail);
        warp.apply("(email =" OR email is null)");
        List<CreditquotaEntity> entities = this.list(warp);
        entities.forEach(entity->{
            entity.setMobile(DataMaskUtil.mobilePhone(entity.getMobile0));
            entity.setCertCode(DataMaskUtil.idCard(entity.getCertCode());
            entity.setCustName(DataMaskUtil.chineseName(entity.getCustName()));
        });
        return entities;
        }
        LambdaQueryWrapper<CreditquotaEntity> warp = new LambdaQueryWrapper<>():
        warp.apply("
zoneno = {0}","1702");
        List<CreditquotaEntity> list = creditquotaService.list(warp);
        String organld = sessionUtils.getCurrentUserOrganild(;
  • 查询条件拼接
QueryWrapper<CzDetail> warp = new QueryWrapper<>();
    warp.select("count(1) as count,sum(t.pay_amt) as sumPay ");
    warp.eq("view id",viewld).eq("isvalid","O").eq("isupload" "1");
    Map<String, Object> map = czDetailService.getMap(warp);
2、字符串前面补0
public static String fillZeroBeforeString(String str,int length){
        return String.format("%" +length+"s", str).replace(" ","O");
}
3、文件下载
public File downloadReport(ReqReportStaticVO reportStatic) throws 1OException {
    //定义临时文件File targetFile = File.createTempFile(UUIDUtil.getUUID0, ".xlsx");
    OutputStream fileOutputStream = new FileOutputStream(targetFile);
    List<ResReportStaticVO> staticVOS = queryReportStatic(reportStatic);
    //文件写入
    EasyExcel.write(fileOutputstream,ResReportStaticVO.class).sheet("报表统i计").doWrite(staticVOs);
    return targetFile;
}
4、普通下载方法
@ResponseBody@RequestMapping("/downLoad")
pubLic ResponseEntity<InputStreamResource> download(@RequestParam String viewId) {
    try{
        Trx0verview trxOverview=trx0verviewService.getById(viewId);
        //eap批次号
        String busiId=trxoverview.getDzzmFile();
        if(stringUtils.isNotBlank(busiId)){
            String rootPath=eapProperties.getWlorkBasePath()+"download/"+File.separator+busild+File.separator;
            Path downloadPath=Paths.get(rootPath);
            Files.createDirectories(downloadPath);

            eapService.download(busiId,downloadPath.toString());
            FiLe zip=ZipUtil.zip(rootPath,Chanset.forName("UTF-8"));
            //下载文件return ControllerUtils.responseFile(zip,"电子登记证明.zip",ControllerUtils.ENCDING DEFAULT);
        }eLse{
            throw new ICBCException("99","批次号为空");
        }
        }catch(Exception e){
            Log.error("下载文件出错!",e);
            throw newICBCException("99""电子证明下载异常!");
        }
}
5、文件导入
@Transactional(rolLbackFor = Exception.class)public void importFile(@RequestParam("file") MultipartFile file, @RequestParam("fileType") String fileType) throws I0Exception {
    //先清空摸型数据this.remove(null);
    //导入摸型数据
    EasyExcel.read(file.getInputStream(),Creditinfov0.class,new FileListener(this)).sheet()
// .headRowNumber(2)//从第几行开始
        .doRead();
    //第二种方式不用写监听器,同步
    List<NsrsxygDTo> nsrsxygs = EasyExcel.read(file.getInputStceam()).head(NsrsxygDTo.class).sheet().doReadsync();

//实体类如下:public class NscsxygDT0 {
    //从第几列取值@ExcelProperty(index = 0)private String dksgid;

    @ExcelProperty(index = 1)private String sxygbz;

    @ExceLProperty(index = 2)private String sxygrg;

    @ExceLProperty(index = 3)private String nsrmc;

    @ExcelProperty(index = 4)private String fddbrxm;
//fiLeType传值如下
<un-form-item Label=" " prop="upload">
    <un-upLoad
    cLass="upLoad-demo"
    :action="upLoad_url"
    :headers="headers"
    :accept="accept"
    :before-upLoad="handLeBeforeUpload"
    :on-success="handleSuccess"
    :on-error="handLeError"
    :fiLe-list="fileList"
    :data="{'fileType': query.fileType}"
    :show-file-list="false">
      <un-button style-"height:30px;background-coLor:mediunseagreen" size="medium" type-"primary">文件上传</un-button>
    </un-upLoad>
</un-form-item>
6、求两个string日期中间的时间
/**
     * 两个日期中间的日期集合
     * @param dateS
     * @param dateE
     * @return
     */
public static List<String> betweenDays(String dateS,String dateE){
        LocalDate begin = LocalDate.parse(dateS, DateTimeFormatter.ofPattern("yyyyMMdd"));
        LocalDate end = LocalDate.parse(dateE, DateTimeFormatter.ofPattern("yyyyMMdd"));
        while (begin.compareTo(end) <= 0){
            //中间的天数Period between = Period.between(begin, end);
            System.out.println(between.getDays());
            begin = begin.plusDays(1);
        }
        return list;
    }
7、对象拷贝
BeanUtils.copyProperties(commFields,fileDTO);
8、生成uuid
public static void main(String[] args) {
        String uuid = UUID.randomUUID().toString().replace("-", "");
        System.out.println(uuid);
    }
9、实体类日期格式处理
@DateTimeFormat(pattern ="yyyy-MM-dd HH:mm:ss")//定义前端(入参)数据格式@JsonFormat(timezone ="GMT+8",pattern = "yyyy-MM-dd HH:mm:ss")//json时间格式private Date operTime;
10、文件打成zip
ZipUtil.zip(path);
11、判断字符串最后一个字符
String ftpPath = vo.getFtpPath();
    if(!ftpPath.endsWith("/")){
        ftpPath = ftpPath + "/";
    }
12、list互转json、string
//list转json、stringString test = JS0N.toJS0NString(commonFields.getAgent_list());
    //string转jsonGson gson = new Gson();
    JsonArray verArray = gson.fromJson(verList, JsonArray.class);
13、实体类或者任何对象空值不返回注解和忽略注解
//JsonInclude.Include.NON_NULL 当前字段不空的时候返回字段才输出否则响应报文不展示@JsonInclude(JsonInclude.Include.NON_NULL)public String receiptNo;//回执号//JsonIgnore表示该字段不会出现在响应报文中@JsonIgnoreprivate Long viewId;
14、mybatisplus后台向前端传输long精度丢失问题
//在字段上加入如下注解即可@JsonSerialize(using = ToStringSerializer.class)private Long id;
15、数组自动排序
TreeSet<Object> treeSet = new TreeSet<>();
    treeSet.add("O.0.8");
    treeSet.add("0.0.3");
    treeset,add("0.0.7");
    Log.info("自动排序列表列表:"+treeSet.toString());
    -- [0.0.3, 0.0.7,0.0.8]
16、mybatis的@Select()注解用法
@Select()里面的>和<=需要转义>=
@SeLect("<script>"+
    " select p.*,e.card.type,e.username,e.phoneno,e.car.License,d.pay_count,d,status,d,update.time,d.ret msg,e." from (select t.*from (select * from loc-etcjzk.2aymentdetail his union all select * from Loc etcjzk-2ayme"" +
        "<if test='params.startDate != null'>"+
            "and t.PAYMENTDATE &gt;= to_date (#{params.startDate}, 'yyyy-mm-dd') "+
        "</if>"+
    "<if test='params.endDate != null'>" +
        "and t.PAYMENTDATE &lt; to_date (#{params.endDate},'yyyy-mm-dd') + 1 "+
    "</if>"+
    "<if test='params.status == 2'>""and t.TWICEPAYMENTFLAG=1 "+
    "</if>"+
    "<if test='params.status == 0'>"+"and t.TWICEPAYMENTFLAG=0 "+
    "</if>"+
    "<if test='params.status != null '>" 
        "and t.PAYMENTRESULI=#{panams.status} "
    </if>"+
    "<if test='params.bankcardng != nuLt'>"+
        "and t.ONCEPAYMENTBANKCARDNO=#(params.bankcardno} "."</if>""<if test='params.etccacdng t= nuLL'>""and t.ETcCARDNo=#{params.etccardng} ) p "+
    <if>
        "Left join loc-etcizk-pay_advance d on p.id = d.pay_detail_id left join loc.etcizk_sign e on p.etccardng ="cif test='params.cardType != null'>"+"where e.CARD_TYPE = #params.cardType} "+"order by p.PAYMENTDATE "+"</script>")
    List<Map> queryPaymentDetailList(@Param("params") Hap<String, String> params);

public List<String> getXydmByAcc(String acconut) {
    return baseMapper.getXydmByAcc(acconut);
}

import io.Lettuce.core.dynamic.annotation.Param;
@Select("select m.xyan from Loc-czzhik-zhxx t left join loc-czzhik.xxdmn m on t.ysdwbh=m.dwom where t-acconut- #lecconut) ")
List<String> getXydmByAcc(@Param("acconut") String acconut);
17、mybatis更新null不生效
实体中传入空字段将更新为nUlL,加入如下注解
/**
 *代理种类
 * /
@TableField(updateStrategy = FieldStrategy.IGNORED)
private String agentType;
18、判断异常是否属于ICBCException
if(e instanceof ICBCException){
        throw new ICBCException(ICBCException) e).getcode(),(ICBCException) e).getMsg());
    }
19、mybatisplus-distinct用法
public List<Object> payNoList(String viewId){
    QueryWrapper<CzDetail> warp=new QueryiWrappers>();
    warp.select("distinct pay_no ").lambda().eo(CzDetail::getViewId,viewId);
    return this.listObjs(warp);
}
20、EasyExcel自定义模板填充下载
//文件excel模板(其中。表示list的意思,不带.这表示单条)
公务卡还款账户 支付编号(20位) 序号 金额 还款标注
{.accountNo} {.payNo} {.serialno} {.account} {.hkbz}

    //Java代码如下/* 核对失败清单下载
         * @param acclet点
         *@return
         */public File getFailList(List<AccountDetail> accDets) throws IOException {
        //读取模板文件(resources下建立file文件夹)File tempFile = new ClassPathResource("file/check-fail-list.xlsx").getFile();
        //导出的文件名称File targetFile = File.createTempFile(GwkUtils.getUuID(),".xlsx");
        //数据
        List<Map> fillData = new ArrayList<>();
        for (AccountDetail accDet:accDets) {
            HashMap<Object, Object> map = new HashHapc>();
            map.put ("accountNo",accDet.getAccountNo());//内部户
            map.put("payNo",accDet.getPayNo());//支付编号
            map.put("seriaLno",accDet.getSerialno());//序号
            map.put("account,accDet.getZhAnount());//金额
            map.put ("
hkbz",accDet.getCheckMsg());//还款标注
            fillData.add(map);
        }
        //文件导出
        EasyExceL.write(targetFile.getPath()),withTempLate(tempFile.getPath()),sheet().doFill(fil1Data)
        retunn targetFile;
    }
21、mybatisplus-and()or()用法
List<AccountDetail> accountDetailList = accountDetailService.List(
            new LambdaQueryWrapper<AccountDetail>().eq(AccountDetail::getViewId, ViewId).eg(AccountDetail::getNocheck,"O")
        .and(warp->warp.ne(AccountDetail::getCheckRet,"0").or(),isNull(AccountDetail::getCheckRet))
    };
22、下拉框列表查询
<un-form-item Label="类型标识" prop="roLes">
      <un-select v-model="query.typeFLag" clearable pLaceholder="请选择" styLe="width:100%">
        <un-option v-for="item in type_fLag" 
                   :key="item.typeFLag"
                   :Label="item.typeFLag"
                   :value="item.typeFLag">
        </un-option>
      </un-select>
    </un-form-item>
    //下拉选择-类型标识
    type_fLag:[],

    mounted() {
        //下拉框初始化
        this.queryTypeFLag();
    }

//类型标识下拉框
    queryTypeFLag(){
      axios.get(this.uri_type_fLag).then(response => {
      // console.Log(response.data.code==1)
      this.type_fLag = response.data.data;
      if(response.data.code==1){
        this.$notify.error({
        title:"警告"
        type:"warning",
        message:response.data.msg,
      });
      return;
      }
    }).catch(e => {
      consoLe.Log('error:'+ e);
    })
    }
@RequestMapping("/typeFLags")public String selectTypeFlags(){
        List<Params> typeFLags=paramsService.selectTypeFlags();
        if(typeFLags.size()<=0){
        throw new ICBCException("99","类型标识下拉框查询异常");
        }
        HnResponseEntity entity=HnResponseEntity.getInstance("0""类型标识下拉框查询成功",typeFlags);
        return entity.toJson()
    }
    public List<Params> selectTypeFLags() {
        QueryWrappercParams warp = new QueryWrapper<();
        warp.select(" distinct type.flag ");
        retumn this.List(warp);
    }
23、mybatisplus、paas云日志Sql不打印问题
yml中加入如下内容即可:mybatis-plus:configuration:Log-impl: org.apache.ibatis.logging.stdout.StdOutImpL
24、判断对象或者字符串是否为nuLl
String str= "777888部户-sq-4124250-4100225115汇入666552154545451";
    String zfbh = sz0rhg(str);
    if(!0bjects.isNull(zfbh) && zfbh.startsWith("-")){
        fzfbh = zfbh.substring(1);
    }
    System.out.println(zfbh);
点击上方蓝色文字关注↑↑↑↑↑
转发,点赞,在看,安排一下?

最新文章

随机文章

基本 文件 流程 错误 SQL 调试
  1. 请求信息 : 2026-02-08 15:39:43 HTTP/2.0 GET : https://f.mffb.com.cn/a/463054.html
  2. 运行时间 : 0.164992s [ 吞吐率:6.06req/s ] 内存消耗:4,612.38kb 文件加载:140
  3. 缓存信息 : 0 reads,0 writes
  4. 会话信息 : SESSION_ID=e0c33a2ab617ebba6d33327d111c619a
  1. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/public/index.php ( 0.79 KB )
  2. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/autoload.php ( 0.17 KB )
  3. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/composer/autoload_real.php ( 2.49 KB )
  4. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/composer/platform_check.php ( 0.90 KB )
  5. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/composer/ClassLoader.php ( 14.03 KB )
  6. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/composer/autoload_static.php ( 4.90 KB )
  7. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-helper/src/helper.php ( 8.34 KB )
  8. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-validate/src/helper.php ( 2.19 KB )
  9. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-orm/src/helper.php ( 1.47 KB )
  10. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-orm/stubs/load_stubs.php ( 0.16 KB )
  11. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/Exception.php ( 1.69 KB )
  12. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-container/src/Facade.php ( 2.71 KB )
  13. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/symfony/deprecation-contracts/function.php ( 0.99 KB )
  14. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/symfony/polyfill-mbstring/bootstrap.php ( 8.26 KB )
  15. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/symfony/polyfill-mbstring/bootstrap80.php ( 9.78 KB )
  16. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/symfony/var-dumper/Resources/functions/dump.php ( 1.49 KB )
  17. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-dumper/src/helper.php ( 0.18 KB )
  18. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/symfony/var-dumper/VarDumper.php ( 4.30 KB )
  19. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/App.php ( 15.30 KB )
  20. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-container/src/Container.php ( 15.76 KB )
  21. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/psr/container/src/ContainerInterface.php ( 1.02 KB )
  22. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/app/provider.php ( 0.19 KB )
  23. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/Http.php ( 6.04 KB )
  24. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-helper/src/helper/Str.php ( 7.29 KB )
  25. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/Env.php ( 4.68 KB )
  26. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/app/common.php ( 0.03 KB )
  27. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/helper.php ( 18.78 KB )
  28. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/Config.php ( 5.54 KB )
  29. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/config/app.php ( 0.95 KB )
  30. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/config/cache.php ( 0.78 KB )
  31. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/config/console.php ( 0.23 KB )
  32. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/config/cookie.php ( 0.56 KB )
  33. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/config/database.php ( 2.48 KB )
  34. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/facade/Env.php ( 1.67 KB )
  35. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/config/filesystem.php ( 0.61 KB )
  36. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/config/lang.php ( 0.91 KB )
  37. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/config/log.php ( 1.35 KB )
  38. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/config/middleware.php ( 0.19 KB )
  39. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/config/route.php ( 1.89 KB )
  40. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/config/session.php ( 0.57 KB )
  41. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/config/trace.php ( 0.34 KB )
  42. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/config/view.php ( 0.82 KB )
  43. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/app/event.php ( 0.25 KB )
  44. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/Event.php ( 7.67 KB )
  45. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/app/service.php ( 0.13 KB )
  46. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/app/AppService.php ( 0.26 KB )
  47. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/Service.php ( 1.64 KB )
  48. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/Lang.php ( 7.35 KB )
  49. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/lang/zh-cn.php ( 13.70 KB )
  50. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/initializer/Error.php ( 3.31 KB )
  51. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/initializer/RegisterService.php ( 1.33 KB )
  52. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/services.php ( 0.14 KB )
  53. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/service/PaginatorService.php ( 1.52 KB )
  54. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/service/ValidateService.php ( 0.99 KB )
  55. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/service/ModelService.php ( 2.04 KB )
  56. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-trace/src/Service.php ( 0.77 KB )
  57. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/Middleware.php ( 6.72 KB )
  58. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/initializer/BootService.php ( 0.77 KB )
  59. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-orm/src/Paginator.php ( 11.86 KB )
  60. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-validate/src/Validate.php ( 63.20 KB )
  61. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-orm/src/Model.php ( 23.55 KB )
  62. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-orm/src/model/concern/Attribute.php ( 21.05 KB )
  63. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-orm/src/model/concern/AutoWriteData.php ( 4.21 KB )
  64. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-orm/src/model/concern/Conversion.php ( 6.44 KB )
  65. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-orm/src/model/concern/DbConnect.php ( 5.16 KB )
  66. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-orm/src/model/concern/ModelEvent.php ( 2.33 KB )
  67. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-orm/src/model/concern/RelationShip.php ( 28.29 KB )
  68. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-helper/src/contract/Arrayable.php ( 0.09 KB )
  69. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-helper/src/contract/Jsonable.php ( 0.13 KB )
  70. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-orm/src/model/contract/Modelable.php ( 0.09 KB )
  71. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/Db.php ( 2.88 KB )
  72. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-orm/src/DbManager.php ( 8.52 KB )
  73. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/Log.php ( 6.28 KB )
  74. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/Manager.php ( 3.92 KB )
  75. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/psr/log/src/LoggerTrait.php ( 2.69 KB )
  76. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/psr/log/src/LoggerInterface.php ( 2.71 KB )
  77. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/Cache.php ( 4.92 KB )
  78. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/psr/simple-cache/src/CacheInterface.php ( 4.71 KB )
  79. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-helper/src/helper/Arr.php ( 16.63 KB )
  80. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/cache/driver/File.php ( 7.84 KB )
  81. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/cache/Driver.php ( 9.03 KB )
  82. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/contract/CacheHandlerInterface.php ( 1.99 KB )
  83. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/app/Request.php ( 0.09 KB )
  84. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/Request.php ( 55.78 KB )
  85. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/app/middleware.php ( 0.25 KB )
  86. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/Pipeline.php ( 2.61 KB )
  87. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-trace/src/TraceDebug.php ( 3.40 KB )
  88. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/middleware/SessionInit.php ( 1.94 KB )
  89. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/Session.php ( 1.80 KB )
  90. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/session/driver/File.php ( 6.27 KB )
  91. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/contract/SessionHandlerInterface.php ( 0.87 KB )
  92. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/session/Store.php ( 7.12 KB )
  93. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/Route.php ( 23.73 KB )
  94. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/route/RuleName.php ( 5.75 KB )
  95. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/route/Domain.php ( 2.53 KB )
  96. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/route/RuleGroup.php ( 22.43 KB )
  97. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/route/Rule.php ( 26.95 KB )
  98. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/route/RuleItem.php ( 9.78 KB )
  99. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/route/app.php ( 1.72 KB )
  100. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/facade/Route.php ( 4.70 KB )
  101. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/route/dispatch/Controller.php ( 4.74 KB )
  102. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/route/Dispatch.php ( 10.44 KB )
  103. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/app/controller/Index.php ( 4.81 KB )
  104. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/app/BaseController.php ( 2.05 KB )
  105. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-orm/src/facade/Db.php ( 0.93 KB )
  106. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-orm/src/db/connector/Mysql.php ( 5.44 KB )
  107. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-orm/src/db/PDOConnection.php ( 52.47 KB )
  108. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-orm/src/db/Connection.php ( 8.39 KB )
  109. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-orm/src/db/ConnectionInterface.php ( 4.57 KB )
  110. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-orm/src/db/builder/Mysql.php ( 16.58 KB )
  111. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-orm/src/db/Builder.php ( 24.06 KB )
  112. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-orm/src/db/BaseBuilder.php ( 27.50 KB )
  113. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-orm/src/db/Query.php ( 15.71 KB )
  114. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-orm/src/db/BaseQuery.php ( 45.13 KB )
  115. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-orm/src/db/concern/TimeFieldQuery.php ( 7.43 KB )
  116. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-orm/src/db/concern/AggregateQuery.php ( 3.26 KB )
  117. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-orm/src/db/concern/ModelRelationQuery.php ( 20.07 KB )
  118. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-orm/src/db/concern/ParamsBind.php ( 3.66 KB )
  119. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-orm/src/db/concern/ResultOperation.php ( 7.01 KB )
  120. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-orm/src/db/concern/WhereQuery.php ( 19.37 KB )
  121. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-orm/src/db/concern/JoinAndViewQuery.php ( 7.11 KB )
  122. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-orm/src/db/concern/TableFieldInfo.php ( 2.63 KB )
  123. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-orm/src/db/concern/Transaction.php ( 2.77 KB )
  124. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/log/driver/File.php ( 5.96 KB )
  125. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/contract/LogHandlerInterface.php ( 0.86 KB )
  126. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/log/Channel.php ( 3.89 KB )
  127. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/event/LogRecord.php ( 1.02 KB )
  128. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-helper/src/Collection.php ( 16.47 KB )
  129. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/facade/View.php ( 1.70 KB )
  130. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/View.php ( 4.39 KB )
  131. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/Response.php ( 8.81 KB )
  132. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/response/View.php ( 3.29 KB )
  133. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/Cookie.php ( 6.06 KB )
  134. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-view/src/Think.php ( 8.38 KB )
  135. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/contract/TemplateHandlerInterface.php ( 1.60 KB )
  136. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-template/src/Template.php ( 46.61 KB )
  137. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-template/src/template/driver/File.php ( 2.41 KB )
  138. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-template/src/template/contract/DriverInterface.php ( 0.86 KB )
  139. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/runtime/temp/067d451b9a0c665040f3f1bdd3293d68.php ( 11.98 KB )
  140. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-trace/src/Html.php ( 4.42 KB )
  1. CONNECT:[ UseTime:0.000730s ] mysql:host=127.0.0.1;port=3306;dbname=f_mffb;charset=utf8mb4
  2. SHOW FULL COLUMNS FROM `fenlei` [ RunTime:0.000587s ]
  3. SELECT * FROM `fenlei` WHERE `fid` = 0 [ RunTime:0.000288s ]
  4. SELECT * FROM `fenlei` WHERE `fid` = 63 [ RunTime:0.000254s ]
  5. SHOW FULL COLUMNS FROM `set` [ RunTime:0.000463s ]
  6. SELECT * FROM `set` [ RunTime:0.000195s ]
  7. SHOW FULL COLUMNS FROM `article` [ RunTime:0.000514s ]
  8. SELECT * FROM `article` WHERE `id` = 463054 LIMIT 1 [ RunTime:0.000461s ]
  9. UPDATE `article` SET `lasttime` = 1770536383 WHERE `id` = 463054 [ RunTime:0.007877s ]
  10. SELECT * FROM `fenlei` WHERE `id` = 65 LIMIT 1 [ RunTime:0.002576s ]
  11. SELECT * FROM `article` WHERE `id` < 463054 ORDER BY `id` DESC LIMIT 1 [ RunTime:0.000479s ]
  12. SELECT * FROM `article` WHERE `id` > 463054 ORDER BY `id` ASC LIMIT 1 [ RunTime:0.001438s ]
  13. SELECT * FROM `article` WHERE `id` < 463054 ORDER BY `id` DESC LIMIT 10 [ RunTime:0.000880s ]
  14. SELECT * FROM `article` WHERE `id` < 463054 ORDER BY `id` DESC LIMIT 10,10 [ RunTime:0.001025s ]
  15. SELECT * FROM `article` WHERE `id` < 463054 ORDER BY `id` DESC LIMIT 20,10 [ RunTime:0.004546s ]
0.166571s