码迷,mamicode.com
首页 >  
搜索关键字:active directory 架构;active directory 架构主机;ad架构;ad架构主机    ( 10384个结果
scp and tar
scp 命令随记 scp file username@remoteIp:directory 创建tar包 tar zcvf file.tar.gz directory tar zcvf hadoop.tar.gz /hadoop...
分类:其他好文   时间:2014-06-05 07:36:35    阅读次数:199
ORACLE AUTOMATIC STORAGE MANAGEMENT翻译-第十章ASM内置数据结构(3)完
Disk Directory Disk Directory包含了磁盘组中所有的磁盘信息。Disk Directory信息比PST更为详细。磁盘组中的每一块盘都有一个条目以数字为索引。Disk Directory的文件号在每个磁盘组中都是2号(F2)。 Disk Directory中的字段如下: n  Disk name n  Failure group name n  Disk size...
分类:数据库   时间:2014-06-05 07:05:04    阅读次数:326
oracle 库文件解决办法 bad ELF interpreter: No such file or directory
今天是2014-05-27,今天遇到一个lib问题,再次记录一下。这是一个案例,更是一种解决该问题的方法过程。 当我们在使用sqlplus 登陆unix数据库的时候,有可能出现类似:xxxxxx bad ELF interpreter: No such file or directory的问题。该问题的原因也是lib的问题。正常情况如下: [root@dg1 ~]# su - oracle [...
分类:数据库   时间:2014-06-05 00:20:29    阅读次数:371
Linux filesystem structures.
1. / – RootEvery single file and directory starts from the root directory.Only root user has write privilege under this directory.Please note that /ro...
分类:系统相关   时间:2014-06-04 20:04:22    阅读次数:416
机器学习经典论文/survey合集
Active LearningTwo Faces of Active Learning, Dasgupta, 2011Active Learning Literature Survey, Settles, 2010ApplicationsA Survey of Emerging Approaches...
分类:其他好文   时间:2014-05-31 07:37:19    阅读次数:277
高版本->低版本迁移,低版本客户端连接高版本数据库EXP导出报错EXP-00008,ORA-01455,EXP-00000
生产环境:源数据库:RHEL + Oracle 11.2.0.3目标数据库:HP-UX + Oracle 10.2.0.4需求:迁移部分表 11.2.0.3-->10.2.0.4,若迁移范围内的有些表在目标库已经存在,则替换。本次迁移数据量 create or replace directory j...
分类:数据库   时间:2014-05-30 21:12:11    阅读次数:559
Debian apt-get 安装意外中断后导致资源被锁
错误提示:E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable) E: Unable to lock the administration directory (/var/lib/d...
分类:其他好文   时间:2014-05-30 03:01:41    阅读次数:234
c#-IO和序列化操作
IO用到的命名空间:using System.IO;文件和目录的管理!File类FileInfo类Directory类DirectoryInfo类操作文件的类!FileStream{Seek(偏移的位置,参考位置);CopyTo(流对象); 等}StreamWriteStreamReaderBina...
分类:其他好文   时间:2014-05-30 02:48:15    阅读次数:224
ASP.NET ----学习笔记(一)
经典ASP-Active Server PagesASP是一种令网页中的脚本在Internet服务器执行的技术ASP页面的文件扩展名是.asp,通常由VBScript编写。ASP.NET是新一代ASP。它无法兼容经典ASP,但ASP.NET可以引用ASP。ASP.NET页面需要编译,因此比经典ASP...
分类:Web程序   时间:2014-05-29 17:54:27    阅读次数:297
MFC: Create Directory
Original link: How to check if Directory already Exists in MFC(VC++)?MSDN Links:CreateDirectory functionGetFileAttributes functionGetLastError functio...
分类:其他好文   时间:2014-05-29 17:49:25    阅读次数:371
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!