hive-1.2.2集成hbase1.2.6版本的包,本人亲身踩坑多次才编译乐成的一个jar包
2020/6/24 23:08:54 156MB hive hbase 大数据
用于MSP432驱动sd卡,移植arduino的法式
2017/2/17 21:44:27 63KB SD
Ceph分布式存储.txt自行后缀修正pdf格式pdf格式上传有问题
2016/4/24 4:08:26 9.25MB ceph
表述ceph提供块对象及文件零碎存储的使用方式。
包括在windows或linux上的使用
2018/7/23 9:45:22 76KB ceph
labview202032位英文业余版离线下载
2019/11/15 15:52:49 78B labview
B树第三节学习(插入与删除的思绪与理论)
2015/3/12 23:21:56 104KB B树
mybatis.rar
2016/5/11 9:28:53 7.04MB ssh
windows的redis共同https://blog.csdn.net/weixin_41996197/article/details/89427073
2015/8/3 5:21:09 5.93MB redis
mysql-5.5.21装置包
2016/7/2 13:45:38 71B mysql-5.5.21
/*cole-AfreeCOLElibrary.cole_extract-Extractafilefromafilesystem.Copyright1998,1999RobertoArturoTenaSanchezThisprogramisfreesoftware;youcanredistributeitand/ormodifyitunderthetermsoftheGNUGeneralPublicLicenseaspublishedbytheFreeSoftwareFoundation;eitherversion2oftheLicense,or(atyouroption)anylaterversion.Thisprogramisdistributedinthehopethatitwillbeuseful,butWITHOUTANYWARRANTY;withouteventheimpliedwarrantyofMERCHANTABILITYorFITNESSFORAPARTICULARPURPOSE.SeetheGNUGeneralPublicLicenseformoredetails.YoushouldhavereceivedacopyoftheGNUGeneralPublicLicensealongwiththisprogram;ifnot,writetotheFreeSoftwareFoundation,Inc.,59TemplePlace,Suite330,Boston,MA02111-1307USA*//*ArturoTena*/#include/*Tocompilethisfileoutsidecolesourcetree,youmustincludehereinstead*/#include"cole.h"#definePRGNAME"iOLE"#defineBUFFER_SIZE128intmain(intargc,char**argv){ COLEFS*cfs; COLEFILE*cf; COLERRNOcolerrno; charbuffer[BUFFER_SIZE]; size_tchar_read; if(argc!=3){ fprintf(stderr,"cole_extract.Extractafilefroma" "filesystemtothestandardoutput.\n" "Usage:"PRGNAME"\n" "FILE-Filewiththefilesystem.\n" "INFILE-Filenameofthefiletoextract.\n"); exit(1); } printf("%s",argv[1]); cfs=cole_mount(argv[1],&colerrno); if(cfs==NULL){ cole_perror(PRGNAME,colerrno); exit(1); } cf=cole_fopen(cfs,argv[2],&colerrno); if(cf==NULL){ cole_perror(PRGNAME,colerrno); cole_umount(cfs,NULL); exit(1); } while((char_read=cole_fread(cf,buffer,BUFFER_SIZE,&colerrno))){ if(fwrite(buffer,1,char_read,stdout)!=char_read){ break; } } if(!cole_feof(cf)){ cole_perror(PRGNAME,colerrno); cole_umount(cfs,NULL); exit(1); } if(cole_fclose(
2020/2/17 3:19:13 173KB ole格式解析代码
共 1000 条记录 首页 上一页 下一页 尾页