获取方式: Ext.data.StoreManager.lookup(‘xxxx‘);?//xxxx:你在为store配置时配置的storeId 另外对于这种方式还有一个快捷方式: Ext.getStore("xxxx"); 两种方式效果相同...
分类:
其他好文 时间:
2015-02-02 18:21:18
阅读次数:
145
Notes from C++ PrimerAssociative containers differ in fundamental respect from the sequential containers: elements in associative containers are store...
分类:
其他好文 时间:
2015-02-02 12:30:18
阅读次数:
125
Unity3D如果开发Windows Store的游戏,一般需要真机或者模拟器来调试,本文主要讲解下如何把程序发布到Surface真机上进行调试。首先第一步肯定是要在Unity3D中将项目build出来:那么接下来就要依靠Visual Studio 2013来帮助我们调试Windows Store的...
分类:
编程语言 时间:
2015-02-01 00:35:32
阅读次数:
352
Given n, how many structurally unique BST's (binarysearch trees) that store values 1...n?
For example,
Given n = 3, there are a total of 5 unique BST's.
1 3 3 2 1
\ ...
分类:
其他好文 时间:
2015-01-30 22:53:46
阅读次数:
166
今天在执行这样一条语句时:SELECT store - freez AS less FROM `products`;报如下错误:Data truncation: BIGINT UNSIGNED value is out of range in '(`products`.`store` - `prod...
分类:
数据库 时间:
2015-01-30 15:04:45
阅读次数:
198
关于IAP购买失败的问题 解决方法 Error Domain=SKErrorDomain Code=0 "无法连接到 iTunes Store" UserInfo=0x7f4c530 {NSLocalizedDescription=无法连接到 iTunes Store}bundle id和produ...
分类:
其他好文 时间:
2015-01-30 10:33:15
阅读次数:
2395
--renderers渲染器
可以格式化该列显示的数据格式或者按照你自定义的脚本显示最终数据样子
先看下renderer: function()里的参数
renderer:function(value, cellmeta, record, rowIndex, columnIndex, store){
}
1.value是当前单元格的值
2.cellmeta里保存...
分类:
Web程序 时间:
2015-01-30 09:11:26
阅读次数:
336
http://www.cnblogs.com/lxconan/archive/2012/09/09/2677957.html
最近从架构的角度做了一个 Windows 8 下 Metro Style 应用程序开发介绍的讲座。以下是讲稿。
如有问题欢迎指正。
下载地址:
幻灯片附加说明
1 概述
这篇的标题叫做Windows RT Introduction而非W...
Install Xcode Development Tools It is recommended to download the newest Xcode package from the Mac App Store for your system (it‘s free). For Xcode 4, you need to install the command line tools ad...
分类:
系统相关 时间:
2015-01-29 21:14:34
阅读次数:
669