记下若干优秀博客,方便后期检索。会不定期更新:


优秀的程序员,从使用Github开始:https://help.github.com/en/github/managing-your-work-on-github

Linux shell 命令: https://github.com/shineyr/Shell

菜鸟教程:https://www.runoob.com/


Libevent网络编程库:http://libevent.org/

ACE高性能服务器网络框架:http://download.dre.vanderbilt.edu/

boost.asio高性能服务器框架:https://github.com/boostorg/beast

asio高性能服务器框架:http://think-async.com/Asio/


Linux网络编程:  https://github.com/shineyr/Socket

cmake入门: https://www.hahack.com/codes/cmake/

https://cmake.org/

https://github.com/liangzai90/learning-cmake

https://github.com/liangzai90/cmake-demo

杭州生活和买房:https://houshanren.gitbooks.io/hangzhou_house_knowledge/content/

鸟哥的私房菜:http://linux.vbird.org/

nginx中文文档:http://www.nginx.cn/doc/index.html

GNU make 指南:https://docs.huihoo.com/gnu/linux/gmake.html

GUN make:https://www.gnu.org/software/make/manual/make.html#toc-Overview-of-make

Debugging with GDB:https://sourceware.org/gdb/onlinedocs/gdb/

Redis 命令参考:http://redisdoc.com/index.html

Linux命令大全:https://man.linuxde.net/

内存检测工具valgrind:http://valgrind.org/

Boost C++ Libraires:https://www.boost.org/

curl第三方网络库:https://curl.haxx.se/

googleProtobuf:https://github.com/protocolbuffers/protobuf

google re2 : https://github.com/google/re2

C++标准库:http://cppstdlib.com/

AI神经网络 tensorflow:https://github.com/tensorflow

Python的正则表达式:https://docs.python.org/2/howto/regex.html

Python 的 Requests模块:https://cn.python-requests.org/zh_CN/latest/index.html

Python的pyspider模块:http://docs.pyspider.org/en/latest/

PyChecker源代码检查:http://pychecker.sourceforge.net/

PyLint源代码检查:https://pylint.org/

SWIG 扩展Python:http://www.swig.org/

lxml库:https://lxml.de/


图解设计模式:https://design-patterns.readthedocs.io/zh_CN/latest/index.html


最新文章

  1. python爬虫小项目实战
  2. javascript--Math相关
  3. WPF自定义控件与样式(9)-树控件TreeView与菜单Menu-ContextMenu
  4. MongoDB 安装(Window/Linux)
  5. java计算时间差
  6. ccc 旋转
  7. 【软件架构】IM架构设计(安卓版)
  8. PHP时间比较和时间差如何计算
  9. 第五章 体验Qt Creator的神奇魅力
  10. Android 自绘TextView解决提前换行问题,支持图文混排
  11. 【转】Java中本地时间的获取方法--不错
  12. 顶级jQuery树插件
  13. Redis 使用 Eval 多个键值自增操作示例
  14. linux设置好IP后,可以访问内网,不能访问外网
  15. matplotlia应用
  16. ssh整合,hibernate查询表数量count以及批处理添加
  17. Java Map在遍历过程中删除元素
  18. linux中使用ifconfig命令查看网卡信息时显示为eth1,但是在network-scripts中只有ifcfg-eth0的配置文件,并且里面的NAME="eth0"。
  19. Node.js webpack Vue-CLI --安装
  20. Codeforces 608B. Hamming Distance Sum 模拟

热门文章

  1. 解决ie下vue列表数据不能即时刷新的问题
  2. 【转】理解ASP.NET Core验证模型(Claim, ClaimsIdentity, ClaimsPrincipal)不得不读的英文博文
  3. C++ getline函数用法详解
  4. oracle 中 to_date 函数的用法
  5. springboot热启动中那些不为人知的东东
  6. java Integer中隐藏的细节魔鬼!来自面试官的三轮暴击!
  7. solidity 智能合约之间的调用
  8. Java开发桌面程序学习(12)——Javafx 悬浮窗提示 tooptip
  9. 死磕 java同步系列之ReentrantLock源码解析(二)——条件锁
  10. fastjson对于yyyy-MM-dd HH:mm格式的反序列化问题