硕大的汤姆
The official website of Minhua Chen
Home
All posts
About
Algo
原则
Tags
23
Mar 2018
我只是想要一个函数啊
108 words, ~0 min read
## kotlin 中的可空类型 最近在公司使用 Kotlin 写后端服务(spring + mybatis),遇到 optional 的小问题,如下 ```kt fun getProject(projectCode: String)...
19
Mar 2018
我只是想要一个函数啊
113 words, ~0 min read
## 从面向对象说起 显然,面向对象编程在很长一段时间内,都是最主流的一种编程范式。那到底什么是面向对象呢?为什么我们需要对象呢? 面向对象的最重要特性有三个:封装,继承,多态。 - 在我看来,多态无疑是这三者中最为重要的特性,它解...
01
Jan 0001
19 words, ~0 min read
```sh mkdir $HOME/jenkins_home docker run -d -p 8080:8080 \ -v $HOME/jenkins_home:/var/jenkins_home \ --name jenkin...
01
Jan 0001
864 words, ~3 min read
Writing is hard, even for authors who do it all the time. What should be easy and flowing looks tangled or feeble or ove...
← Prev page