搜索到与相关的文章
Oracle

10gR2 RAC Install issues on Oracle EL5 or RH

10gR2RACInstallissuesonOracleEL5orRHEL5orSLES10(VIPCA/SRVCTL/OUIFailures)[ID414163.1]Modified04-AUG-2010TypePROBLEMStatusARCHIVEDInthisDocumentSymptomsCauseSolutionReferencesAppliesto:OracleServer-EnterpriseEdition-Version:10.2.0.

系统 2019-08-12 09:26:52 3093

Oracle

Centos6.5下Oracle 11g R2安装过程

1准备CentOS-6.5-x86_64-bin-DVD1linux_11gR2_database_1of2linux_11gR2_database_2of2VMwareWorkstation10.0.2SSHSecureShellClientinstantclient_11_2plsqldev10052安装虚拟机及CentOS(1)安装VMwareWorkstation(2)安装CentOS,主机命名为:oracledb(3)磁盘须要大于30G(经验值)

系统 2019-08-12 01:55:14 3093

数据库相关

索引迁移

Ihaveaclientthatwasinneedofmovingallthereindexesfromtheprimaryfilegrouptoanindexfilegroup.Therewereatotalof25databasessothetimeneededtoscripteachoneindividuallywouldhavebeenoverwhelmingnottomentiontheneedtoperformthisacrossmultipl

系统 2019-08-12 01:32:14 3093

编程技术

使用Bouncy Castle API加密和解密

15.3.2使用BouncyCastleAPI加密和解密BouncyCastleAPI通过加密引擎(位于org.bouncycastle.crypto.引擎中)来提供密码实现,这些引擎实现了特定的接口,比如AsymmetricBlockCipher、BlockCipher或StreamCipher(所有这些接口都可以在org.bouncycastle.crypto包中找到)。这些接口都具有一个共同的用途:它们让你初始化密码,以字节数组的形式提供要被加密或解

系统 2019-08-29 22:59:06 3092

各行各业

支持与不支持in-place操作的OpenCV函数汇总

支持In-Place操作cvSmoothCV_BLUR、CV_GAUSSIAN支持,另三种不支持cvDilatecvMorphologyEx对于“礼帽”和“黑帽”操作,in-place情况下,临时图像是必须的cvFilter2DcvAdaptiveThreshold备注在OpenCV官方文档中,函数中最后一句如果有“Thefunctioncanprocesstheimagein-place.”支持与不支持in-place操作的OpenCV函数汇总

系统 2019-08-12 09:27:29 3092

各行各业

OpenCASCADE PCurve of Topological Face

OpenCASCADEPCurveofTopologicalFaceeryar@163.comAbstract.OpenCASCADEprovidesaclassBRepBuilderAPI_MakeFacetobuildtopologicalfaces.Afacemaybebuiltfromasurface,elementarysurfacefromgppackage,surfacefromGeom,fromawireandfindthesurfacea

系统 2019-08-12 01:33:03 3092

编程技术

Myeclipse 设定文件的默认打开方式

Myeclipse设定文件的默认打开方式。今天下载了一个properties的中文插件,希望.property的文件能默认以这个程序打卡。说一下设置方法。Window->Preferences->General->Editors->FileAssociations找到.property设置default就可以了!其他文件的设置方法同上。Myeclipse设定文件的默认打开方式

系统 2019-08-12 01:32:40 3092

编程技术

GIS解决方案

WebGIS技术解决方案TheGeoServerProject-theopenInternetgatewayforgeographicdataGeoServer项目—地图数据开放接口平台TheGeoServerProjectisaJava(J2EE)implementationof:GeoServer是用java实现的TheOpenGISConsortium'sWebFeatureServerspecification.Withfulltransactio

系统 2019-08-29 23:41:02 3091

Android

android.app.Activity 的介绍

发现当前Android的资料不是很多,而且对于Activity的介绍也很少,所以把官方文档的android.app.Activity的介绍翻译了一下,加入了一些自己的理解。各位如果觉得我自己理解的不对,请无视。欢迎邮件讨论。android.apppublicclassandroid.app.Activityjava.lang.Objectandroid.content.Contextandroid.app.ApplicationContextViewInf

系统 2019-08-29 23:24:40 3091

Linux

linux内核中的文件描述符(一)--基础知识简介

linux内核中的文件描述符(一)--基础知识简介Kernelversion:2.6.14CPUarchitecture:ARM920TAuthor:ce123(http://blog.csdn.net/ce123)作为文件的使用者,进程理所当然的要将所使用的文件记录于自己的控制块中,也就是task_struct。另外,由于进程所对应的程序也是一个文件,因此进程控制块还必须记录这个文件的相关信息。由于OS要对所有进程提供服务,因此OS还要维护一个记录所有进

系统 2019-08-29 22:32:55 3091