摘要: 问题很简单,就是运行后出现这个,根据字面意思是无法解析这个值,然后按照网上的一篇博文 添加了 <context:property-placeholder location="classpath:jdbc.properties" ignore-unresolvable="true"/> 运行一下没报错 阅读全文
posted @ 2019-05-24 20:07 pc_m 阅读(13712) 评论(0) 推荐(0) 编辑
摘要: 原文:https://blog.csdn.net/m_nanle_xiaobudiu/article/details/80448995 阅读全文
posted @ 2019-05-24 15:45 pc_m 阅读(133) 评论(0) 推荐(0) 编辑
摘要: 心得:这个题也是二分查找,但是有个小技巧:当left>right的时候 left就是要插入的位置。 代码: 阅读全文
posted @ 2019-05-24 12:39 pc_m 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 心得:简单,二分查找,然后两个指针向两边扩散。 代码: 阅读全文
posted @ 2019-05-24 12:16 pc_m 阅读(135) 评论(0) 推荐(0) 编辑