会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
孤独的程序员dis1500
知识就是希望
2020年7月15日
编程思想:计算机的预先服务
摘要: 来了一个客人 要吃土豆丝盖饭,预先做出来10份 来一个 直接吃 计算机的某一项服务功能,可以预先做出来10份,等待来消费? 生产者兮狗屁消费者。 预先服务 》编程重要思想(实时并发 》变成 --》提前服务
阅读全文
posted @ 2020-07-15 22:52 lydstory
阅读(92)
评论(0)
推荐(0)
c 获取第一个文件 移动
摘要: #include <stdio.h> #include <stdlib.h> #include <dirent.h> #include <errno.h> #include <string.h> #define MAX 1024 int get_file_count(char *root,char*
阅读全文
posted @ 2020-07-15 17:38 lydstory
阅读(184)
评论(0)
推荐(0)
复制1万个pdf
摘要: #include<stdio.h> #include<unistd.h> #include<string.h> int main() { FILE *fp=NULL; int i = 0; for(i=0; i<10000;i++) { char buff[128]={0}; memset(buff
阅读全文
posted @ 2020-07-15 17:07 lydstory
阅读(141)
评论(0)
推荐(0)
find -luuid
摘要: yum install libuuid-devel
阅读全文
posted @ 2020-07-15 16:17 lydstory
阅读(91)
评论(0)
推荐(0)
gdb set args 设置参数
摘要:
阅读全文
posted @ 2020-07-15 14:47 lydstory
阅读(2811)
评论(0)
推荐(0)
c语言文件目录操作 ls
摘要: https://www.cnblogs.com/wuyepeng/p/9789466.html
阅读全文
posted @ 2020-07-15 14:42 lydstory
阅读(123)
评论(0)
推荐(0)
导航
博客园
首页
新随笔
联系
订阅
管理
公告