Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1802751
  • 博文数量: 274
  • 博客积分: 2366
  • 博客等级: 大尉
  • 技术积分: 1880
  • 用 户 组: 普通用户
  • 注册时间: 2007-04-22 09:37
文章分类

全部博文(274)

文章存档

2022年(1)

2020年(10)

2019年(7)

2018年(18)

2017年(26)

2016年(32)

2015年(43)

2014年(30)

2013年(44)

2012年(36)

2011年(17)

2010年(10)

发布时间:2014-11-04 15:01:30

ARMLinuxNTFS文件系统读写2008年12月28日 02:21 来源:ChinaUnix博客 作者:long_ming 编辑:周荣茂    ARM Linux NTFS 文件系统读写    一、准备     1、 module-init-tools-3.0.tar.bz2     2.........【阅读全文】

阅读(1787) | 评论(0) | 转发(0)

发布时间:2014-11-04 14:52:43

有时候做大数据量迁移时,为了快速迁移大数据,有可能在Linux服务器上临时挂载NTFS格式的移动硬盘, 一般情况下,Linux是识别不了NTFS格式移动硬盘的(需要重编译Linux核心才能,加挂NTFS分区),这时候为了能让Linux服务器能够识别NTFS的移动硬盘,就必须安装ntfs-3g(Third Generation Read/Write NTFS Driver)的.........【阅读全文】

阅读(1293) | 评论(0) | 转发(0)

发布时间:2014-11-04 14:51:13

......【阅读全文】

阅读(2445) | 评论(0) | 转发(0)

发布时间:2014-10-08 09:49:54

linux if命令关于文件属性的判断式-a 如果文件存在-b 如果文件存在,且该文件是区域设备文件-c 当file存在并且是字符设备文件时返回真-d 当pathname存在并且是一个目录时返回真-e 当pathname指定的文件或目录存在时返回真-f 当file存在并且是普通文件时返回真-g 当由pathname指定的文件.........【阅读全文】

阅读(1009) | 评论(0) | 转发(0)

发布时间:2014-07-30 11:22:21

AVClass 和 AVOption先看它们的定义/** * Describe the class of an AVClass context structure. That is an * arbitrary struct of which the first field is a pointer to an * AVClass struct (e.g. AVCodecContext, AVFormatContext etc.). */typedef struct AVClass {    /.........【阅读全文】

阅读(3729) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册