February 7, 2023
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 ...
Read more
October 11, 2019
C#
There are two ways to call WriteLine() function in C#.
First solution:123using System;Consolel.WriteLine("XXXXXX");
Second solution:123u ...
Read more
March 8, 2019
Visual Studio
When I trying to build my solution, it failed with the following error message:12Found conflicts between different versions of the same dependent ...
Read more
March 1, 2019
Hexo
OverviewThis is my personal blog. It consists from three git repositories.
My customized theme my-vevx which is based on hexo-theme-vexo. It is ...
Read more
March 1, 2019
Git
Revert staged file in GitUnstage specific file1git reset <file>
Unstage all files1git reset
More Information: How to undo ‘git add’ before c ...
Read more
June 20, 2018
Git
If you want see the preview of your git stash content without applying them. You can use git stash show command to do so.
Preview the content of t ...
Read more
June 15, 2018
Git
Rename your local branchon the target branch you want to rename1git branch -m new_name
on a different branch1git branch -m old_name new_name
More ...
Read more
June 7, 2018
About Me
Hello I am Yuchao Zhou. Currently I am a Software Engineer @ Microsoft in Great Seattle Area. Checkout my Linkedin Page.
Education
Northwestern Un ...
Read more