2月15日-备孕春招40天-第34天
①leetcode
301-337 删除无效的括号(放弃)
含有冷冻期的股票问题
https://leetcode-cn.com/problems/best-time-to-buy-and-sell-stock-with-cooldown/submissions/
戳气球
https://leetcode-cn.com/problems/burst-balloons/
硬币问题:
https://leetcode-cn.com/problems/coin-change/submissions/
打家劫舍Ⅲ(最大快乐值) 递归的代码很容易写出来,最好改为自底向上的dp(用返回值给出下面节点两种状态的值)
https://leetcode-cn.com/problems/house-robber-iii/submissions/
②springMVC
传统模式文件上传: 两个依赖:
后端方法:
springMVC的文件上传: 在springMVC.xml中配置文件解析器:
方法:
跨服务器文件上传: 遇到tomcat不支持put的报错: https://blog.csdn.net/qq_40181435/article/details/105684221 依赖: