08 Apr 2014
This is the Internet resource links I think meaningful.
Read more...
05 Apr 2014
This post focues on Git configuration and some commands. For complete Git principle and analysis refer to post Git Architecture
Read more...
06 Mar 2014
要用CDN加速,那么custom domain (无论是top还是sub的)必须指向username.github.io,不能直接指向username.github.io的ip地址。这样,由于是指向域名,而不是具体ip地址,CDN动态的根据访问者的位置来返回一个username.github.io的ip地址,这个ip地址和访问者的ip地址很近。如果是是直接指向一个固定的ip地址,那就只能从那个地址访问custom domain了。
Read more...
05 Mar 2014
Github page supports CDN acceleration service. How to do it?
Read more...
12 Feb 2014
This post will introduce the basic components of a web system both on the front end and the back end.
Read more...