标致小虾米

文章
7
资源
1
加入时间
3年2月3天

Linux操作系统下.NET SDK安装与使用

安装.NET SDK要开始构建.NET应用程序,需下载并安装.NET SDK(软件开发工具包),我用的操作系统为Ubuntu 18.04 LTS在terminal执行命令wget -q https://packages.microsoft.com/config/ubuntu/18.04/packages-microsoft-prod.debsudo dpkg -i packages...

线程操作基础

1.线程基本函数    1)线程创建        原型:            int pthread_create(pthred_t *restrict tidp, const pthread_attr_t *restrict_attr, void* (*start_rtn)(void*), void *restrict arg);            作用: