摘要:
https://www.ieway.cn/evcapture.html EV录屏,简单易用的录屏软件 阅读全文
摘要:
https://www.javacodeexamples.com/java-regular-expression-remove-leading-zeros-example/104 Java Regular Expression Remove Leading Zeros Example October 阅读全文
摘要:
How to remove leading zeros from alphanumeric text? https://stackoverflow.com/questions/2800739/how-to-remove-leading-zeros-from-alphanumeric-text I'v 阅读全文
摘要:
https://www.cnblogs.com/bronya0/p/14408515.html PriorityQueue使用介绍 这玩意儿叫优先级队列,是一个类,继承了AbstractQueue类,实现了Serializable接口。jdk文档里是这么描述这玩意的: 基于优先级堆的无限优先级que 阅读全文
摘要:
https://www.baeldung.com/java-list-to-string Get started with Spring 5 and Spring Boot 2, through the Learn Spring course: >> CHECK OUT THE COURSE 1. 阅读全文
摘要:
https://stackoverflow.com/questions/36294708/intellij-idea-one-line-function-formatting 65 6 IntelliJ keeps formatting this: public void addElement(El 阅读全文
摘要:
https://www.scarletink.com/interviewing-at-amazon-leadership-principles/ Disclaimer: I’m not representing Amazon in any way with my posts, opinions wr 阅读全文
摘要:
https://www.jetbrains.com/help/idea/viewing-structure-and-hierarchy-of-the-source-code.html With IntelliJ IDEA, you can examine the hierarchy of class 阅读全文
摘要:
https://sdqweb.ipd.kit.edu/wiki/Git_pull_--rebase_vs._--merge Git pull --rebase vs. --merge This page briefly explains the difference between rebasing 阅读全文
摘要:
https://www.jianshu.com/p/a8a2ac58f37d 适用场景: 比方说,你的代码已经提交到git库,leader审核的时候发现有个Java文件代码有点问题,于是让你修改,通常有2种方法: 方法1:leader 将你提交的所有代码 abandon掉,然后你回去 通过git r 阅读全文