在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
新装了Xcode之后,使用终端git的 gs(git status)命令时会出现xcrun: error: active developer path ("/Volumes/Xcode/Xcode.app/Contents/Developer") does not exist, use xcode-...
分类:
其他好文 时间:
2014-09-24 12:04:36
阅读次数:
174
1.找到状态为出错状态的VM。在数据库里面表现Status为ERROR而非ACTIVE。2.找到出错状态VM的UUID。3.使用MYSQL客户端工具连接到MySQL数据库。4.连接到MYSQL数据库后,执行usenova;使用nova数据库。5.select*frominstanceswhereuuid=’实例的ID‘\G;可以查看到字段vm_state值为err..
分类:
其他好文 时间:
2014-09-24 03:32:46
阅读次数:
223
网上很多资料都是在显卡上做文章,试了N次确定不是这个问题。后来查到这个好用了。以管理员身份运行 下面代码保存bat即可regsvr32 /u /s igfxpph.dllreg delete HKEY_CLASSES_ROOT\Directory\Background\shellex\Context...
① ls 默认显示当前目录下的文件 显示当前在哪个目录 使用命令pwd (printing working directory) 所以ls 和 ls /root 显示的效果是一样的 ② ls –l 显示文件的完整信息 Linux的文件类型:简介 -:普通文件 ...
分类:
系统相关 时间:
2014-09-24 00:12:15
阅读次数:
420