在刚才开始学习android数字签名的相关知识点的时候,被资料中出现的keystore、x509、密钥对、debug.keystore弄的晕头
转向,经过一段时间的了解,总算明白一些。
一、make_key脚本生成密钥对
android源码中自带的工具make_key(development/tools/目录下)可以用来生成RSA密钥对。...
分类:
移动开发 时间:
2014-06-16 12:14:22
阅读次数:
240
中间遇到的问题:1,make的时候,提示gui/x.cc:42:22: error:
X11/Xlib.h: No such file or direct解决:yum install libX11-devel2, error:
X11/xpm.h: No such file or directory...
分类:
其他好文 时间:
2014-06-16 11:06:23
阅读次数:
384
While it’s cool to make a custom element like
we did the the previous cast, it’s actually more common to do things like create
custom attributes. Thes...
分类:
Web程序 时间:
2014-06-16 10:19:04
阅读次数:
276
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
##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