摘要: 我的LeetCode:https://leetcode-cn.com/u/ituring/ 我的LeetCode刷题源码[GitHub]:https://github.com/izhoujie/Algorithmcii LeetCode 面试题53 - I. 在排序数组中查找数字 I 与以下题目相同 前往... 阅读原文
2020-05-23 10:53:02 阅读(2092) 评论(0)
摘要: 我的LeetCode:https://leetcode-cn.com/u/ituring/ 我的LeetCode刷题源码[GitHub]:https://github.com/izhoujie/Algorithmcii LeetCode 34. 在排序数组中查找元素的第一个和最后一个位置 题目 给定一个按... 阅读原文
2020-05-23 10:49:05 阅读(2132) 评论(0)
摘要: 在上一篇文章中我们介绍了JDK1.8的新特性有以下几项。 1.Lambda表达式 2.方法引用 3.函数式接口 4.默认方法 5.Stream 6.Optional类 7.Nashorm javascript引擎 8.新的日期时间API 9.Base64 之前学习了前面两项Lambda表达式,方法引用,这一篇... 阅读原文
2020-05-23 10:42:08 阅读(2124) 评论(0)
摘要: 我的LeetCode:https://leetcode-cn.com/u/ituring/ 我的LeetCode刷题源码[GitHub]:https://github.com/izhoujie/Algorithmcii LeetCode 面试题33. 二叉搜索树的后序遍历序列 题目 输入一个整数数组,判断... 阅读原文
2020-05-23 09:07:02 阅读(3407) 评论(0)
摘要:   java.lang.annotation.AnnotationFormatError: Invalid default: public abstract java.lang.Class org.mybatis.spring.annotation.MapperScan.factoryBe... 阅读原文
2020-05-23 08:47:05 阅读(2074) 评论(0)
摘要: 当你意识到你在项目开始时做的轻量、简单的设想竟然完全错了时,你已经用了六个月的时间投入到这个项目上。 现在你需要解决这些问题,才能让这个系统继续运行下去,你发现你用在这个项目上的精力远远超出了你的预期,如果一开始就用正确的方式来做,就不会发生这样的事。 今天,我要告诉你的是一个经常犯的错误,一个会给你带来无穷... 阅读原文
2020-05-23 07:16:02 阅读(2277) 评论(0)
摘要:   java很强大,特别是加载系统,看到好多人在背空洞的概念,可没有实践过,我就表演下 0.  原材料: 先建几个java文件 打开cmd,切换到想要的工作盘符,比如d: 按回车键,然后cd到工作目录 ​ 然后新建目录md code,然后cd code,然后在建子目录md classloader,最后进入到子... 阅读原文
2020-05-23 06:33:09 阅读(2589) 评论(0)
摘要: 我的LeetCode:https://leetcode-cn.com/u/ituring/ 我的LeetCode刷题源码[GitHub]:https://github.com/izhoujie/Algorithmcii LeetCode 面试题26. 树的子结构 题目 输入两棵二叉树A和B,判断B是不是A... 阅读原文
2020-05-23 06:00:17 阅读(2040) 评论(0)
摘要: 我的LeetCode:https://leetcode-cn.com/u/ituring/ 我的LeetCode刷题源码[GitHub]:https://github.com/izhoujie/Algorithmcii LeetCode 210. 课程表 II 题目 现在你总共有 n 门课需要选,记为 0... 阅读原文
2020-05-23 00:53:02 阅读(2074) 评论(0)
摘要: 我的LeetCode:https://leetcode-cn.com/u/ituring/ 我的LeetCode刷题源码[GitHub]:https://github.com/izhoujie/Algorithmcii LeetCode 面试题56 - II. 数组中数字出现的次数 II 题目 在一个数组... 阅读原文
2020-05-23 00:00:04 阅读(2323) 评论(0)