0%

– 那些以為知道, 實際上卻不知道的事 –

Boxing, Unboxing

簡單來說
* Boxing : Value Type -> Object
* Unboxing : Object -> Value Type
Read more »

– 那些以為知道, 實際上卻不知道的事 –

對資深程式員來說, Value Type 跟 Reference Type的差異應該略知一二

但要能完整的解釋其中的差異, 卻沒這麼容易, 下面會舉幾個容易忽略的部份

Read more »

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