1474| 9
|
[求助] Java图片处理问题 |
发表于 2021-2-7 16:32
25吾爱币
最佳答案创建文件空洞。
[mw_shl_code=c,true]#include
#include
#include
#include
#include
int main()
{
char *pathname = "./test.data";
long long length = (long long)1024 * 1024 * 1024; //1GB
//创建文件
int fd = open(pathname, O_RDWR | O_CREAT | O_EXCL, 0777);
if (-1 == fd) {
perror("create file fail");
return -1;
} else {
printf("cre ...
| ||
发帖前要善用【论坛搜索】功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。 |
||
发表于 2021-2-7 16:32
| ||
发表于 2021-2-7 16:49
| ||
|
发表于 2021-2-7 16:57
| ||
发表于 2021-2-7 17:05
| ||
发表于 2021-2-7 17:52
| ||
发表于 2021-2-7 18:46
| ||
RSS订阅|小黑屋|处罚记录|联系我们|吾爱破解 - LCG - LSG ( 京ICP备16042023号 | 京公网安备 11010502030087号 )
GMT+8, 2024-11-26 07:45
Powered by Discuz!
Copyright © 2001-2020, Tencent Cloud.