码迷,mamicode.com
首页 >  
搜索关键字:provides    ( 1060个结果
Fast UI Draw (Intel出品)
Fast UI Draw in a library that provides a higher performance Canvas interface. It is designed so that it always draws using a GPU. In contrast to many ...
分类:其他好文   时间:2016-10-09 20:33:36    阅读次数:304
what is a resolver
resolver [r?'z?lv?] 解析器 ViewResolver The ViewResolver provides a mapping between view names and actual views. {view names : actual views} 举例1: 在 Contr ...
分类:其他好文   时间:2016-10-09 17:24:31    阅读次数:190
How to: Create a Business Model in the XPO Data Model Designer
How to: Create a Business Model in the XPO Data Model Designer This topic provides step-by-step instructions on how to use the XPO Data Model Designer ...
分类:其他好文   时间:2016-10-09 13:46:25    阅读次数:219
java多线程学习-ThreadLocal
为了凑字,把oracle文档里介绍ThreadLocal抄过来 This class provides thread-local variables. These variables differ from their normal counterparts in that each thread ...
分类:编程语言   时间:2016-10-02 19:41:24    阅读次数:167
[Angular2 Form] Display Validation and Error Messaging in Angular 2
Angular 2’s ngModel provides error objects for each of the built-in input validators. You can access these errors from a reference to the ngModel itse ...
分类:其他好文   时间:2016-09-27 19:28:20    阅读次数:189
[Angular 2] Order Dynamic Components Inside an Angular 2 ViewContainer
By default, when you generate components, they will simply be added to the page in order, one after another. Angular 2 provides methods on the ViewCon ...
分类:其他好文   时间:2016-09-23 20:00:49    阅读次数:110
QAction类详解:
先贴一段描述:Qt文档原文: Detailed Description The QAction class provides an abstract user interface action that can be inserted into widgets. In applications ma ...
分类:其他好文   时间:2016-09-12 23:53:44    阅读次数:366
the internal array pointer
The foreach construct provides an easy way to iterate over arrays. foreach works only on arrays and objects, and will issue an error when you try to u ...
分类:其他好文   时间:2016-09-10 19:07:28    阅读次数:132
golang 之 slice
Slice types A slice is a descriptor for a contiguous segment of an underlying array and provides access to a numbered sequence of elements from that a ...
分类:其他好文   时间:2016-09-08 14:45:29    阅读次数:204
QEMU KVM Libvirt手册(10):Managing Virtual Machines with libvirt
libvirt is a library that provides a common API for managing popular virtualization solutions, among them KVM and Xen. 使用virt-install创建image qemu-img ...
分类:系统相关   时间:2016-09-06 10:20:06    阅读次数:436
1060条   上一页 1 ... 55 56 57 58 59 ... 106 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!