会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Jello
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
16
17
18
19
20
21
22
23
24
···
77
下一页
2019年12月10日
openwrt如何打开linux内核的CONFIG_DEVMEM选项?
摘要: 答: 直接在openwrt的make menuconfig中打开CONFIG_KERNEL_DEVMEM选项即可
阅读全文
posted @ 2019-12-10 11:43 Jello
阅读(1935)
评论(0)
推荐(0)
2019年12月9日
openwrt的shell下如何访问寄存器的内容?
摘要: 答:通过devmem工具(在openwrt的make menuconfig中可以使能该工具) $ busybox devmem 0x123456
阅读全文
posted @ 2019-12-09 19:52 Jello
阅读(819)
评论(0)
推荐(0)
2019年11月29日
linux系统错误码大全
摘要: #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)
2019年11月14日
如何使git log只显示修改的文件,不显示commit id和commit message?
摘要: 答: git log --name-only --format=''
阅读全文
posted @ 2019-11-14 17:40 Jello
阅读(1639)
评论(0)
推荐(0)
git clone或者git pull时遇到gnutls_handshake() failed: An unexpected TLS packet was received.如何处理?
摘要: 答: 直接将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)
如何更换linux shell中所显示目录的颜色?
摘要: 答: 往~/.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)
2019年11月11日
关于uboot中的属性"u-boot,dm-pre-reloc”的意义
摘要: "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)
2019年11月9日
linux下如何使用adb连接在qemu中运行的安卓系统?
摘要: 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)
在linux上安装运行安卓系统
摘要: 一. 环境 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)
java.io.IOException: Cannot run program "jarsigner": CreateProcess error=2,No such file
摘要: 答: 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
下一页
公告