上篇介绍了怎么使用ant自动编译打包现有的android项目,这篇将继续介绍如果如何在ant打包应用的时候加入签名信息以及自动打包渠道包。1. 加入签名信息:在项目的根目录下建一个ant.properties文件,输入如下内容,其中keystore密码和alias密码可以不指定(防泄漏),那么在命令...
分类:
移动开发 时间:
2015-01-26 18:55:07
阅读次数:
251
1,通过jdk自带的keytool生成.keystore文件执行下面的命令:
/usr/bin/keytool -genkey -alias xiaomaodan -keyalg RSA -validity 36500执行上面的命令后需要输入相关的证书信息
Enter keystore password:
Re-enter new password:
What is your first...
分类:
其他好文 时间:
2015-01-26 13:45:20
阅读次数:
177
如何把我们需要获取的信息按照想要的格式输出呢,这一节,主要讨论下关于格式化输出结果可以使用Format-List命令使用列格式显示Get-Mailboxrobin.pang|Format-List也可以对结果进行表格的样式进行输入Get-Mailboxrobin.pang|Format-Tablename,alias可以时候用autosize参数让表..
分类:
系统相关 时间:
2015-01-25 06:35:36
阅读次数:
314
1. 关闭IPV6vi /etc/sysconfig/networkNETWORKING_IPV6=no #掉source /etc/sysconfig/networkvi /etc/modprobe.conf加入alias net-pf-10 offalias ipv6 off2. 禁止普通用户关...
分类:
系统相关 时间:
2015-01-23 16:08:56
阅读次数:
280
Option ExplicitPrivate Declare Function LoadLibrary Lib "kernel32.dll" Alias "LoadLibraryA" (ByVal lpLibFileName As String) As LongPrivate Declare Fun...
分类:
其他好文 时间:
2015-01-22 17:07:15
阅读次数:
294
开启Ubuntu---->yum安装软件之旅
victor@ubuntu:~$ sudo apt-get install yum
victor@ubuntu:~$ alias yum='sudo apt-get '
使用yum install 命令验证看看:
victor@ubuntu:~$ yum install git...
分类:
系统相关 时间:
2015-01-18 18:36:55
阅读次数:
238
打开文件或程序'API函数声明Public Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hWnd As Long, ByVal lpOperation As String, ByVal lp...
分类:
数据库 时间:
2015-01-18 13:10:01
阅读次数:
232
Yii2高级模板中,以frontend 和backeend的模式来分离前后台,这样的优势是 工程可以独立开发和部署。很大程度上起到解耦作用。如果我们希望再增加名为 【api】一个过程怎么办?第一步 需要增加Add API Alias在common文件下的config下的bootstrap.phpYi...
分类:
其他好文 时间:
2015-01-18 10:29:54
阅读次数:
200
一、配置httpd.conf文件开启vhost模块包含对应的文件[root@CentOS6bin]#vim/etc/httpd/httpd.confLoadModulevhost_alias_modulemodules/mod_vhost_alias.soInclude/etc/httpd/extra/httpd-vhosts.conf注释掉这个#DocumentRoot"/usr/local/apache/htdocs"二、配置httpd-vhost.co..
分类:
Web程序 时间:
2015-01-16 17:02:39
阅读次数:
152
http://wiki.woodpecker.org.cn/moin/RocketyKarrigellRockety的 Karrigell 使用体验ContentsKarrigell配置文件[Directories][Applications][Alias][Server][Translation]...
分类:
其他好文 时间:
2015-01-16 16:15:36
阅读次数:
214