1. 程式人生 > >網路學習資源彙總

網路學習資源彙總

Contents

What’s this

This blog includes online sources which count in my opinion.
For life long learning, “live and learn”, this article will be constantly updated .
Share your tips on how you did it!

network

  1. Linux 高效能伺服器程式設計springsnail(c++負載均衡)原始碼分析

DSA

Hardware

linux

coding

編碼問題code/encode

Unicode 是「字符集」, UTF-8 是「編碼規則」

我知道你想說,明明看起來utf-16更加節省資源,節省空間,正常人都看得出來。但實際上,當時,網際網路上絕大部分存在的資源都是英文的,英文在utf-16中也是2個位元組,而在utf-8中則是1個位元組。在當時,顯然是utf-8更加節省資源。現在我們在中文世界裡來比較他們,則是utf-16更加節省資源。

cpp

c

python

golang

Database

shell