海边拾贝-B-优秀博客/网站
记下若干优秀博客,方便后期检索。会不定期更新:
优秀的程序员,从使用Github开始:https://help.github.com/en/github/managing-your-work-on-github
Linux shell 命令: https://github.com/shineyr/Shell
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://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/
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
海边拾贝-B-优秀博客/网站的更多相关文章
- iOS开发优秀博客和软件推荐
iOSBlogAndTools iOS开发优秀博客和软件推荐 本博客和工具列表由广大iOS开发者收集和推荐,如果大家有好的博客或者工具想要分享请点击:我要提交. 收到大家的提交后会及时收录与更新.Gi ...
- Github Pages和Hexo创建静态博客网站
Github Pages和Hexo创建静态博客网站 安装Node.js 本人是window环境,所以下载window版. 下载地址:https://nodejs.org/en/download/ 下载 ...
- iOS FFmpeg 优秀博客(资源)集锦
iOS FFmpeg 优秀博客(资源)集锦 这篇博客没有我自己写的内容: 主要是对FFmpeg一些优秀博客的记录 随时更新 1>iOS编译FFmpeg,kxmovie实现视频播放 2>视音 ...
- 初试Nodejs——使用keystonejs创建博客网站2(修改模板)
上一篇(初试Nodejs——使用keystonejs创建博客网站1(安装keystonejs))讲了keystonejs的安装.安装完成后,已经具备了基本的功能,我们需要对页面进行初步修改,比如,增加 ...
- 初试Nodejs——使用keystonejs创建博客网站1(安装keystonejs)
我正在阿里云上创建一个简单的个人博客网站,刚好正在尝试NodeJs,决定找一款基于NodeJs的CMS来完成这个工作,最后找到了KeyStoneJS. KeyStoneJS是基于Express和Mon ...
- 在腾讯云上面搭建WordPress博客网站
一.准备工作 我们使用腾讯云服务器来运行WordPress,腾讯云会给新用户七天的产品体验时间还有一些代金券,做为新手尝试成本是比较小的. 腾讯云长期举办 "云+校园" 活动,学生 ...
- 阿里云+wordpress搭建个人博客网站【小白专用的图文教程】
[声明] 欢迎转载,但请保留文章原始出处→_→ 生命壹号:http://www.cnblogs.com/smyhvae/ 文章来源:http://www.cnblogs.com/smyhvae/p/4 ...
- WordPress博客网站fonts.useso加载慢解决办法
WordPress博客网站fonts.useso加载慢解决办法 之前WordPress博客因为google字体库访问不了替换成360的useso,最近WordPress博客网站一直等待fonts.us ...
- 阿里云+wordpress搭建个人博客网站
[正文] 在阿里云上搭建使用个人博客主要分为以下几个步骤: 1.购买阿里云ECS主机 2.购买域名 3.申请备案 4.环境配置 5.安装wordpress 6.域名解析 声明一下,本人对服务器端的知识 ...
随机推荐
- 配置vtk(Win8.1 + VS2012+VTK-5.10.1)
1.下载相关软件 vtk-5.10.1.zip和vtkdata-5.10.1.zip http://www.vtk.org/files/release/5.10/vtk-5.10.1.zip http ...
- Anaconda安装第三方库与pip和conda 添加国内源
Anaconda安装第三方库 PIP使用命令 Anaconda命令 pip和conda 添加国内源 1:PIP相关命令 卸载 pip uninstall XXX 1.升级pip python -m p ...
- laravel集成workerman,使用异步mysql,redis组件时,报错EventBaseConfig::FEATURE_FDS not supported on Windows
由于laravel项目中集成了workerman,因业务需要,需要使用异步的mysql和redis组件. composer require react/mysql composer require c ...
- Javase之集合体系(2)之List及其子类ArrayList,LinkedList与Vector及其迭代器知识
集合体系之List及其子类ArrayList,LinkedList与Vector及其迭代器知识 List(接口) 特点:有序(存储与取出顺序相同),可重复 List子类特点: ArrayList: ...
- CSS3 新增选择器
CSS3 新增选择器 结构(位置)伪类选择器(CSS3) :first-child :选取属于其父元素的首个子元素的指定选择器 :last-child :选取属于其父元素的最后一个子元素的指定选择器 ...
- Spring 注解配置Bean
一.使用注解配置Bean 1.注解 在类定义.方法定义.成员变量定义前使用.其简化<bean>标签,功能同<bean>标签.格式为: @注解标记名. 2.组件扫描 Spring ...
- CodeForces - 1257E (思维)
题意 https://vjudge.net/problem/CodeForces-1257E 三个人,每个人有一些数字,组合起来是1~n,每个人可以给另一个人一个拥有的数字,问最小操作数,使得第一个人 ...
- 关于 chromedriver、IEDriverServer、geckodriver 驱动器的几项注意点
1. 下载 chromedriver 和 IEDriverServer 时,都没有对应的 win64 版本,只能选择 win32,也一样可以: 2. 下载的 IEDriverServer 的版本号和S ...
- 9.Java基础_for/while/do-while循环
/* for循环(同C++) 初始化变量的作用域为循环体 出了循环体,初始化的局部变量消失 for(初始化;条件判断;条件控制){ 循环体; } while循环 while(条件判断){ 循环体; } ...
- 1. git 基础
参考文档: https://www.liaoxuefeng.com/wiki/896043488029600 https://git-scm.com/docs/git-fsck 一.介绍 Linus一 ...