在刚才开始学习android数字签名的相关知识点的时候,被资料中出现的keystore、x509、密钥对、debug.keystore弄的晕头
转向,经过一段时间的了解,总算明白一些。
一、make_key脚本生成密钥对
android源码中自带的工具make_key(development/tools/目录下)可以用来生成RSA密钥对。...
分类:
移动开发 时间:
2014-06-16 12:14:22
阅读次数:
240
D:\30day\projects\04_day\harib01b下代码如何编译运行。把z_tools复制到04_day下,然后修改Makefile文件的run:run
: $(MAKE) img $(COPY) haribote.img ..\..\qemu\a.img $(MA...
分类:
其他好文 时间:
2014-06-16 08:21:31
阅读次数:
230
新安装了Debian5,成功安装了oracle11g.记录过程如下。1、升级一下系统#apt-get update#apt-get
upgrade2、安装需要的一些组件:#apt-get install gcc make binutils lesstif2 libc6 libc6-dev
rpm l...
分类:
数据库 时间:
2014-06-16 00:15:41
阅读次数:
448
1,安装必须包apt-get install gcc g++ make binutils
libc6 libc6-dev libstdc++6 libstdc++5 rpm gawk alien ksh lesstif2 libaio1
linux-headers elfutils libaio-d...
分类:
数据库 时间:
2014-06-16 00:11:03
阅读次数:
346
Linux 的编译使用 GNU make 工具来检查整个系统的文件和调用 gcc 工具以及脚本完成编译源代码生成 image 等操作。要了解整个编译系统,我们首先要了解 Linux 内核的 Makefile 文件。
Linux 的 编译系统包括 5 个部分
Makefile
顶层的 Makefile 文件
.config
内核配置文件
arch/$(ARCH...
分类:
系统相关 时间:
2014-06-15 16:05:05
阅读次数:
351
在ubuntu下
首先:在unpv13e文件加下
./configure
cd lib
make
cd ../libfree
make
cd ../liggai
make
cd ..
vim lib/nup.h
// 修改 #include "../config.h" 为 #include "config.h"
/ 拷贝头文件
sudo cp config.h ...
分类:
其他好文 时间:
2014-06-14 17:28:45
阅读次数:
246
第一个步骤“配置内核”。在这里,我比较建议在发行版默认的config的基础上再进行配置,这样 配置出的内核和发行版本身才会有更好的相容性。比如可以在运行“make menuconfig”之前执行命令“cp /boot/config-2.6.35-24-generic .config”,或者在menu...
分类:
其他好文 时间:
2014-06-14 16:17:42
阅读次数:
234
以下步骤在MAC下测试通过:
首先是安装CCache,
可以用homebrew
brew install --HEAD ccache
也可以用源码安装
git clone https://github.com/jrosdahl/ccache.git
cd ccache
./autogen.sh
./configure
make
make install
如果提示autohe...
分类:
移动开发 时间:
2014-06-14 12:28:49
阅读次数:
263
To make a Scheduled Task run in the background, change the User running
the task to "SYSTEM",
and nothing will appear on your screen....
分类:
移动开发 时间:
2014-06-14 09:33:39
阅读次数:
395
##RECORD,help me remember ###Make Lazy Version
Installer 1、Write this LazyVersion Installer DMG to a RAW empty disk 2、Use
Clover l...
分类:
其他好文 时间:
2014-06-13 15:27:01
阅读次数:
349