上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 77 下一页
摘要: 答: 直接在openwrt的make menuconfig中打开CONFIG_KERNEL_DEVMEM选项即可 阅读全文
posted @ 2019-12-10 11:43 Jello 阅读(1935) 评论(0) 推荐(0)
摘要: 答:通过devmem工具(在openwrt的make menuconfig中可以使能该工具) $ busybox devmem 0x123456 阅读全文
posted @ 2019-12-09 19:52 Jello 阅读(819) 评论(0) 推荐(0)
摘要: #define EPERM 1 /* Operation not permitted */ #define ENOENT 2 /* No such file or directory */ #define ESRCH 3 /* No such process */ #define EINTR 4 / 阅读全文
posted @ 2019-11-29 14:19 Jello 阅读(9173) 评论(0) 推荐(0)
摘要: 答: git log --name-only --format='' 阅读全文
posted @ 2019-11-14 17:40 Jello 阅读(1639) 评论(0) 推荐(0)
摘要: 答: 直接将https修改为http即可, 如: $ git clone https://github.com/Jello_Smith/my-example.git -> git clone http//github.com/Jello_Smith/my-example.git 阅读全文
posted @ 2019-11-14 16:57 Jello 阅读(5483) 评论(0) 推荐(0)
摘要: 答: 往~/.bashrc中加入以下内容即可: LS_COLORS='no=00:fi=00:di=01;33;40:ln=01;36;40:' export LS_COLORS 阅读全文
posted @ 2019-11-14 16:08 Jello 阅读(583) 评论(0) 推荐(0)
摘要: "u-boot,dm-pre-reloc”属性:当设置了这个属性时,则表示这个设备在重定向之前就需要使用。 当dm_init_and_scan的参数为true时,只会对带有“u-boot,dm-pre-reloc”属性的节点进行解析。而当参数为false的时候,则会对所有节点都进行解析 阅读全文
posted @ 2019-11-11 13:19 Jello 阅读(2738) 评论(0) 推荐(0)
摘要: 1. 运行安卓系统, 如下: $sudo qemu-system-x86_64 -m 4096 -boot d -enable-kvm -smp 3 -net nic -net user,hostfwd=tcp::4444-:5555 -hda <path-to-android-hd-image> 阅读全文
posted @ 2019-11-09 11:18 Jello 阅读(1365) 评论(0) 推荐(0)
摘要: 一. 环境 Ubuntu 二. 安装QEMU $sudo apt-get install qemu qemu-kvm libvirt-bin 三. 创建虚拟硬盘文件,将安卓安装在此虚拟硬盘上 $qemu-img create -f qcow2 android-hd.img 20G 四. 获取x86版 阅读全文
posted @ 2019-11-09 10:32 Jello 阅读(7761) 评论(1) 推荐(1)
摘要: 答: sudo apt-get install default-jdk 阅读全文
posted @ 2019-11-09 10:22 Jello 阅读(925) 评论(0) 推荐(0)
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 77 下一页