官方文档:https://developer.android.com/tools/publishing/app-signing.html
1. 默认为debug mode,使用的签名文件在: $HOME/.android/debug.keystore
比如 C:\Users\chengcj1\.android\debug.keystore
2. Release Mode...
分类:
移动开发 时间:
2015-04-14 16:47:54
阅读次数:
187
任玉刚, 博客 : http://blog.csdn.net/singwhatiwanna, github : https://github.com/singwhatiwanna Trinea, 博客 : http://www.trinea.cn/, github : https://github....
分类:
移动开发 时间:
2015-04-14 16:31:50
阅读次数:
257
我将分享一些收藏多年且非常有价值的网站跟大家分享。 1、 Google https://www.google.com/ 不是你不知道,而是你不善用google,使用google有非常多的技巧,可以网上搜索google搜索技巧。 2、Stackoverflow http://stackoverflow...
分类:
Web程序 时间:
2015-04-14 16:30:32
阅读次数:
160
NDK项目源码地址:--第一个JNI示例程序下载:GitHub- https://github.com/han1202012/NDKHelloworld.git--Java传递参数给C语言实例程序: GitHub -https://github.com/han1202012/NDKParameter...
分类:
其他好文 时间:
2015-04-14 16:14:25
阅读次数:
266
题目地址:https://leetcode.com/problems/sudoku-solver/题目解析:使用最笨的办法,行优先遍历需要填的空,使用1到9去尝试,然后判断是否符合条件;如果不符合条件则尝试下一个数字,如果符合条件则尝试下一个需要填的空。使用递归方法实现。题目解答:public cl...
分类:
其他好文 时间:
2015-04-14 15:58:54
阅读次数:
179
前言上文讲解了http协议及httpd的一些特性,是学习web服务需要掌握的一些基础知识,接下来让我们进一步了解httpd相关功能的配置,本文讲解的是虚拟主机,访问控制及https等功能的配置。httpd之虚拟主机虚拟主机共分为三种模式:基于IP、基于端口、基于主机名(FQDN)实验环境介..
分类:
Web程序 时间:
2015-04-14 14:50:27
阅读次数:
288
1、下载firefox 浏览器 https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/24.0/win32/zh-CN/2、下载selenium http://selenium-release.storage.googleapis.c...
分类:
编程语言 时间:
2015-04-14 14:24:21
阅读次数:
176
> Collection of some commonly used style guide > From:https://github.com/xiaobeicn/Style-Guide-Collection ---- ### A * Angular + [johnpapa/angularjs-style-guide](https://github.com/johnpapa/angul...
分类:
其他好文 时间:
2015-04-14 13:09:24
阅读次数:
100
Fresco 支持许多URI格式
**特别注意:Fresco 不支持 相对路径的URI. 所有的URI都必须是绝对路径,并且带上该URI的scheme。如下:
类型
格式 网络图片
http://, https://
本地文件
file://
Content provider
content://
asset目录下的资源
asset://
res目录下的资...
分类:
其他好文 时间:
2015-04-14 12:58:32
阅读次数:
121
python module 模块https://docs.python.org/2.7/py-modindex.htmldjango框架例子https://docs.djangoproject.com/en/1.7/intro/tutorial01/http://www.django-rest-fr...
分类:
编程语言 时间:
2015-04-14 12:40:40
阅读次数:
132