Use React.js to implement a tic tac toe game. 22 May 2020 in React.js Notes of learning React.js. Learn React.js by implementing a tic tac toe game. Continue reading
Quick start of Spring Boot 21 May 2020 in Spring Boot This article introduces how to build a classic ‘hello word’ endpoint which any browser can connect to. Continue reading
How to use Spring Initializr in Intellij to build a Spring Boot project 21 May 2020 in Spring Boot This article introduces Sprint Initializr in Intellij. This tool can help us build a Spring Boot project easily. Continue reading
Leetcode-Path in the matrix 19 May 2020 in Leetcode Some Leetcode problems can be solved by dp effectively. All problems are related to paths in the matrix. Continue reading
Leetcode-Dynamical programming about Fibonacci 19 May 2020 in Leetcode Some Leetcode problems can be solved by dp effectively. All problems are related to Fibonacci. Continue reading