摘要:
///////////////////////////////////////////////////////////////////////////////////////////////查看当前的远程库git remotegit remote -v 提取远程仓库Git 有两个命令用来提取远程仓库 阅读全文
摘要:
在C++的类中,普通成员函数不能作为pthread_create的线程函数,如果要作为pthread_create中的线程函数,必须是static ! 在C语言中,我们使用pthread_create创建线程,线程函数是一个全局函数,所以在C++中,创建线程时,也应该使用一个全局函数。static定 阅读全文