[Data Structure] Overview
Last Updated on 2021-11-05 by Clay
Data Structure and Algorithm have always been the basic skills of programmers. Data Structure is a core concept of data in programming.
Read More »[Data Structure] OverviewLast Updated on 2021-11-05 by Clay
Data Structure and Algorithm have always been the basic skills of programmers. Data Structure is a core concept of data in programming.
Read More »[Data Structure] OverviewLast Updated on 2021-11-04 by Clay
Today I built a new website, I was surprised to find that the sitemap created by Yoast SEO for me cannot be submitted to Google Search Console, nor can it be accessed through the link provided by Yoast SEO.
Read More »[Solved][WordPress] Yoast SEO generate sitemap_index.xml submit to Google Search Console: “sitemap cannot be read”Last Updated on 2021-11-04 by Clay
Recently I recorded some simple game experience and upload to YouTube. However, I always feel that the video is a bit boring just for small talk, and I really hope to add some background music (BGM), but when I look around, I always feel that most of the freely licensed background music on the Internet is not suitable.
Read More »You Can Use Falcom Music to Make Video BGM for FreeLast Updated on 2021-11-04 by Clay
Recently, I started to record the process of playing games by myself, and after I finished playing, I edited the videos to form my thoughts.
Read More »Use ArcTime Pro to Add Subtitles to the VideoLast Updated on 2021-11-04 by Clay
The Visual Studio is the first IDE I used in university, it was used to write Go game program when the professor wanted to make a project. But every time I compile my code, the laptop would crash…
Read More »[Solved][Visual Studio] Cannot Display Any CodeLast Updated on 2021-11-04 by Clay
If you want to use Mac to edit videos, but do not want to use editing software that is as complex as PowerDirector, iMovie will be your best choice.
Read More »[MacOS] How to Insert the Picture in iMovieLast Updated on 2021-11-03 by Clay
When I used Polylang, the famous language switching plugin on WordPress, I was prone to appear on the mobile version of the English version that was not the default language, and I could not smoothly switch back to the default Chinese language.
Read More »[Solved][WordPress] Polylang Cannot Switch to the Other Languages on the HomepageLast Updated on 2021-11-03 by Clay
Today, a picture was send by a friend and he asked me why the capacity of the /home
directory is larger than root directory /
which should be its upper directory?
Last Updated on 2021-11-03 by Clay
There are very few games have a scene from beginning to end. Even the oldest games generally have “starting interface” > “the first game level” > “the second game level“… such scene switching.
Read More »[Unity] How to Switch Different Game Scenes, Restart a Game SceneLast Updated on 2021-11-03 by Clay
Many games have the pause function that is convenient for players to interrupt the game if there are other important things while playing, and continue the game after returning.
Read More »[Unity] How to Make “PAUSE” Function