??
服务器目录配置
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
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
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
工作中碰到一些目录需要写入数据,为了安全起见需要屏蔽特定路径下的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
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
原因:eclipse把src文件夹中的.svn文件夹也"编译"到WEB-INF/classes中去了,而复制过来的.svn中存储的是src文件夹中的版本信息,从而导致在更新时出错。 解决:Eclipse中的 Project->Properties->Java Build Path...
分类:
其他好文 时间:
2014-09-25 05:07:48
阅读次数:
194
Basic directory structure of OpenERP Android framework
这个框架提供了所有的支持类文件来构建一个Android客户端模块,而目的是为了满足基于OE任何模块(或OE插件)的Android应用程序需求,同时可以构建基于本地数据库(SQLite)的ORM管理方式。...
分类:
移动开发 时间:
2014-09-24 22:16:08
阅读次数:
218
在Win CE上是没有驱动器的概念的,所以要想使用System.IO.Directory.GetCurrentDirectory()来获得当前路径的话,在CF中会遇到未知错误。应该使用Path.GetDirectoryName(System.Reflection.Assembly.GetExecut...
分类:
Web程序 时间:
2014-09-24 22:03:47
阅读次数:
155
名称:cp
使用权限:所有使用者
使用方式:
cp [options] source dest
cp [options] source... directory
说明:将一个档案拷贝至另一档案,或将数个档案拷贝至另一目录。
把计
-a 尽可能将档案状态、权限等资料都照原状予以复制。
-r 若 source 中含有目录名,则将目录下之档案亦皆依序拷贝至目的地。
-f 若目的地已经有...
分类:
系统相关 时间:
2014-09-24 20:00:47
阅读次数:
186
首先,你必须要确认Apache安装目录下面conf/httpd.conf文件中已经开启:
#代码1#
LoadModulerewrite_modulemodules/mod_rewrite.so然后你要在httpd.conf文件中指定你所想要实现rewrite功能的目录和配置,如下所示:
#代码2#
<Directory"D:\www\bc">#指定你需要执行下面..
分类:
其他好文 时间:
2014-09-24 18:57:37
阅读次数:
179