Looks like your app is ONLY available in Thailand storefront - so the lookup should include country code in the base lookup URL:http://itunes.apple.co...
分类:
移动开发 时间:
2014-07-06 15:28:03
阅读次数:
547
var itemsPerPage = 20;
var combo;
//创建数据源store
Ext.define('recordStore', {
extend : 'Ext.data.Store',
// autoLoad : {
// start : 0,
// limit : itemsPerPage
// },
start : 0,
limit :...
分类:
Web程序 时间:
2014-07-05 10:53:34
阅读次数:
412
iTunes进行程序和本地的文件交互很麻烦,这篇文章介绍如何在程序中实现沙盒文件的访问。...
分类:
移动开发 时间:
2014-07-03 16:37:49
阅读次数:
201
Givenn, how many structurally uniqueBST's(binary search trees) that store values 1...n?For example,Givenn= 3, there are a total of 5 unique BST's. 1.....
分类:
其他好文 时间:
2014-07-02 22:13:23
阅读次数:
191
在使用git时,使用git pull,或git push,每次都要我输入用户名和密码,比较麻烦.git有个参数可以解决这个问题。修改./git/config文件,增加[credential] helper = store问题解决。
分类:
其他好文 时间:
2014-07-02 19:33:23
阅读次数:
187
The Direct I/O (Load/Store) module(即是LSU) serves as the source of all outgoing direct I/O packets(LSU用于配置发起数据读/写的SRIO设备端,发起端发送Direct IO包). With direct I/O, the RapidIO packet contains the specific add...
分类:
其他好文 时间:
2014-07-02 08:48:15
阅读次数:
472
APP发布到应用市场(苹果APP STORE+安卓各大应用市场)
注意事项
1、应用要签名,为了以后能够顺利更新应用,要保持每次的签名一致,所以要妥善保管好签名数据。
2、进行发布测试,最好有个检查表,每次发布的时候进行核查。
苹果APP STORE...
分类:
移动开发 时间:
2014-07-01 15:55:05
阅读次数:
328
星期一
6:00起床
7:00出门
8:00到旅顺
9:30到七贤岭(迟到)
12:00和同事吃冷面 快递转到明天
14:00公司美工男同事孩子出生发包装牛肉
17:00吃西瓜
工作时间:
全新MacPro,账户设置,Xcode安装,Xcode-SVN配置,代码同步到本地,真机调试,消息推送原理,App Store上传通过验证,常用第三方库,登录界面,索引界面,MVC...
分类:
其他好文 时间:
2014-07-01 08:10:53
阅读次数:
250
第二讲:Unity资源管理【持续更新中】
2.1 Unity 资源及资源类型
2.2 模型和角色动画的输出设置
2.3 材质和着色器
2.4 2D 纹理和 Moive纹理
2.5 声音文件
2.6 Asset Store( 资源 Store)
2.7 Prefab( 预设 )
...
分类:
其他好文 时间:
2014-07-01 07:40:04
阅读次数:
338
在 windows phone store app 中,判断和设置页面横竖屏的方法,与 silverlight 中的 Page 类不同,不能直接通过 Page.Orientation 进行设置。而是通过 DisplayInformation 类,方法如下:// 横屏Windows.Graphics....
分类:
移动开发 时间:
2014-06-30 15:10:47
阅读次数:
258