码迷,mamicode.com
首页 >  
搜索关键字:cloud computing    ( 6316个结果
PCL入门—点云操作 定义变量 显示点云 存储
1 // 定义相关变量 2 pcl::PointCloud::Ptr cloud_ptr (new pcl::PointCloud); 3 pcl::PointCloud& cloud = *cloud_ptr; //点云 4 //初始化点云数据PCD文件头 ...
分类:其他好文   时间:2014-09-05 17:37:31    阅读次数:253
Linux 6.3下安装Oracle Enterprise Cloud Control 12c
Oracle enterprise cloud control 12c的安装是一个比较复杂的过程,因为他需要依赖于Oracel database以及Oracle Weblogic。现在Oracle已经整合了Weblogic到cloud control安装包中还是省事很多,本文是基于Oracle Linux 6.3上安装Oracle enterprise cloud control 12c,以下是具...
分类:数据库   时间:2014-09-03 19:56:07    阅读次数:391
Oracle cloud control 12c 的启动与关闭
Oracle cloud control 12c整个安装比较复杂,光是安装路径的选择,登录密码,端口号等众多个配置不免让人眼花缭乱,目不暇接。本文描述的是安装完毕后如何获取安装时设定的各类端口号,URL以及如何启动、关闭cloud control等等,供大家参考。有关cloud control的安装配置可以参考:Oracle Enterprise Manager Cloud Control 12c...
分类:数据库   时间:2014-09-02 17:53:05    阅读次数:304
Sequential consistency
Sequential consistency is one of the consistency models used in the domain of concurrent computing (e.g. in distributed shared memory, distributed transactions, etc.). It was first defined as t...
分类:其他好文   时间:2014-09-02 15:54:44    阅读次数:172
Windows Azure Cloud Service (36) 在Azure Cloud Service配置SSL证书
《Windows Azure Platform 系列文章目录》 在某些时候,我们需要在Azure PaaS Cloud Service配置HTTPS连接。本章将介绍如何在本地创建证书,然后使用HTTPS连接Azure Cloud Service。 1.创建证书 以管理员身份运行CMD,使用...
分类:Windows程序   时间:2014-09-02 15:30:34    阅读次数:262
IBM Bluemix初识
今天浏览it新闻的时候偶然发现了IBMBluemix,一个基于云平台的Paas平台。什么是IBMBluemix?它有什么特性,能给我们带来什么?下面是bluemix网站上对自己的介绍:WhatisBluemix?IBMBluemixisanopen-standards,cloud-basedplatformforbuilding,managing,andrunningappsofalltype..
分类:其他好文   时间:2014-09-01 15:55:13    阅读次数:332
SQL Server 2012 AlwaysON
基于之前建立的3节点故障转移群集,搭建SQLServer2012的高可用性AlwaysON准备:1.3台节点服务器上都已安装完成SQLServer2012Enterprise(AlwaysOn功能仅限Enterprise)MS的版本功能说明:http://www.microsoft.com/zh-cn/server-cloud/products/sql-server-editions/2.SQLServer2..
分类:数据库   时间:2014-09-01 15:50:03    阅读次数:411
OpenStackCLI调试及术语识记
1,Project are organizational units in the cloud,and are also known as tenants or accounts.Each user is a member of one or more projects.Within a proje...
分类:其他好文   时间:2014-08-31 21:20:43    阅读次数:249
UVA - 11927 Games Are Important (SG)
Description   Games Are Important  One of the primary hobbies (and research topics!) among Computing Science students at the University of Alberta is, of course, the playing of...
分类:其他好文   时间:2014-08-28 21:17:06    阅读次数:318
GTK+ 及X window简介
GTK+简介:     GTK+(The GIMP Toolkit)最初是为一个叫做GIMP的点阵图图像编辑器的软件设计的,由Peter Mattis,Spencer Kimball和Josh MacDonald于1997年在加州大学伯克利分校的eXperimental Computing Facility完成。GTK+后来被作为GNOME和XFCE这两个主流linux桌面环境的默认图像开发包。...
分类:Windows程序   时间:2014-08-27 16:42:38    阅读次数:870
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!