ZNHOO Whatever you are, be a good one!

INTERNET RESOURCES

This is the Internet resource links I think meaningful.
Read more...

Github Commands

This post focues on Git configuration and some commands. For complete Git principle and analysis refer to post Git Architecture
Read more...

顶级域名不能设置DNS CNAME记录

要用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...

Github Page Domain CDN Acceleration

Github page supports CDN acceleration service. How to do it?
Read more...

HTML CSS JS PHP MYSQL collaboration

This post will introduce the basic components of a web system both on the front end and the back end.
Read more...