When we work with foreign companies such as Japan, China, …, we always encourter some problems about character encoding. So, in this article, we will discuss about encoding with Unicode to clear some hides in this problem.
[Read More]
Data binding in KnockoutJS
In this article, we will introduce about data binding in KnockoutJS and some important properties that is used frequently and it is relavant to data binding.
[Read More]
Understanding about KnockoutJS
In this article, we will discuss about KnockoutJS, a open source library in front-end. There are many interesting information around KnockoutJS such as data binding, data template, …
[Read More]
Reading file in competitive programming in C++
In competive programming, reading file is a basic technique that we have to implement. So, in this article, we will discuss about reading file in competitive programming in C++.
[Read More]
Multithreading in Qt
When I work with multithreading in Qt at the first time, I feel it really confused with the concepts Signal/Slot. I always have some error about that it can not create threads in QtNetworkManager thread.
[Read More]