码迷,mamicode.com
首页 >  
搜索关键字:cloud computing    ( 6316个结果
AVOS Cloud的使用 学习笔记(一)
AVOS Cloud的使用 学习笔记(一)序章、AVOS Cloud的简介 AVSO Cloud是解决云端数据存储,消息推送,用户行为统计分析和社会化组件以及后端部署的一站化提供商,支持iOS、安卓、JavaScript平台。第一章、AVOS的比其他平台的优点 因为是一站式服务,AVOS Clo.....
分类:其他好文   时间:2014-06-28 19:07:30    阅读次数:190
AVOS Cloud 学习笔记(二) 功能总结(What it can do?)
AVOS Cloud 学习笔记(一) 功能总结(What it can do?)第一章、对象存储对象新建、保存、更新、删除和检索1 //创建新对象,根据类名2 AVObject *gameScore = [AVObject objectWithClassName:@"GameScore"];3 [....
分类:其他好文   时间:2014-06-23 08:29:54    阅读次数:340
分享一篇朋友写的关于共享性数据库的文章
原文地址:http://www.cnblogs.com/cloud_china/p/3799907.html剖析云平台中的“共享型数据库”摘要:随着云计算的出现,出现了很多新的名词,像弹性扩容,平缓迁移,资源隔离等。目前我就“共享型数据库”做一下解释,下面就以京东云擎的云数据库为例,给大家剖析什么叫...
分类:数据库   时间:2014-06-23 00:13:06    阅读次数:324
ATCA构架
ATCA(Advanced Telecom Computing Architecture)标准即先进的电信计算平台,它脱胎于在电信、航天、工业控制、医疗器械、智能交通、军事装备等领域应用广泛的新一代主流工业计算技术——CompactPCI标准。是为下一代融合通信及数据网络应用提供的一个高性价比的,基于模块化结构的、兼容的、并可扩展的硬件构架。   概述编辑 ATCA总线(Advanced T...
分类:其他好文   时间:2014-06-22 21:51:25    阅读次数:219
Android推送服务(GCM)----GCM Architectural Overview翻译
GCMArchitectural OverviewGoogle Cloud Messaging for Android (GCM)是一个能够帮助开发者从服务器端发送数据到运行在Android手机上的程序的服务。这个服务提供了一个简单,轻量级的机制使得服务器端可以告诉移动端的程序与服务器端建立直接的联...
分类:移动开发   时间:2014-06-21 17:35:14    阅读次数:347
[转]Request Flow for Provisioning Instance in Openstack
One of the most important use-case in any cloud is provisioning a VM . In this article we shall do a walk through about an instance(VM) being provisio...
分类:其他好文   时间:2014-06-21 16:59:43    阅读次数:376
[转]Configuring Open vSwitch
(image from Anatomy of an open source cloud) A cloud data center consists of large numbers of physical servers, each running a hypervisor with one or ...
分类:其他好文   时间:2014-06-21 14:48:04    阅读次数:225
PatentTips - Method for network interface sharing among multiple virtual machines
BACKGROUNDMany computing systems include a network interface card (NIC) to provide for communications with other systems and devices over a network. I...
分类:Web程序   时间:2014-06-18 00:18:41    阅读次数:355
使用Google Cloud Messaging (GCM),PHP 开发Android Push Notifications (安卓推送通知)
什么是GCM?Google Cloud Messaging (GCM) 是Google提供的一个服务,用来从服务端向安卓设备发送推送通知。GCM分为客户端和服务端开发。这里我们只介绍服务端开发。其实过程非常简单,只需利用PHP发送POST数据。api key的取得?待补充?class GCM { ....
分类:移动开发   时间:2014-06-17 13:35:51    阅读次数:364
PatentTips - Safe general purpose virtual machine computing system
BACKGROUND OF THE INVENTIONThe present invention relates to virtual machine implementations, and in particular to a safe general purpose virtual machi...
分类:其他好文   时间:2014-06-17 13:04:46    阅读次数:486
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!