码迷,mamicode.com
首页 >  
搜索关键字:active directory    ( 10384个结果
Oracle EBS服务器目录配置
?? 服务器目录配置 1、创建服务器目录 (1)在system用户下执行如下命令:CREATE OR REPLACE DIRECTORY MAIL_FILE_DIR AS '/mail_file/data/PROD'; (2)给创建的目录赋权限,执行:GRANT read ,write ON DIRECTORY MAIL_FILE_DIR TO PUBLIC; 如果是双节点的服务...
分类:数据库   时间:2014-09-25 22:06:38    阅读次数:298
expdp ora-31640 ora-19505
oracle@db01:/oraapp/oracle/backup>impdp \'/ as sysdba\' directory=DB_BACKUP dumpfile=newdb.20140918.dmp logfile=newdb_0919.log parallel=4 c> Import: Release 11.2.0.3.0 - Production on Fri Sep...
分类:其他好文   时间:2014-09-25 18:58:07    阅读次数:282
unlinking
When a file name is deleted from the directory tree, the file name's connection to the inode number is severed. If the file name is the last "link" to...
分类:其他好文   时间:2014-09-25 15:42:39    阅读次数:177
ios background task
今天要实现一个需求,当用户触摸HOME键,将应用切换到后台时,启动自动备份的任务。这涉及到ios的后台任务处理,本文简单总结一下首先,ios app有5种状态,分别是:not running, inactive, active, background, suspended,详情请看官方的guide:...
分类:移动开发   时间:2014-09-25 15:22:39    阅读次数:247
nginx,apache屏蔽特定路径下的php,python解析
工作中碰到一些目录需要写入数据,为了安全起见需要屏蔽特定路径下的php,python解析。nginx相关配置:location~/(data|sites/upload)/.*\.(php|php5|py|pyc|sh)?${denyall;}apache相关配置:<Directory/usr/local/apache/htdocs/bbs/data>php_flagengineoff</Director..
分类:编程语言   时间:2014-09-25 13:51:39    阅读次数:306
CSS伪类
<!DOCTYPEhtml> <html> <head> <metacharset="utf-8"> <title></title> <style> a{ color:black; } a:visited{ color:purple; } a:hover{ color:red } a:active{ color:blue; } </style> </head> &..
分类:Web程序   时间:2014-09-25 11:42:49    阅读次数:254
Enabling Active Directory Authentication for VMWare Server running on Linux《转载》
Enabling Active Directory Authenticationfor VMWare Server running on LinuxVersion 0.2 - Adam Breidenbaugh - 2007-06-29PurposeThe purpose of this guide...
分类:系统相关   时间:2014-09-25 05:17:28    阅读次数:523
SVN clearup提示Path is not a working copy directory
原因:eclipse把src文件夹中的.svn文件夹也"编译"到WEB-INF/classes中去了,而复制过来的.svn中存储的是src文件夹中的版本信息,从而导致在更新时出错。 解决:Eclipse中的 Project->Properties->Java Build Path...
分类:其他好文   时间:2014-09-25 05:07:48    阅读次数:194
Linux netstat命令详解
简介 Netstat 命令用于显示各种网络相关信息,如网络连接,路由表,接口状态 (Interface Statistics),masquerade 连接,多播成员 (Multicast Memberships) 等等。   输出信息含义 执行netstat后,其输出结果为   01 Active Internet connecti...
分类:Web程序   时间:2014-09-25 02:49:19    阅读次数:338
OE移动版的框架目录(留档)
Basic directory structure of OpenERP Android framework 这个框架提供了所有的支持类文件来构建一个Android客户端模块,而目的是为了满足基于OE任何模块(或OE插件)的Android应用程序需求,同时可以构建基于本地数据库(SQLite)的ORM管理方式。...
分类:移动开发   时间:2014-09-24 22:16:08    阅读次数:218
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!