早教吧作业答案频道 -->英语-->
lk.lwhence=SEEKSET;是什么意思?
题目详情
lk.l_whence=SEEK_SET;是什么意思?
▼优质解答
答案和解析
这是flock的l_whence域吧?它用来表示l_start的含义,如果l_whence=SEEK_SET,那么l_start就是从文件头开始计算的偏移值.
如果l_whence=SEEK_CUR,那么l_start表示从文件当前指针位置开始计算的偏移值,如果为SEEK_END,那么l_start为从文件尾向前移动的偏移值.
The l_whence, l_start, and l_len fields of this structure specify the
range of bytes we wish to lock. l_start is the starting offset for the
lock, and is interpreted relative to either: the start of the file (if
l_whence is SEEK_SET); the current file offset (if l_whence is
SEEK_CUR); or the end of the file (if l_whence is SEEK_END). In the
final two cases, l_start can be a negative number provided the offset
does not lie before the start of the file.
linux下可用man 2 fcntl看到这些内容.
如果l_whence=SEEK_CUR,那么l_start表示从文件当前指针位置开始计算的偏移值,如果为SEEK_END,那么l_start为从文件尾向前移动的偏移值.
The l_whence, l_start, and l_len fields of this structure specify the
range of bytes we wish to lock. l_start is the starting offset for the
lock, and is interpreted relative to either: the start of the file (if
l_whence is SEEK_SET); the current file offset (if l_whence is
SEEK_CUR); or the end of the file (if l_whence is SEEK_END). In the
final two cases, l_start can be a negative number provided the offset
does not lie before the start of the file.
linux下可用man 2 fcntl看到这些内容.
看了lk.lwhence=SEEK...的网友还看了以下:
直线x-2y+2k=0与两坐标轴所围成的三角形面积不大于1,那么k的范围是()A.k≥-1B.k≤1 2020-03-30 …
设A是整数集的一个非空子集,对于k∈A,如果k—1不属于A且k+1不属于A,那么k是A的一个“孤立 2020-04-06 …
直线x-2y+2k=0与两坐标轴所围成的三角形面积不大于1,那么k的范围是()A.k≥-1B.k≤ 2020-05-12 …
一到函数题,这关系到我明天的生死已知反比列函数y=X分之K的图像经过点A(-2,3),如果正比列函 2020-06-10 …
如果关于x的一元二次方程k2x2-(2k+1)x+1=0有两个不相等的实数根,那么k的取值范围是( 2020-06-12 …
两个绝对值相乘得什么为什么|k-2||2/k-k|=|2-4/k-k+2|可以这么写 2020-07-31 …
A{n│n=2k+1,k∈Z}、B{m│m=2l-1,l∈Z}如果n∈A,那么存在k∈Z,使n=2k 2020-10-31 …
一道高一数学简单的问题,谢谢大家!所有与角a相同终边的角表示为k*360+a(k是实数)请问k是什么 2020-11-14 …
由3个非零数字组成的三位数与这三个数字之和的商记为k,如果k为整数,那么k的最大值是多少?请给确切, 2020-11-18 …
lk.lwhence=SEEKSET;是什么意思? 2021-02-05 …