码迷,mamicode.com
首页 >  
搜索关键字:provides    ( 1060个结果
CocoaAsyncSocket 文档3:介绍GCDAsyncSocket
原文地址:https://github.com/robbiehanson/CocoaAsyncSocket/wiki/Intro_GCDAsyncSocket GCDAsyncSocket is a TCP library. It’s built atop Grand Central Dispatch. This page provides an introduction to the lib...
分类:其他好文   时间:2015-08-31 13:39:20    阅读次数:207
iOS容易造成循环引用的三种场景NSTimer以及对应的使用方法(一)
NSTimerA timer provides a way to perform a delayed action or a periodic action. The timer waits until a certain time interval has elapsed and then fires, sending a specified message to a specified obje...
分类:移动开发   时间:2015-08-29 23:20:37    阅读次数:281
openStack Use Orchestration module(heat) create and manage cloud resources
The Orchestration module(heat) uses a heat orchestration template(HOT)to create and manage cloud resources;The Orchestration module provides a templat...
分类:其他好文   时间:2015-08-28 19:03:30    阅读次数:167
Sahara的落地实践
何为Sahara The Sahara project provides a simple means to provision a Hadoop cluster on top of OpenStack 即基于OpenStack提供简单的Hadoop集群创建和管理方式。 Sahara提供的功能 *????? Hadoop clust...
分类:其他好文   时间:2015-08-26 14:10:41    阅读次数:145
Introduction to Cortex Serial Wire Debugging
Serial Wire Debug (SWD) provides a debug port for severely pin limited packages,often the case for small package microcontrollers but also complex ASI...
分类:其他好文   时间:2015-08-21 20:51:24    阅读次数:197
Custom ViewGroups
Android provides a few ViewGroups like?LinearLayout,?RelativeLayout,?FrameLayout?to position child Views. These general purpose ViewGroups have quite a lot of options in them. For e.g, LinearL...
分类:其他好文   时间:2015-08-20 10:57:39    阅读次数:212
iOS Plugins
iOS PluginsThis section provides details for how to implement native plugin code on the iOS platform. Before reading this, see Application Plugins for...
分类:移动开发   时间:2015-08-19 23:25:56    阅读次数:532
Configuring WS-Security UsernameToken and WS-SecureConversation (Symmetric Connection Creation)
Context This procedure provides a detailed process of all necessary steps to secure Web Services with SecureConversation and to set up the authentication of the users using user name and password. This example uses two AS ABAP systems and individual SOA Ma...
分类:其他好文   时间:2015-08-19 16:52:08    阅读次数:134
Android图表类库:WilliamChart
WilliamChart是基于Views的Android图表类库,帮助开发者在Android应用中实现折线图、柱状图和堆叠柱状图。数值发生变化时图表也会以动画的效果发生变化。At the moment it provides:LineChartViewBarChartViewStackBarChar...
分类:移动开发   时间:2015-08-19 12:59:46    阅读次数:222
when to use reentrant lock
The answer is pretty simple -- use it when you actually need something it provides that synchronized doesn't, like timed lock waits, interruptible loc...
分类:其他好文   时间:2015-08-18 21:17:28    阅读次数:123
1060条   上一页 1 ... 72 73 74 75 76 ... 106 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!