南瓜慢说官网 敢一行,则予知。脚踏实地,知行合一。

How to initiate the GCP project and use gcloud to access

IntroductionGCP(Google Cloud Platform) is a great platform, it provides many free Tier products for us to try. Let's create a project for learning or

LarryDpk LarryDpk 发布于 2021-11-13

How to run and debug the JavaScript in Intellij IDEA

The best and easiest way to run and debug JavaScript is using node.js. So the first step is to install the node on you laptop. For Mac, just run:$ bre

LarryDpk LarryDpk 发布于 2021-11-13

Spring Boot Actuator show the git and build info

IntroductionThe git and build information can help us for troubleshooting and version control. With Spring Boot Actuator, we can fetch the info just b

LarryDpk LarryDpk 发布于 2021-11-12

设计模式整理与总结、心得与体会

设计模式是什么所谓设计模式,是一套被反复使用、多数人知晓的、经过分类编目的、代码设计经验的总结。学习与了解设计模式对我们有很大的裨益,如提升代码能力和质量、更好读懂源码、方便交流等。但也不要为了为了设计模式而过度设计。说起设计模式,不少人都是恐惧的。一方面是实际工作中用的不多,或者接触到也不知道,很

LarryDpk LarryDpk 发布于 2021-10-27