码迷,mamicode.com
首页 >  
搜索关键字:components    ( 1669个结果
获得现在的日历时间
1,NSDate存储的是世界标准时(UTC),输出时需要根据时区转换为本地时间2,日历对象封装了对系统日期的计算,包括这一年开始,总天数以及划分。你将使用日历对象对绝对日期与date components(包括年,月,日,时,分,秒)进行转换。NSCalendar定义了不同的日历,包括佛教历,格里高...
分类:其他好文   时间:2014-07-10 10:47:48    阅读次数:185
主成分分析(PCA)
相对与网上很多人分享的有关PCA的经历,我第一次接触PCA却不是从人脸表情识别开始的,但我所在的实验室方向之一是人脸的研究,最后也会回到这个方向上来吧。PCA(principal components analysis)是一种非常有用的统计技术,它已经应用于人脸识别和图像压缩领域中,并且是高维数据计...
分类:其他好文   时间:2014-07-07 21:46:40    阅读次数:1324
Yii modules中layout文件的调用
在YII中,如果我们使用了modules区分了前后台,那么在不同的modules中需要使用各自的layout文件,在使用中发现经常会调用不到modules中的layout,下面介绍一下如何才能正确的调用到modules的其中一种方法:1 components/Controller.php中默认定义了...
分类:其他好文   时间:2014-07-07 08:47:53    阅读次数:151
Yii的缓存机制之片段缓存
一、首先在main.php配置缓存组件 在components里面添加cache项。代码如下: // application components 'components'=>array( 'user'=>array( // enable cookie-...
分类:其他好文   时间:2014-07-05 18:57:10    阅读次数:178
Android UI线程和非UI线程
UI线程及Android的单线程模型原则 当应用启动,系统会创建一个主线程(main thread)。 这个主线程负责向UI组件分发事件(包括绘制事件),也是在这个主线程里,你的应用和Android的UI组件(components from the Android UI toolkit (com.....
分类:移动开发   时间:2014-07-01 23:48:25    阅读次数:254
PCI-X总线
PCI-X接口是并连的PCI总线(Peripheral Components Interconnect)的更新版本,仍采用传统的总线技术,不过有更多数量的接线针脚, 同时,如前所述的所有的连接装置会共享所有可用的频宽。   1什么是PCI-X 与原先PCI接口所不同的是:一改过去的32位,PCI-X采用64位宽度来传送数据,所以频宽自动就倍增两倍,而扩充槽的长度当然就不可避免 的加大了,...
分类:其他好文   时间:2014-07-01 09:56:22    阅读次数:239
Intents and Intent Filters
An Intent is a messaging object you can use to request an action from another app component. Although intents facilitate communication between components in several ways, there are three fundament...
分类:其他好文   时间:2014-07-01 08:54:18    阅读次数:414
Intents and Intent Filters
An Intent is a messaging object you can use to request an action from another app component. Although intents facilitate communication between components in several ways, there are three fundament...
分类:其他好文   时间:2014-06-30 19:28:20    阅读次数:225
ScaleIO 1.2 基础
The ScaleIO virtual SAN consists of 3 software components =================== Meta Data Manager (MDM): Configures and monitors the ScaleIO system. The...
分类:其他好文   时间:2014-06-27 17:46:50    阅读次数:282
Camera
【Camera】1、Camera属性如下 属性说明参考:file:///D:/Program%20Files%20(x86)/Unity/Editor/Data/Documentation/Documentation/Components/class-Camera.html2、Clea...
分类:其他好文   时间:2014-06-25 15:28:29    阅读次数:153
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!