摘要: git pull git: 'credential-manager-core' is not a git command. See 'git --help'. 看了好多教程,最后找到了这篇!!!!https://ask.csdn.net/questions/5465673 (更新:今天看这个链接竟然 阅读全文
posted @ 2021-07-07 15:26 白芷呀 阅读(11648) 评论(2) 推荐(3) 编辑
摘要: 系统环境:win10 之前已经启用了linux bash环境 前置准备:本地下载好openjdk12,地址http://hg.openjdk.java.net/jdk/jdk12/file/06222165c35f 下载其实是可以看到本地~\jdk12-06222165c35f\doc下有几个文件比 阅读全文
posted @ 2020-08-01 14:17 白芷呀 阅读(223) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/cws1214/article/details/52151535 https://blog.csdn.net/Lujunwei0205/article/details/84101241 https://www.cnblogs.com/tongxuping/ 阅读全文
posted @ 2020-04-15 09:24 白芷呀 阅读(305) 评论(0) 推荐(0) 编辑
摘要: https://docs.oracle.com/javase/8/docs/technotes/guides/concurrency/threadPrimitiveDeprecation.html Why is Thread.stop deprecated? Because it is inhere 阅读全文
posted @ 2020-04-08 16:12 白芷呀 阅读(424) 评论(0) 推荐(0) 编辑
摘要: 今天利用PriorityQueue实现最大堆,写了一个bug。 原始写法: 用lambda简化后: 注意到,这里o2 o1是会产生溢出的,会导致结果不正确。 所以采用这种写法更好: 用lambda简化后: 即 阅读全文
posted @ 2020-03-29 14:40 白芷呀 阅读(2406) 评论(3) 推荐(1) 编辑
摘要: 教学立方挂了,由于要录作业讲解视频,恰好之前下载过同学们的作业,所以直接读文件找满分作业比较容易,就参考了代码写了一下。 https://blog.csdn.net/navi617211950/article/details/52540364 https://blog.csdn.net/tian_s 阅读全文
posted @ 2020-02-28 22:44 白芷呀 阅读(291) 评论(0) 推荐(0) 编辑
摘要: 首先 pom.xml 是必要的 然后在该文件上右击 add as maven project 阅读全文
posted @ 2020-02-28 17:13 白芷呀 阅读(419) 评论(0) 推荐(0) 编辑
摘要: settings里java compiler改成正确版本 project structure里同样如此 阅读全文
posted @ 2020-02-28 17:12 白芷呀 阅读(7005) 评论(0) 推荐(0) 编辑
摘要: 解决办法参考https://segmentfault.com/a/1190000010984731?utm_source=tag newest npm uninstall node sass npm i node sass sass_binary_site=https://npm.taobao.or 阅读全文
posted @ 2020-02-19 20:17 白芷呀 阅读(2431) 评论(0) 推荐(0) 编辑
摘要: https://plugins.jetbrains.com/ 找对应版本的插件 阅读全文
posted @ 2020-02-16 01:53 白芷呀 阅读(1732) 评论(0) 推荐(0) 编辑