- 博客(9)
- 收藏
- 关注
原创 Android App快速开发框架
Android App快速开发框架两个用了快速设置Android App框架的项目,具体如下:Android KickStartr: http://androidkickstartr.com/Android Bootstrap: http://www.androidbootstrap.com/这两个项目可以让你在网页上填写您应用的一些基本信息,比如 应用名称、应用的包名称等,然后可以下载一个已经设置
2015-12-18 11:09:15
677
原创 编译工具链(GCC)建立
编译工具链(GCC)建立1.资源包下载1)binutils-2.17下载http://ftp.gnu.org/gnu/2)gcc-4.1.2、mpfr-2.4.0、gmp-4.2下载http://ftp.gnu.org/gnu/3)内核linux-2.6.18下载https://www.kernel.org/pub/linux/kernel/4)glibc-2.5下载http://ftp.gnu.o
2015-12-04 13:53:19
1108
原创 编译工具链(GCC)建立
编译工具链(GCC)建立1.资源包下载1)binutils-2.17下载http://ftp.gnu.org/gnu/2)gcc-4.1.2、mpfr-2.4.0、gmp-4.2下载http://ftp.gnu.org/gnu/3)内核linux-2.6.18下载https://www.kernel.org/pub/linux/kernel/4)glibc-2.5下载http://ftp.gnu.o
2015-12-01 13:55:29
853
原创 Ubuntu国内镜像下载地址
Ubuntu国内镜像下载地址网易镜像源:http://mirrors.163.com/ubuntu-releases/precise/科大镜像源(建议教育网和ipv6用户使用):http://mirrors.ustc.edu.cn/ubuntu-releases/precise/
2015-11-27 10:01:31
2384
原创 ubuntu apt-get使用小结
ubuntu apt-get使用小结1.apt-get常用命令1)apt-get install通过代理安装的命令apt-get install cmake -o Acquire::http::proxy=”http://192.168.9.25:8081”2)更新源列表:apt-get update2.apt-get update更新错误1)“Hash Sum mismatch”错误在运行sudo
2015-11-27 10:01:06
541
原创 Linux清除原有ssh密钥方法
Linux清除原有ssh密钥方法1.问题现象以前在mac的终端下面使用ssh user@localhost输入密码就可以连接到远程的SSH服务器,今天连接的时候老是提示如下错误:KENFORFORLIN:~ kenforstar$ sudo ssh [email protected]:@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
2015-11-27 09:04:49
64592
3
原创 openssl几个加密算法使用介绍
openssl几个加密算法使用介绍1.openssl简介1)openssl概述 OpenSSL 是一个强大的安全套接字层密码库,囊括主要的密码算法、常用的密钥和证书封装管理功能及SSL协议,并提供丰富的应用程序供测试或其它目的使用。2)公钥/私钥/签名/验证签名/加密/解密/非对称加密 我们一般的加密是用一个密码加密文件,然后解密也用同样的密码.这很好理解,这个是对称加密.而有些加密时,加密用的
2015-11-25 12:01:28
11423
原创 Android中使用log4j、android-logging-log4j-1.0
Android中使用log4j、android-logging-log4j-1.0.31.下载相关资源包资源包下载路径:log4j:http://logging.apache.org/log4j/1.2/download.htmlandroid-logging-log4j-1.0.3:http://code.google.com/p/android-logging-log4j/2.日志配置日志配置:
2015-11-18 10:06:00
1505
转载 Android Studio调试功能使用总结【转】
编译好要调试的程序。1.设置断点选定要设置断点的代码行,在行号的区域后面单击鼠标左键即可。 2.开启调试会话点击红色箭头指向的小虫子,开始进入调试。 IDE下方出现Debug视图,红色的箭头指向的是现在调试程序停留的代码行,方法f2()中,程序的第11行。红色箭头悬停的区域是程序的方法调用栈区。在这个区域中显示了程序执行到断点处所调用过的所用方法,越下面的方
2015-11-15 16:18:22
327
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人