码迷,mamicode.com
首页 >  
搜索关键字:components    ( 1669个结果
对于Canvas和Bitmap的一点认识
在Android关于Canvas的API描述中,一开始就如下描述: To draw something, you need 4 basic components: A Bitmap to hold the pixels, a Canvas to host the draw calls (writing into the bitmap), a drawing primitive (e....
分类:其他好文   时间:2015-03-14 15:23:18    阅读次数:120
【STL+模拟】UVa 506 - System Dependencies
System DependenciesComponents of computer systems often have dependencies--other components that must be installed before they will function properly....
分类:其他好文   时间:2015-03-14 10:54:35    阅读次数:371
Web Components之Custom Elements
什么是Web Component?Web Components 包含了多种不同的技术。你可以把Web Components当做是用一系列的Web技术创建的、可重用的用户界面组件的统称。Web Components使开发人员拥有扩展浏览器标签的能力,可以自由的进行定制组件。但截至本文时间,Web Co...
分类:Web程序   时间:2015-03-13 01:41:39    阅读次数:132
正则表达式
正则表达式功能非常强大,它是一种指定字符串匹配逻辑的非常紧凑的方式。有时候,正则表达式的形式可能会变得复杂而费解,已经有大量书籍讨论了这一主题。NSPredicate正则表达式使用International Components for Unicode(ICU)语法,你可以借助因特网搜索引擎了解有关...
分类:其他好文   时间:2015-03-12 22:25:47    阅读次数:117
分布式系统架构中的中间件
分布式系统: A distributed system is one in which components located at network computers communicate and coordinate their actions only by passing messages. 由于单机处理能力存在瓶颈,而升级单机处理能力的性价比越来越低,出于稳定性和可用性的考虑,就出现了分布式系统的架构方案。将分布式系统中的一些通用功能提出来形成了中间件,常用的有消息系统,服务框架,数据访问等......
分类:其他好文   时间:2015-03-10 17:27:01    阅读次数:139
ADF_Controller系列2_绑定TasksFlow、Region和Routers(Part2)
Step 1: Creating a New Fusion Application and Business Components Step 2: Create a Bounded Task Flow Step 3: Build the Task Flow Pages Step 4: Bi...
分类:其他好文   时间:2015-03-09 10:39:16    阅读次数:181
(android)应用基础
来自:http://developer.android.com/intl/zh-cn/guide/components/fundamentals.html Android应用程序是用Java编程语言。 Android的SDK工具编译您的代码,包括数据和资源文件打包成APK:Android包,这是与一个....
分类:移动开发   时间:2015-03-08 21:42:08    阅读次数:151
[Bootstrap] 6. Navigation
Too Much Navigation?How many of Bootstrap's Navigation Components can we use on a page?01More than 1Navigation Homepage LinkThe very top left of our p...
分类:其他好文   时间:2015-03-07 06:17:06    阅读次数:176
ADF_Controller系列1_绑定TasksFlow、Region和Routers
Step 1: Creating a New Fusion Application and Business Components Step 2: Create a Bounded Task Flow Step 3: Build the Task Flow Pages Step 4: Bi...
分类:其他好文   时间:2015-03-06 10:23:53    阅读次数:241
Yii2简单地址美化并隐藏index.php
目的:我只想去掉浏览器地址栏中的index.php?r=这一块。在/config/web.php中’components'=>[]中添加如下代码:1 'urlManager' => [2 'enablePrettyUrl' => true,3 'sho...
分类:Web程序   时间:2015-03-05 01:42:35    阅读次数:5458
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!