摘要:
通过SpringBoot的事务注解@Transactional,实现事务 @Transactional(rollbackFor = Exception.class) public String borrow(Integer book_id, Integer account_id){ System.o 阅读全文
摘要:
五题做了四题,第四题原以为会超时,最后抱着尝试一下的心态,居然就过了。 稍微看了一下排名,从98名开始,都是只做了四题的参赛选手,看来解题时间还是很关键。 记录一下参赛。 以下题目均来自leetcode网站:https://leetcode-cn.com/ 1. 拿硬币 https://leetco 阅读全文