編程:php
c++參考手冊: https://zh.cppreference.com/w/css
c++技巧社區:https://abseil.io/tips/42html
pure_c++社區: http://purecpp.org/homejava
google_c++(98&11)編程規範:https://google.github.io/styleguide/cppguide.htmlnode
華爲c++(98)編程規範:https://wenku.baidu.com/view/fb3df3a601f69e3142329414.html?from_page=view&from_mod=downloadpython
華爲安全編碼規範:https://wenku.baidu.com/view/eb874a49773231126edb6f1aff00bed5b9f373db.htmllinux
華爲方舟編譯器: https://www.openarkcompiler.cn/homec++
C++之父的博客:http://www.stroustrup.com/bsfaq2cn.htmlgit
陳皓編程社區:https://coolshell.cn/github
陳碩早期博客:http://www.cppblog.com/Solstice/
輪子哥早期博客:http://www.cppblog.com/vczh/archive/2008/06/15/53373.html
爲何c++要「在頭文件中聲明,在源文件中定義」? - vczh的回答 - 知乎 https://www.zhihu.com/question/58547318/answer/157433980
風雲的博客:https://blog.codingnow.com/
王垠的知識導圖:https://www.mindomo.com/mindmap/yins-mid-term-memory-8cc4f95228f942f8886106d876d1b041
王垠的博客:http://www.yinwang.org/
值得參考的c++學習者:https://github.com/Waleon
:http://blog.guoyb.com/2019/06/07/pimpl/
:https://zcheng.ren/categories/%E6%BA%90%E7%A0%81%E9%98%85%E8%AF%BB/
:https://chensongpoixs.github.io/
c/c++ 開源庫和示例代碼 :https://github.com/programthink/opensource/blob/master/libs/cpp.wiki#233_
靜態連接&動態連接不錯的博文:http://blog.chinaunix.net/uid-26548237-id-3837099.html
清華大學操做系統視頻:https://www.bilibili.com/video/av6538245/?p=23
Linux性能監測:https://www.jellythink.com/archives/490
C++自定義迭代器:http://c.biancheng.net/view/471.html
https://github.com/programthink/opensource/blob/master/libs/cpp.wiki
C++面試:https://www.nowcoder.com/discuss/57978
http://bitdewy.github.io/blog/2013/01/03/you-dont-know-const-and-mutable/
http://www.indiabix.com/technical/interview-questions-and-answers/
SQL:
SQL字典:http://www.w3school.com.cn/sql/sql_groupby.asp
地理地圖SQL:http://postgis.net/docs/ST_AsText.html
QT:
QTcentos環境:http://www.javashuo.com/article/p-tyljtlmv-s.html
QT編譯器:https://blog.csdn.net/xi_gua_gua/article/details/56999099
QT調試:http://www.linuxdiyf.com/linux/26644.html
opengl:https://www.khronos.org/opengles/sdk/docs/reference_cards/OpenGL-ES-2_0-Reference-card.pdf
QT入門:https://wizardforcel.gitbooks.io/qt-beginning/content/45.html
Git:
git生成多個ssh-keygen:https://blog.csdn.net/ligang2585116/article/details/79964976
Linux靜態庫(含依賴庫)實戰與簡析 - 盜火俠的專欄 - CSDN博客
CentOS升級gcc4.4.7到gcc4.8.5 - 奮鬥,永不止步 - 博客頻道 - CSDN.NET
java
面試:
http://blog.xbblfz.site/tags/#%E6%98%A5%E6%8B%9B%E9%9D%A2%E8%AF%95
http://www.indiabix.com/technical/interview-questions-and-answers/
C語言:
數據結構:
Trie (前綴樹):https://blog.csdn.net/qingdujun/article/details/87805085
併發編程: