摘要: http://www.codeceo.com/article/india-programmer-life.html https://www.amazon.com/Complete-Software-Developers-Career-Guide-ebook/dp/B073X6GNJ1 需要关注的点在 阅读全文
posted @ 2020-07-05 17:19 go4it 阅读(118) 评论(0) 推荐(0) 编辑
摘要: Google's Engineering Practices documentation https://github.com/google/eng-practices 面试题 https://blog.csdn.net/ThinkWon/article/details/104397299 Java 阅读全文
posted @ 2020-06-15 12:48 go4it 阅读(120) 评论(0) 推荐(0) 编辑
摘要: Q15 三数之和 https://leetcode.com/problems/3sum/discuss/681295/Simple-3-pointer-(Similar-approach-to-number-of-triangles). three pointer // my solution im 阅读全文
posted @ 2020-06-12 17:39 go4it 阅读(174) 评论(0) 推荐(0) 编辑
摘要: 自己做饭的重要性: 自己做饭可以合理控制每日的油、盐、糖及其各种营养素的摄入量,这对健康至关重要。 做饭是一种技能。比如特殊情况下(疫情期间就必须自己做饭)。 如果只追求健康的需求,整个做饭的流程和时间可以很简单。特别是准备一个人的饭菜时。 阅读全文
posted @ 2020-07-25 17:59 go4it 阅读(192) 评论(0) 推荐(0) 编辑
摘要: https://www.javazhiyin.com/32982.html double shift 查找Registry。 spring-boot-maven-plugin需要指定version 需要配置项目更新策略 尝试失败alibaba的springboot无法使用spring-devtool 阅读全文
posted @ 2020-07-17 13:17 go4it 阅读(97) 评论(0) 推荐(0) 编辑
摘要: 是用于管理本项目中的依赖的版本,因为pom文件可以继承,所以父pom中的会继承到子pom,也可以用与管理子pom中的版本依赖。 阅读全文
posted @ 2020-07-10 16:20 go4it 阅读(378) 评论(0) 推荐(0) 编辑
摘要: 人体工程电脑椅有什么好的推荐? - 黄豆日记的回答 - 知乎 https://www.zhihu.com/question/26052472/answer/127161707 虽然这个回答的赞很少,但是我对他的观点是非常赞同。 关键词: 1.腰枕、护腰垫。 2.交替站立式 https://item. 阅读全文
posted @ 2020-07-05 14:47 go4it 阅读(189) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_42189083/article/details/103436957 XBWAB7G-ZN2QXBW-TUNFQPP-OHGV2ET-ETZDQCP-JALCAYR-TXATKEN-4DPQDQY 阅读全文
posted @ 2020-06-29 23:01 go4it 阅读(99) 评论(0) 推荐(0) 编辑
摘要: Windows Registry Editor Version 5.00 [-HKEY_CURRENT_USER\Software\Classes\CLSID\{7B8E9164-324D-4A2E-A46D-0165FB2000EC}] [-HKEY_CURRENT_USER\Software\C 阅读全文
posted @ 2020-06-26 18:11 go4it 阅读(118) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/maanshancss/p/13086812.html 声明式编程相比于命令式编程更加抽象,中间会掩盖更多的细节。 阅读全文
posted @ 2020-06-19 23:43 go4it 阅读(283) 评论(0) 推荐(0) 编辑
摘要: Q1028 https://leetcode.com/problems/recover-a-tree-from-preorder-traversal/discuss/274621/JavaC%2B%2BPython-Iterative-Stack-Solution import java.util. 阅读全文
posted @ 2020-06-18 09:19 go4it 阅读(84) 评论(0) 推荐(0) 编辑
摘要: 依赖注入方式:构造器注入和Setter注入,接口注入不支持。 依赖来源:1.Spring自己new的Bean比如@Component;2.工厂方法返回的一个对象作为bean,比如@Bean。 阅读全文
posted @ 2020-06-16 14:04 go4it 阅读(263) 评论(0) 推荐(0) 编辑