记在前面

注:源代码基于 Java 1.8。
ArrayList继承了AbstractList,实现了List接口。ArrayList在工作中经常用到,类图如下:

阅读全文 »

心态

心态很重要,遇到困难,认为自己无法解决,如果选择逃避,会使自己永远活得失败。当然,正向老大所说一样,当一个人遇到问题无法抗住的时候,完全要去沟通,去向更高一层上抛出该问题,不要一个人去承担。

阅读全文 »

记在前面

平时工作基本上都是java相关开发工作,但是偶尔会用到shell。用到某个命令都会去查阅相关资料,
不能很好记忆,在这儿做个总结(持续补充)。

阅读全文 »

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment

0%