码迷,mamicode.com
首页 >  
搜索关键字:key store    ( 42375个结果
Activity之间的信使--Bundle
两个Activity之间的传参的具体做法如下: 1.新建一个Bundle类 Bundle bundle=new Bundle(); 2.向Bundle类中放入数据(类似于map) bundle.putString("key" ," value"); 3.新建一个intent对象,并将该bund...
分类:其他好文   时间:2014-05-06 09:05:48    阅读次数:349
google mapsDemo示例运行
①申请API KEY②SelectFile>Import>Android>Existing Android Code Into Workspaceand clickNext.导入google-play-services_lib③SelectFile>New>Other>Android Sample ...
分类:其他好文   时间:2014-05-05 23:05:06    阅读次数:344
用模型取代字典的好处
1.使用字典的坏处:一般情况下,设置数据和取出数据都使用“字符串类型的key”,编写这些key时,编译器不会有任何友善提示,需要手敲dict[@"name"] = @"Jack"; NSString *name = dict[@"name"];手敲字符串key,key容易写错 Key如果写错了,编译...
分类:其他好文   时间:2014-05-05 23:03:39    阅读次数:298
Unity Game Starter Kit for Windows Store and Windows Phone Store games
原地址:http://digitalerr0r.wordpress.com/2013/09/30/unity-game-starter-kit-for-windows-store-and-windows-phone-store-games/Posted onSeptember 30, 2013byd...
分类:Windows程序   时间:2014-05-05 22:09:37    阅读次数:611
Unity for Windows: III–Publishing your unity game to Windows Phone Store
原地址:http://digitalerr0r.wordpress.com/2013/08/27/unity-for-windows-iiipublishing-to-windows-phone-store/InPart IIwe covered how you can publish your g...
分类:Windows程序   时间:2014-05-05 22:08:06    阅读次数:957
Unity for Windows: II – Publishing Unity games to Windows Store
原地址:http://digitalerr0r.wordpress.com/2013/08/27/unity-for-windows-ii-publishing-to-windows-8/Windows 8 is a new OS with a Windows Store where you can...
分类:Windows程序   时间:2014-05-05 22:07:04    阅读次数:593
数字证书常见格式与协议介绍
引:http://blog.csdn.net/anxuegang/article/details/6157927 证书主要的文件类型和协议有: PEM、DER、PFX、JKS、KDB、CER、KEY、CSR、CRT、CRL 、OCSP、SCEP等。 PEM – Openssl使用 PEM(Privacy Enhanced Mail)格式来存放各种信息,它是 openssl 默认采用...
分类:其他好文   时间:2014-05-04 00:32:43    阅读次数:316
【Unity3D游戏开发】—— 导入网上下载的.unitypackage包
这两天遇到了这样一个问题,网上下载的别人导出的.unitypackage包。如果双击打开,则会出现“Failed importing package ”的错误。     为此很头疼,查了一些资料,需要将.unitypackage包复制到Editor\Standard Packages文件夹下, 然后ctrl+9打开 Asset Store, 点击下载然后找到刚刚复制的包名,点击Impor...
分类:其他好文   时间:2014-05-04 00:05:32    阅读次数:431
Cocos2d3.0 制作PList文件
auto root = Dictionary::create(); auto string = String::create("string element value"); root->setObject(string, "string element key"); auto array = Array::create(); ...
分类:其他好文   时间:2014-05-03 16:27:48    阅读次数:380
JBPM学习(三):管理流程定义
概念: ProcessDefinition,流程定义:一个流程的步骤说明,如一个请假流程、报销流程、是一个规则。 ProcessDefinition,流程定义对象,是解析.jpdl.xml文件得到流程步骤的信息。没有更新操作,启动流程实例时是使用指定key的最新的版本。   1.部署流程定义 a)一次添加一个资源,相关文件在Classpath中 // 1,部署流程定义(添加)...
分类:其他好文   时间:2014-05-03 15:20:52    阅读次数:400
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!