Shizhou's Blog / Recent content on Shizhou's Blog Hugo -- gohugo.io en-us Sun, 12 Aug 2018 11:41:53 -0700 Start_Jenkins /blog/2018-08-12-start_jenkins/ Sun, 12 Aug 2018 11:41:53 -0700 /blog/2018-08-12-start_jenkins/ Introduction 1 2 s = "Python syntax highlighting" print s Why Jenkins Jenkins is a very useful tool to make the process automatic Add Search to Hugo /blog/2018-08-07-add-search-to-hugo/ Tue, 07 Aug 2018 22:46:14 -0700 /blog/2018-08-07-add-search-to-hugo/ Search I use the commercial search function, which is easy to make it realized. Add search function is very useful, beacuse user in the internet has develop the habit of searching in the website. And it is also a good way to attract user stay on the website for long time. 1 print "hello" KBEngine and Unity /blog/2018-08-07-kbengine-and-unity/ Tue, 07 Aug 2018 21:39:55 -0700 /blog/2018-08-07-kbengine-and-unity/ KBEngine This is a server engine. The most import concept is that each player is seen as a entity. The entity is splict into three parts: client, cell and base. The data could be transferred between these three part. It is obvious to assume Unity Unity is a client engine. It will create scene and UI for game. We put the connection logic between players into KBEngine. About me /about/ Sun, 05 Aug 2018 17:38:31 -0700 /about/ Career I am a software engineer at Netease Game North America from July 2017. I get my bachelor degree at Xidian University, China. I studied at Shanghai Jiao Tong University pursuing doctor degree. However I give up after three years study. After that I apply a Master’s degree on computer Science at University of Southern California. Sport My favorite is soccer and Messi. This Site I will write technical posts in this blog. Build homepage with Hugo and Github /blog/2018-08-05-build-homepage-with-hugo-and-github/ Sun, 05 Aug 2018 16:38:31 -0700 /blog/2018-08-05-build-homepage-with-hugo-and-github/ Why Homepage? I have build website lots of times, but I did’t insist on it. Git Usage /blog/2018-08-05-git-usage/ Sun, 05 Aug 2018 16:38:31 -0700 /blog/2018-08-05-git-usage/ SourceTree SourceTree is a very good tool. It provides an interface for diff and merge in git. It is also eazy to show the branch in the game. Basic command I have to understand the basic command so that when we click the button, we could know what happend behand it.