码迷,mamicode.com
首页 >  
搜索关键字:itunes store    ( 5797个结果
In-App Purchase----(一) ---- About In-App Purchase
About In-App PurchaseIn-App Purchase allows you to embed a store inside your app using the Store Kit framework. This framework connects to the App Sto...
分类:移动开发   时间:2014-05-01 14:45:53    阅读次数:519
ExtJS MVC学习手册 1
开发环境: ExtJS4.2 eclipse indigo 开发步骤说明 这次主要使用extjs4的mvc模式创建viewport。籍此初步了解mvc模式的结构。 下图为项目结构: 重点是app的目录结构: 其中controller、model、store、view一般来说是必须存在的目录。 app...
分类:Web程序   时间:2014-05-01 11:29:10    阅读次数:472
In-App Purchase----(二) ---- Designing Your App’s Products
Designing Your App’s ProductsAproductis something you want to sell in your app’s store. You create and configure products in iTunes Connect, and your ...
分类:移动开发   时间:2014-05-01 06:25:43    阅读次数:655
A Book Store Application Using AngularJS and Asp.Net Web Api
There are many examples out there demonstrating how AngularJS and Web API can be used together but almost all of them are in MVC, so I tried to implem...
分类:移动开发   时间:2014-04-30 21:19:35    阅读次数:625
unity3d游戏开发学习之使用3dmax创建导弹模型
在着手研究Unity3D的游戏开发时,3D模型可以考虑从unity的assets store去获取,也可以从网上搜索下载,同时咱们也可以尝试下自己动手去做一些简单的模型。 这里就根据unity3d坦克大战教学视频,来制作一个简单的导弹模型:包含弹头,弹身,尾翼。其中,弹头,单身都是使用胶囊来实现,尾翼是使用多边形来实现。 一、制作弹体 打开3dmax后,右侧的工具栏中,选择“扩展基本体”,这...
分类:其他好文   时间:2014-04-29 13:13:22    阅读次数:397
ExtJS 等待两个/多个store加载完再执行操作
Extjs加载Store是异步加载的,这有很多好处。但是当我们要在两个或多个不同的store加载完再执行一些操作时,异步加载就成了一个问题。在Stack Overflow 等网站搜集并试用了几个处理方法,总结如下。1、自己定义一个组件 (From:http://stackoverflow.com/q...
分类:Web程序   时间:2014-04-29 09:18:47    阅读次数:583
Extjs 4.2 树结点右键菜单(全选,反选,撤销)
自己写的最新版本extjs4.2的树结点的操作,记录一下,以后可能会用到。 var tree = new Ext.tree.TreePanel({ flex: 1, animate: true,   autoScroll: true, anchor: '100% 93%', store: new Ext.data.TreeStore({ root:{ expanded: true...
分类:Web程序   时间:2014-04-27 19:00:19    阅读次数:1278
5797条   上一页 1 ... 578 579 580
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!