自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 资源 (1)
  • 收藏
  • 关注

转载 Linux 函数--fstat/stat/lstat系统调用

【fstat/stat/lstat系统调用】       功能描述:   获取一些文件相关的信息。   用法:   #include #include #include int stat(const char *path, struct stat *buf); int fstat(int filedes, struct stat *buf); int lstat(const char *

2009-08-12 16:34:00 418

转载 Linux 函数--fstat/stat/lstat系统调用

【fstat/stat/lstat系统调用】       功能描述:   获取一些文件相关的信息。   用法:   #include #include #include int stat(const char *path, struct stat *buf); int fstat(int filedes, struct stat *buf); int lstat(const char *

2009-08-12 16:23:00 674

转载 Linux 函数--fwrite

功 能: 写内容到流中用 法:fwrite(buffer,size,count,fp);(1)buffer:是一个指针,对fwrite来说,是要输出数据的地址。(2)size:要写入的字节数;(3)count:要进行写入size字节的数据项的个数;(4)fp:目标文件指针。程序例:#include struct mystruct{int i;char ch;};int main(void){FIL

2009-08-11 15:57:00 4612

转载 Linux 函数--access函数

Linux系统调用--access函数详解2007-07-30 23:10  【access系统调用】   功能描述: 检查调用进程是否可以对指定的文件执行某种操作。   用法: #include #include int access(const char *pathname, int mode);     参数: pathname: 需要测试的文件路径名。   mode: 需要测试的操作模

2009-08-11 15:51:00 831

原创 Linux 函数--fseek

fseek(移动文件流的读写位置)  相关函数  rewind,ftell,fgetpos,fsetpos,lseek 表头文件  #include 定义函数  int fseek(FILE * stream,long offset,int whence); 函数说明  fseek()用来移动文件流的读写位置。参数stream为已打开的文件指针,参数offset为根据参数whence来移动读写位置

2009-08-11 15:50:00 1336

yourkit 2015

yourkit 2015: an excellent tool for tuning you java programs

2015-05-04

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除