boost
#asio asio::io_service(io_context) 任务池 在该任务池注册过的线程可到池里取任务执行 同个类实例的同个函数可同时执行 asio::strand 同个类实例的同个函数互斥执行 不同类实例的同个函数可同时执行123456789101112131
#asio asio::io_service(io_context) 任务池 在该任务池注册过的线程可到池里取任务执行 同个类实例的同个函数可同时执行 asio::strand 同个类实例的同个函数互斥执行 不同类实例的同个函数可同时执行123456789101112131
note: this artical was automatic generated by hexo. Welcome to Hexo! This is your very first post. Check documentation for more info. If you
LinuxFoundationX: LFS101x.2 Introduction to Linux Exploring the Filesystemcd切换目录 12345678cd //切换到主目录cd ~ //同上cd - //回到上一次访问的目录cd .. //回到上一层
char relatedcoding UTF-8: https://en.wikipedia.org/wiki/UTF-8 json: http://www.ietf.org/rfc/rfc4627.txt Regular Expressions online: http://
声明和定义 不需要分配空间的为声明(declaration),需要分配的为定义(definition),前者又称为定义性声明,后者为引用性声明。声明是告诉编译器哪里可以找到该符号。 在一个作用域中可以重复声明,但不能重复定义。可以重复几次告诉编译器某个变量、函数已经在别处定义了,
良序性质(The Well-Ordering Property)每个非空的正整数集合都有一个最小元 数学归纳法(Mathematical Induction)原理:一个包含整数1的正整数集合如果具有如下性质,即若其包含整数k,则其也包含整数k + 1,那么这个集合一定是所有正整数
mongodb-client12345mongo mongodb://[xxx]:[xxx]@127.0.0.1:[port]/[database name]?authSource=adminshow databasesuse [database name]show collec
块选择(Toggle Block Selection):sublime text:shift + right click(hold to select)cmd: shift + alt + left click(hold to select)eclipse: shift + al
Caffe Caffe is a deep learning framework made with expression, speed, and modularity in mind. It is developed by the Berkeley Vision and Le
排列与组合 Permutation and Combination数学中,假设集合S包含n个元素(由集合的定义可知,这n个元素不同,且没有先后顺序),以下讨论的S均指这个集合。 排列 Arrangement / Permutation从集合S中无序选取k个元素出来,按取出元素的先