1 ane中的p12证书是fb或者flashide中生成的(例如air工程生成的p12),不是苹果账号的p122 打包bat中的 -platform 要和 extension.xml中的platform节点相对应3 -C iPhone-ARM . 末尾的点要记得写4 这就是个坑爹货啊!
分类:
其他好文 时间:
2014-07-19 16:39:04
阅读次数:
185
软件定义X变得越来越火,正所谓,Software is eating the world。软件定义网络也是如此,不论是在工业界还是学术界都将是一次伟大的革命,都在紧随着这个行业的方向,找自己的研究点,关注着标准化的进展。各种Controller,原型系统都相继出现,还有的是是做SDN 的Debug,安全,总之让这个生态系统变得更加健壮。虽然南向接口标准很多,但是openflow适合我们的学习,社区...
分类:
其他好文 时间:
2014-07-19 02:17:26
阅读次数:
260
destpath='/home/hadoop/soft/hadoop-2.0.0-cdh4.5.0/cdhlib/'jarpath='/home/hadoop/soft/hadoop-2.0.0-cdh4.5.0/share/hadoop/'search='jar'iterdir(){ cd $1 ...
分类:
其他好文 时间:
2014-07-18 16:35:53
阅读次数:
225
1. keepalived vrrp/conntrackdHigh availability features will be implemented as extensions or drivers.A first extension/driver will be based on VRRP.A ...
分类:
其他好文 时间:
2014-07-18 15:01:27
阅读次数:
389
DenyHosts官方网站为:http://denyhosts.sourceforge.net1. 安装# tar -zxvf DenyHosts-2.6.tar.gz# cd DenyHosts-2.6# python setup.py install默认是安装到/usr/share/denyho...
分类:
其他好文 时间:
2014-07-18 12:08:55
阅读次数:
206
java冒泡排序Bubble Sort算法代码 下载代码地址:http://www.zuidaima.com/share/1550463269096448.htm...
分类:
编程语言 时间:
2014-07-18 11:22:48
阅读次数:
261
1.pthread_create function creates thread that share the same memory with the process.2.pthread_join function wait for threads until they stop3.The pth...
分类:
系统相关 时间:
2014-07-18 00:19:54
阅读次数:
317
linux调整系统时区: 找到相应的时区文件/usr/share/zoneinfo/Asia/Shanghai 用这个文件替换当前的/etc/localtime文件 这时date一下应该是CST时间了 如果还不行,那就要修改一下TZ环境变量的值了。 许多程序和命令都会用到这个变量的值,TZ的值可以有...
分类:
系统相关 时间:
2014-07-17 23:00:45
阅读次数:
378
from distutils.core import setup, Extension, Commandfrom distutils.command.build import buildfrom distutils.command.clean import cleanfrom distutils.c...
分类:
编程语言 时间:
2014-07-17 21:23:17
阅读次数:
911
执行到./configure--enable-shared一步时提示:checkinghostsystemtype...Invalidconfiguration`x86_64-unknown-linux-gnu‘:machine`x86_64-unknown‘notrecognized解决办法:cp/usr/share/libtool/config.guess.(覆盖到相关软件自带的config.guess,t1lib在解压包的ac-tools下)cp..
分类:
系统相关 时间:
2014-07-17 15:12:10
阅读次数:
260