腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
2
回答
在较新的
Linux
中,ext4中的哪个函数负责读取?
、
、
、
、
例如,在ext4 (
Linux
4.0及之前)中,结构
file
_operations ext4_
file
_operations使读取指针指向new_sync_
read
。
Linux
4.0 .
read
= new_sync_
read
,.
read
_iter = generic_
f
浏览 5
提问于2017-07-15
得票数 2
1
回答
如何在
Linux
内核模块中使用seq_
file
?
、
、
你好,我对
Linux
很陌生,我想知道如何在模块中使用
Linux
序列文件来遍历内核对象。
浏览 9
提问于2014-08-20
得票数 5
1
回答
如何修复错误:从不兼容的指针类型传递'proc_create‘的参数4
、
、
下面是skynet.c: #include <
linux
/module.h> // included for all kernel modules#include <
linux
/seq_
file
.h> /&
浏览 578
提问于2020-11-20
得票数 5
回答已采纳
3
回答
Linux
内核模块-创建proc文件- proc_root未声明的错误
、
、
下面也是我的makefile:我正在使用的Makefile: KDIR := /MY/
LINUX
浏览 3
提问于2010-03-28
得票数 10
回答已采纳
1
回答
样式不会加载Ubuntu应用程序
、
、
: Cannot
read
property 'selected' of null
file
:/
浏览 0
提问于2015-11-25
得票数 0
回答已采纳
1
回答
从用户输入打开文件的C语言猫程序
、
、
、
、
#include <stdio.h>#define MAX_LEN 30 { char filename[MAX_LEN]; scanf("%s", filename); { printf(&qu
浏览 3
提问于2017-09-14
得票数 0
回答已采纳
1
回答
安装TP-LINK T2UH AC600无线适配器驱动程序(Ralink mt7610u)后出现的问题
、
、
、
、
帮帮我!我遵循这个帖子上的步骤:Mt7610u(如何安装TP链接T2UH无线适配器驱动程序),但是,我的dongle只在2.4Ghz上工作,而不是5 5Ghz,我做什么?我的内核是:4.2.0-30-泛型我的Ubuntu是14.04.04 (LTS)。
浏览 0
提问于2016-02-24
得票数 1
1
回答
Geopandas
read
_
file
、
、
、
在使用
read
_
file
函数时,我有一些关于位势和fiona的问题。这是我的回溯:<ipython-input-3-0c9777b3c6b2> in <
浏览 2
提问于2015-10-26
得票数 2
回答已采纳
1
回答
在
linux
设备驱动程序中读取配置文件
、
、
如何在
linux
设备驱动程序中读取配置文件?专家说,在内核空间中读取和写入文件是一种糟糕的做法。对于固件下载,我们有request_firmware内核API。是否有用于读取和解析驱动程序配置文件的
linux
内核API?读取特定驱动程序的波德率和固件文件路径。
浏览 5
提问于2013-12-13
得票数 4
回答已采纳
1
回答
这段代码中的":“是什么意思?
struct
file
_operations memory_fops = { write: memory_write,#include <
linux
/module.h>#include <
linux<
浏览 1
提问于2012-09-06
得票数 2
回答已采纳
3
回答
内核模块的proc_create()示例
、
有人能给我举个proc_create()的例子吗?
浏览 12
提问于2011-12-15
得票数 33
回答已采纳
2
回答
如何将此代码中的文件名保存为变量
、
、
/bin/bash echo "Text
read
from
file
: $line
浏览 1
提问于2017-04-25
得票数 0
1
回答
定义
linux
和windows中使用的宏函数的最佳方法是什么?
、
、
、
#ifdef _WIN32 #define SET_
FILE
_POINTER SetFilePointer#elif __
linux
#define SET_
FILE
_POINTER lseek // parameter sequencenot equal to SetFilePointer #define
浏览 5
提问于2022-09-02
得票数 0
1
回答
为什么导入fs.h时变量的类型'struct
file
_operations‘不完整?
、
、
、
我尝试导入
file
_operations的结构,得到以下错误:我的导入是#include <
linux
/fs.h> /* for register_chrdev */错误在fops: struct
file
_operationsT
浏览 7
提问于2020-12-09
得票数 2
3
回答
C++从文件流中读取无符号字符
、
、
、
#include <iostream>#include <vector>{ mDataBuffer.resize(bytesAvailable) ; inF.
read
我需要做什么才能让它在
linux
上工作?
浏览 8
提问于2009-03-02
得票数 22
回答已采纳
1
回答
Linux
2.6.x内核的`procfs1.c`的现代版本是什么?
、
当我遇到第5章中的第一个示例procfs1.c时,我一直在遵循。因此,我正在为将来的人们发布我的更新代码。我正在运行内核2.6.32-279.el6.x86_64。
浏览 2
提问于2014-03-21
得票数 0
1
回答
EXT3文件操作
、
、
我正在尝试了解
Linux
是如何处理EXT3文件的。= generic_
file
_llseek, .write = do_sync_write, .aio_write = generic_
file
_aio_write, .unlocked_io
浏览 5
提问于2013-05-08
得票数 1
1
回答
在现有条目下创建proc条目
、
、
我的内核模块将在现有的proc条目下创建一个条目,例如/proc/sys,然后,我尝试查看是否有一个函数可以通过检查proc_fs.h来获得正确的parent node,但是没有用。
浏览 5
提问于2013-08-24
得票数 0
1
回答
逐行读取文本文件并保存到数组(C语言)
、
、
、
、
{ return 0; char *line_buffer, *line; ERROR(ERR_EXT, &quo
浏览 2
提问于2013-11-01
得票数 2
回答已采纳
1
回答
如何使用Python脚本批量将HTML转换为Markdown
、
、
text_maker = ht.HTML2Text() htmlpage = f.
read
浏览 3
提问于2020-12-07
得票数 0
回答已采纳
点击加载更多
相关
资讯
Linux read的用法
红帽Linux技术-file命令
Linux中file命令及ln命令的使用
About File Extension&File Type
File Trick
热门
标签
更多标签
云服务器
ICP备案
对象存储
云点播
实时音视频
活动推荐
运营活动
广告
关闭
领券