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
开发环境: ExtJS4.2 eclipse indigo 开发步骤说明
这次主要使用extjs4的mvc模式创建viewport。籍此初步了解mvc模式的结构。 下图为项目结构: 重点是app的目录结构:
其中controller、model、store、view一般来说是必须存在的目录。 app...
分类:
Web程序 时间:
2014-05-01 11:29:10
阅读次数:
472
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
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
现在不管是App应用还是网站专题,都被“Flat Design”占据了!这已经成为了很多UI设计师首选的设计形态!拟物设计似乎真的开始离我们越来越远。那么扁平化设计的精髓在于:削弱厚重的图片投影,使用细微的纹理、纯色微渐变、以及简洁的界面设计布局和对比强烈的排版,这些设计类似于Win8和Metro
UI的界面。本文蓝蓝设计收集了极好的Flat Design网站设计案列,请您欣赏。
更...
分类:
Web程序 时间:
2014-04-29 13:31:20
阅读次数:
447
javafx maven集成采用javafx-maven-plugin,
主要分为几个目标:
jfx:jar
jfx:web
jfx:native
jfx:fix-classpath
jfx:generate-key-store
jfx:run
但是在
mvn clean jfx:run
时遇到了问题:
[ERROR] [Help 1] http://cwiki.ap...
分类:
编程语言 时间:
2014-04-29 13:22:21
阅读次数:
2406
在着手研究Unity3D的游戏开发时,3D模型可以考虑从unity的assets store去获取,也可以从网上搜索下载,同时咱们也可以尝试下自己动手去做一些简单的模型。
这里就根据unity3d坦克大战教学视频,来制作一个简单的导弹模型:包含弹头,弹身,尾翼。其中,弹头,单身都是使用胶囊来实现,尾翼是使用多边形来实现。
一、制作弹体
打开3dmax后,右侧的工具栏中,选择“扩展基本体”,这...
分类:
其他好文 时间:
2014-04-29 13:13:22
阅读次数:
397
Extjs加载Store是异步加载的,这有很多好处。但是当我们要在两个或多个不同的store加载完再执行一些操作时,异步加载就成了一个问题。在Stack
Overflow 等网站搜集并试用了几个处理方法,总结如下。1、自己定义一个组件 (From:http://stackoverflow.com/q...
分类:
Web程序 时间:
2014-04-29 09:18:47
阅读次数:
583
自己写的最新版本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