1. Unix
体系结构内核的接口被称为系统调用公用函数库构建在系统调用接口之上应用软件既可以调用公用函数库,也可以直接进行系统调用2.
文件和目录目录操作函数:opendir---> readdir---> closedirstruct dirent 结构体stat
系统调用3.程序、进程、线程程...
分类:
其他好文 时间:
2014-05-07 18:08:40
阅读次数:
415
1 //varStat代表 遍历typeListDesc集合所用到的方法2 3 5 6
${stat.count}7 ${type.name}8 ...
分类:
其他好文 时间:
2014-05-07 17:46:56
阅读次数:
308
linux stat函数详解 表头文件: #include #include 定义函数: int
stat(const char *file_name, struct stat *buf);函数说明:
通过文件名filename获取文件信息,并保存在bu...
分类:
系统相关 时间:
2014-05-07 14:17:12
阅读次数:
541
1. 文件类型,文件类型信息包含在 struct stat 里的 st_mode
成员(1)普通文件,unix内核并不区分文本文件和二进制文件(2)目录文件,这种文件包含了其他文件的名字以及指向这些文件有关信息的指针(3)块特殊文件(4)字符特殊文件(5)FIFO,
常用于进程间通信,也称为管道(6...
分类:
其他好文 时间:
2014-05-07 09:27:44
阅读次数:
430
参考『http://stat-design.blogspot.sg/search?updated-min=2011-01-01T00:00:00-06:00&updated-max=2012-01-01T00:00:00-06:00&max-results=4』
We know that the Mean gives us the central tendency of the data, ...
分类:
其他好文 时间:
2014-05-06 23:10:08
阅读次数:
450
环境:OS:Centos 6.5 x64 & Soft:Hadoop
1.2.11、查看当前块大小,默认64M。[huser@master hadoop-1.2.1]$ bin/hadoop fs -stat "%o"
./in/test1.txt671088642、修改hdfs-site.conf...
分类:
其他好文 时间:
2014-05-06 08:59:21
阅读次数:
368
Validate if a given string is numeric.Some
examples:"0"=>true" 0.1 "=>true"abc"=>false"1
a"=>false"2e10"=>trueNote:It is intended for the problem stat...
分类:
其他好文 时间:
2014-04-29 16:45:45
阅读次数:
398
Error: Could not stat() command file '/usr/local/nagios/var/rw/nagios.cmd'!
解决方法:
setenforce 0...
分类:
移动开发 时间:
2014-04-27 21:18:05
阅读次数:
450
Netstat 状态分析Netstat状态分类用netstat
-an命令查看!再stat下面有一些英文,简单说一下这些英文具体都代表什么:LISTEN:(Listening for a
connection.)侦听来自远方的TCP端口的连接请求SYN-SENT:(Active; sent SYN....
分类:
Web程序 时间:
2014-04-27 21:05:38
阅读次数:
1249