miwaiwai

导航

上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 37 下一页

2023年12月6日 #

中医理论课

摘要: 01.针灸 02.神农本草经 03.03黄帝内经 阅读全文

posted @ 2023-12-06 10:53 米歪歪 阅读(18) 评论(0) 推荐(0)

2023年11月23日 #

定语从句步骤

摘要: 阅读全文

posted @ 2023-11-23 15:28 米歪歪 阅读(20) 评论(0) 推荐(0)

阴阳

摘要: 阳:辛,甘,发,散 阴:酸,苦,涌,泄 阅读全文

posted @ 2023-11-23 15:26 米歪歪 阅读(15) 评论(0) 推荐(0)

2023年11月5日 #

非谓语解题思路

摘要: 阅读全文

posted @ 2023-11-05 22:59 米歪歪 阅读(19) 评论(0) 推荐(0)

2023年9月23日 #

打开文件

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

posted @ 2023-09-23 08:44 米歪歪 阅读(40) 评论(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 米歪歪 阅读(96) 评论(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 米歪歪 阅读(18) 评论(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 米歪歪 阅读(18) 评论(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 米歪歪 阅读(139) 评论(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 米歪歪 阅读(25) 评论(0) 推荐(0)

上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 37 下一页