重新想象 Windows 8.1 Store Apps 之新增控件: AppBar -
应用程序栏控件(新增了 AppBarButton, AppBarToggleButton, AppBarSeparator), CommandBar -
应用程序栏控件(AppBar 简化版)
分类:
移动开发 时间:
2014-05-09 18:36:41
阅读次数:
502
var grid=Ext.getCmp("GridPanel1"); var store =
grid.getStore(); Ext.Ajax.request({ url:"server/grid.json", par...
分类:
Web程序 时间:
2014-05-09 18:09:47
阅读次数:
484
转自:dApps开发者?APP被苹果App
Store拒绝的79个原因(未完待续)1、程序有重大bug,程序不能启动,或者中途退出。2、绕过苹果的付费渠道,我们之前游戏里的用兑换码兑换金币。3、游戏里有实物奖励的话,一定要说清楚,奖励由本公司负责,和苹果没有关系。4、用到苹果的标志。(应用的设计和A...
分类:
移动开发 时间:
2014-05-09 12:41:38
阅读次数:
542
http://bbs.csdn.net/topics/390239632kerosunkerosun等级:结帖率:96.92%
楼主 发表于: 2012-10-11 12:00:51
比如有一个tools工程,提供给其他工程通用的工具函数。我现在的做法就只能是ctrl+c|ctrl+v一旦工具函.....
分类:
系统相关 时间:
2014-05-08 21:57:50
阅读次数:
432
1.类型分析:js中的数据类型有undefined,boolean,number,string,object等5种,前4种为原始类型,第5种为引用类型。var
a1;var a2 = true;var a3 = 1;var a4 = "Hello";var a5 = new Object();var...
分类:
其他好文 时间:
2014-05-07 10:11:44
阅读次数:
316
原地址:http://zengwu3915.blog.163.com/blog/static/27834897201375105236580?suggestedreading发了几天时间在网上折腾了几天,终于把App内购给弄好了。分享一下个人经验一、
在iTunesConnect中创建内购的App,...
分类:
移动开发 时间:
2014-05-05 11:44:12
阅读次数:
513
原地址:http://zengwu3915.blog.163.com/blog/static/2783489720137410539278/完成一个app应用后,肯定是要提交的,下面聊一下关于向App
Store提交的一些问题。我们都知道苹果审核的过程就像是在“黑箱”操作,但这并不妨碍你为这个审核过...
分类:
移动开发 时间:
2014-05-05 11:33:20
阅读次数:
769
typeof用以获取一个变量或者表达式的类型,typeof一般只能返回如下几个结果:number,boolean,string,function(函数),object(NULL,数组,对象),undefined。如:alert(typeof
(123));//typeof(123)返回"number...
分类:
其他好文 时间:
2014-05-05 09:37:22
阅读次数:
435
ArraysArrays are zero-indexed, ordered lists of
values. They are a handy way to store a set of related items of the same type
(such as strings), thoug...
分类:
编程语言 时间:
2014-05-04 19:08:29
阅读次数:
533
企业发布app的 过程比app store 发布的简单多了,没那么多的要求,哈
但是整个工程的要求还是一样,比如各种像素的icon啊 命名规范啊等等。
下面是具体的流程
1、修改你的 bundle identifier 为你的企业的app id :
2、修改Edit scheme
3、修改为 Release
...
分类:
移动开发 时间:
2014-05-03 21:57:36
阅读次数:
528