win7旗舰版安装VMware,安装过程中发生了如下错误。系统提示:“You may not install this product in the root directory of any drive”如下图:WIN7相对于XP来说,做了更为严格的权限调整。从vista开始,便加入了UAC(UA...
SQL> create or replace directory expdp_dir as '/home/oracle/dump';Directory created.SQL> @$ORACLE_HOME/rdbms/admin/awrextr~~~~~~~~~~~~~AWR EXTRACT~~~~...
分类:
其他好文 时间:
2015-08-05 14:43:24
阅读次数:
125
static void DeleteDirectory(string dir) { if (Directory.GetDirectories(dir).Length == 0 && Directory.GetFiles(dir).Length == 0) { ...
分类:
Web程序 时间:
2015-08-05 14:41:34
阅读次数:
114
Original Link:http://blogs.msdn.com/b/cjacks/archive/2008/12/04/how-to-set-directory-permissions-at-install-time-using-an-msi-created-using-windows-in...
今天突然发现git无法做任何操作了,报了上面的错,各种百度谷歌都没有得到解决的方案。我重装了git,重启电脑仍然没有解决,开来不是git软件的问题而是系统问题。
解决方案:...
分类:
其他好文 时间:
2015-08-04 09:29:38
阅读次数:
312
之前写过一个ubuntu下配置eclipse开发gtk的文章,本来以为在windows下同样的方法应该没有问题,结果在make的时候却有了: g???cc: error: `pkg-config: No such file or directory gcc: error: gtk+-2.0`: No su...
关于phpize是干嘛用的,可以参看php官方文档:
前几日想安装memcache的时候,需要为php安装memcache扩展,按照网上教程的步骤一步步执行时却报了如下错误:
Cannot find config.m4.
Make sure that you run '/usr/local/php/bin/phpize' in the top level source directory of...
分类:
Web程序 时间:
2015-08-01 23:35:11
阅读次数:
226
X-code7 beta error: warning: Is a directory...
分类:
其他好文 时间:
2015-08-01 20:41:29
阅读次数:
129
Unix系统文件及其权限简介 在Unix系统中,所有文件类型都有访问权限。文件类型分为:普通文件(regular file),目录文件(directory file),块特殊文件(block special file),字符特殊文件(character speci...
分类:
其他好文 时间:
2015-08-01 17:31:37
阅读次数:
139
1. 现象 在命令行里面能正常运行脚本,在crontab里面报错: lsof:?No?such?file?or?directory 看报错信息, 应该是找不到lsof这个命令 2. 排查 查看lsof命令的路径: $?type?-a?lsof
lsof?is?/usr/bin/...
分类:
其他好文 时间:
2015-07-31 13:15:20
阅读次数:
710