miwaiwai

导航

上一页 1 2 3 4 5 6 7 8 9 ··· 27 下一页

2023年9月23日 #

打开文件

摘要: 1.fopen 2.fseek 3.ftell 4.rewind 阅读全文

posted @ 2023-09-23 08:44 米歪歪 阅读(12) 评论(0) 推荐(0) 编辑

英语0827

摘要: 1.succeed in doing sth在某方面成功 2.police 是集合名词,表示复数概念,还有class,family等 3.enjoy oneself/have a good time/have fun doing sth做某事情开心 4.take the place of sb代替某 阅读全文

posted @ 2023-09-23 08:44 米歪歪 阅读(36) 评论(0) 推荐(0) 编辑

2023年8月24日 #

修改文件日期,可以修改到很早的日期

摘要: #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <unistd.h> #include <stdio.h> #include <stdlib.h> #include <utime.h> #include 阅读全文

posted @ 2023-08-24 12:37 米歪歪 阅读(10) 评论(0) 推荐(0) 编辑

2023年8月20日 #

线程对信号的处理

摘要: 1.线程对信号的处理: int pthread sigmask(int how, const sigset t "set, sigset t "oldset). 2.进程对出的时候可以用atexit函数安排进程退出时需要调用的函数 3.线程退出时也有清理现场程序 pthread_clearup_pu 阅读全文

posted @ 2023-08-20 08:58 米歪歪 阅读(10) 评论(0) 推荐(0) 编辑

高中英语学习0803   leave out遗漏 16.should竟然/应该 17.

摘要: 1. get through 到达,度过 get around 到处走走 get along进展,和睦相处 get across通过 2. be worth of+宾语 3.非限定性定语从句,只能用which引导 4.provide sth for sb supply sb with sth pro 阅读全文

posted @ 2023-08-20 08:57 米歪歪 阅读(64) 评论(0) 推荐(0) 编辑

2023年8月3日 #

linux编程

摘要: 1.读取文件流程: 1.打开文件 2.读/写文件 3.关闭文件 2.阻塞和非阻塞是文件的一种属性,只有设备文件和网络文件才有的特性 3.fcntl(fd1,F_DUPFD,0)//0被占用,fcntl使用文件描述符表中可用的最小文件描述符 4.fcntl(fd1,F_DUPFD,7)//7被占用,f 阅读全文

posted @ 2023-08-03 20:20 米歪歪 阅读(14) 评论(0) 推荐(0) 编辑

2023年8月1日 #

高中英语

摘要: 1.it strikes sb that 某人突然想到 it occurs to sb that某人突然想到 it happens to sb 碰巧发生在某人身上 2.enjoy doing sth喜欢做某事/高兴做某事/享受做某事3.for a long time 长时间 4.lose weigh 阅读全文

posted @ 2023-08-01 09:48 米歪歪 阅读(95) 评论(0) 推荐(0) 编辑

2023年7月20日 #

中考英语

摘要: 1.on time准时 at times 有时 in person亲自 2.would rather +do sth prefer to do sth 3.be+of+名词=be+adj be of great importance=be very important 4. avoid doing 阅读全文

posted @ 2023-07-20 21:34 米歪歪 阅读(102) 评论(0) 推荐(0) 编辑

2023年7月9日 #

英语0707

摘要: 1.look forward to 期望,to是介词,后面跟名词 take part in 参加 run out of用完 stay away from 远离 2.worse更糟的,比较级 3.be linked up with 与....连接起来(实物) be deal with被如何处理 tak 阅读全文

posted @ 2023-07-09 12:59 米歪歪 阅读(22) 评论(0) 推荐(0) 编辑

2023年7月7日 #

英语0702

摘要: 1.go back to sp返回某地 2.why not +do sth为什么不做某事? 3.be busy doing sth忙于做某事 4.play the violin拉小提琴 surf the internet上网 5.come back to返回 6.int this way在这种方式下 阅读全文

posted @ 2023-07-07 11:41 米歪歪 阅读(69) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 9 ··· 27 下一页