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
简介
Netstat 命令用于显示各种网络相关信息,如网络连接,路由表,接口状态 (Interface Statistics),masquerade 连接,多播成员 (Multicast Memberships) 等等。
输出信息含义
执行netstat后,其输出结果为
01
Active Internet connecti...
分类:
Web程序 时间:
2014-09-25 02:49:19
阅读次数:
338
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
apache去掉index.php1.编辑conf/httpd.conf配置文件 #LoadModule rewrite_module modules/mod_rewrite.so 把该行前的#去掉 同时对应Directory下要配置 AllowOverride All2.在 CI 根目录下(即.....
分类:
Web程序 时间:
2014-09-24 16:31:17
阅读次数:
175
在进行PSU升级过程中,opatch prereq CheckConflictAgainstOHWithDetail -phBaseDir ./12419378
检测报错:
Invoking prereq "checkconflictagainstohwithdetail"
The location "./9352164/README.html" is not a directory or...
分类:
数据库 时间:
2014-09-24 15:51:27
阅读次数:
344
ffmpeg demohttp://sourceforge.net/directory/os:windows/freshness:recently-updated/?q=simplest%20ffmpeg最值得看的是:simplest ffmpeg playerhttp://sourceforge....
分类:
其他好文 时间:
2014-09-24 13:11:46
阅读次数:
215