找回密码
 注册
搜索
分享 linux内核读写文件实现
2015-7-6 14:11
#include linux/fs.h #include linux/uaccess.h static int write_file(char *f_name,char *buf,size_t count) { struct file *fp; mm_segment_t fs; loff_t pos; printk("%s:%s\n", __func__, f_name); fp =filp_open(f_name,O_RDW ...
个人分类: 学习录|49 次阅读|0 个评论
分享 ubantu adb 配置
2015-3-27 11:12
ubantu adb 配置 1、通过apt-get安装adb sudo add-apt-repository ppa:nilarimogard/webupd8 sudo apt-get update sudo apt-get install android-tools-adb 将android设备连接至电脑,执行adb shell会提示“error: device not found” 2、将android设备连接至电脑,通过lsusb查看usb设备,如下红色部分对应的就是android ...
个人分类: 学习录|85 次阅读|0 个评论

本页有 1 篇日志因作者的隐私设置或未通过审核而隐藏

Archiver|手机版|小黑屋|52RD我爱研发网 ( 沪ICP备2022007804号-2 )

GMT+8, 2024-5-22 15:37 , Processed in 0.030150 second(s), 13 queries , Gzip On.

Powered by Discuz! X3.5

© 2001-2023 Discuz! Team.

返回顶部