kohit's blog

D.va上线啦

  • Home
  • Archives
  • Categories
  • About

boost

#asio asio::io_service(io_context) 任务池 在该任务池注册过的线程可到池里取任务执行 同个类实例的同个函数可同时执行 asio::strand 同个类实例的同个函数互斥执行 不同类实例的同个函数可同时执行123456789101112131

2019-05-21

Create new Post in Hexo

note: this artical was automatic generated by hexo. Welcome to Hexo! This is your very first post. Check documentation for more info. If you

2019-05-21

Basic commands of linux

LinuxFoundationX: LFS101x.2 Introduction to Linux Exploring the Filesystemcd切换目录 12345678cd //切换到主目录cd ~ //同上cd - //回到上一次访问的目录cd .. //回到上一层

2019-05-21

regex

char relatedcoding UTF-8: https://en.wikipedia.org/wiki/UTF-8 json: http://www.ietf.org/rfc/rfc4627.txt Regular Expressions online: http://

2018-07-17

cpp

声明和定义 不需要分配空间的为声明(declaration),需要分配的为定义(definition),前者又称为定义性声明,后者为引用性声明。声明是告诉编译器哪里可以找到该符号。 在一个作用域中可以重复声明,但不能重复定义。可以重复几次告诉编译器某个变量、函数已经在别处定义了,

2018-02-24

math

良序性质(The Well-Ordering Property)每个非空的正整数集合都有一个最小元 数学归纳法(Mathematical Induction)原理:一个包含整数1的正整数集合如果具有如下性质,即若其包含整数k,则其也包含整数k + 1,那么这个集合一定是所有正整数

2017-10-13

mongo

mongodb-client12345mongo mongodb://[xxx]:[xxx]@127.0.0.1:[port]/[database name]?authSource=adminshow databasesuse [database name]show collec

2017-09-29

editor

块选择(Toggle Block Selection):sublime text:shift + right click(hold to select)cmd: shift + alt + left click(hold to select)eclipse: shift + al

2017-03-22

install caffe on windows

Caffe Caffe is a deep learning framework made with expression, speed, and modularity in mind. It is developed by the Berkeley Vision and Le

2017-03-02

Permutation and Combination

排列与组合 Permutation and Combination数学中,假设集合S包含n个元素(由集合的定义可知,这n个元素不同,且没有先后顺序),以下讨论的S均指这个集合。 排列 Arrangement / Permutation从集合S中无序选取k个元素出来,按取出元素的先

2016-11-26
12Next »

分类

  • Command Alogorithm1
  • Computer Network1
  • Machine Learning1
  • Mathematics2
  • Nodejs2
  • Transcode1
  • introduction1

标签

  • Client-Server1
  • Combination1
  • Computer Network1
  • Computer Science1
  • Hexo2
  • MD51
  • Machine Learning1
  • Mathematics2
  • NAT1
  • Nodejs2
  • P2P1
  • Permutation1
  • Web2
  • boost1
  • caffe1
  • command1
  • cpp1
  • linux1
  • mongo1
  • regex1

© 2019 Wind Vane
powered by Hexo & theme based on pacman