杂七杂八的
张子枫的男朋友呀
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
数据分析与数据挖掘(1)Python基础知识
in:name example 名字中有“example”in:readme example readme中有“example”in:description example 描述中有“example”stars:>1000 star>1000forks:>1000 fork>1000pushed:>2019-09-01 2019年9月1日后有更新的l...原创 2019-12-18 15:32:16 · 226 阅读 · 0 评论 -
vfork函数实例的理解
#include<stdio.h>#include<stdlib.h>#include<unistd.h>int main(){ pid_t pid; pid = vfork(); static int i = 0; i++; if(pid<0) { perror("vfork()"); ...原创 2019-09-25 21:04:01 · 247 阅读 · 0 评论
分享