08 2021 档案
摘要:首先看Aspect的代码 @Pointcut("within(com.davidhu.shopguide.admin.mapper..*) + " || within(com.davidhu.shopguide..*.impl..*)" " ) public void applicationPack
阅读全文
摘要:<q-btn v-if="isTaoPwd == false" class="text-weight-bold" target="_blank" color="accent" text-color="white" :size="buttonSize" type="a" :href="`${host}
阅读全文
摘要:job1: 把超过24小时的数据移到另一张表 @Override @Transactional public void moveItemsTo48h() { List<CrawlItem> historyItems = super.baseMapper.getItemsAfter24Hours();
阅读全文