码迷,mamicode.com
首页 >  
搜索关键字:Directory    ( 6119个结果
Linux常用命令(必看)
1. ls命令 ls命令是列出目录内容(List Directory Contents)的意思。运行它就是列出文件夹里的内容,可能是文件也可能是文件夹。 root@tecmint:~# ls Android-Games                     Music Pictures                          Public Desktop           ...
分类:系统相关   时间:2014-08-21 11:29:24    阅读次数:327
用root帐号切换其他帐号提示 su: warning: cannot change directory to /home/oracle: Permission denied
用root帐号切换其他帐号提示:出错原因:基本上是根目录或者是/home/oracle目录权限的问题解决办法:更改根目录权限为755,并保证对应用户主目录的所属用户和所属组一致和用户名一致。示例:--本篇文章转自http://blog.csdn.net/jack161641/article/deta...
分类:数据库   时间:2014-08-21 11:04:13    阅读次数:239
[小技巧] 快速给目录打包
$ tar zcvf directory{.tar.gz,} # 只要目录名和tar包的一致,就可以用大括号快速指定参数。 示例: $ tar zcvf net{.tar.gz,} $ ls -ld net*drwxrwxr-x. 2 aaa aaa 4096 8月 8 03:48 net-rw-r...
分类:其他好文   时间:2014-08-20 22:32:42    阅读次数:182
Failed to issue method call: Unit mysqld.service failed to load: No such file or directory.
可能的原因:1、http://blog.sina.com.cn/s/blog_4692ea0a0101jqhz.html2、http://diag.5ustore.com/proxy/index.php?url=1J1h12y31F1b1918yLyByU1FyNyjyD101z1612yo1C1c...
分类:数据库   时间:2014-08-20 22:19:43    阅读次数:1085
oracle笔记
好久没写博客了,最近这段项目再在迁移所以有点忙.下面是这段时间学习并用到的命令.1.导出数据库.首先赋予用户对目录的权限,然后再导出 log为日志. Ⅰ: SQL >> create or replace directory exportDIR as '/opt/oracle/oradata';.....
分类:数据库   时间:2014-08-20 19:20:22    阅读次数:301
Difference between Tomcat's extraResourcePaths and aliases to access an external directory--转
Question:Simple question: In Tomcat7, what's the difference between using extraResourcePaths and aliases to access an directory outside the applicatio...
分类:数据库   时间:2014-08-20 13:49:12    阅读次数:275
ubuntu apache 403错误
vi/etc/apache2/sites-enabled/000-default#Alias/doc/"/usr/share/doc/"#<Directory"/usr/share/doc/">#OptionsIndexesMultiViewsFollowSymLinks#AllowOverrideNone#Orderdeny,allow#Denyfromall#Allowfrom127.0.0.0/255.0.0.0::1/128#</Directory>重启apache网站..
分类:其他好文   时间:2014-08-19 16:55:05    阅读次数:228
PHP CI(CodeIgniter) 如何去掉url中的index.php
1、打开Apache配置文件httpd.conf,找到1 #LoadModule rewrite_module modules/mod_rewrite.so去掉前面的#搜索AllowOverride,将相应Directory下的AllowOverride设置为All1 AllowOverride A...
分类:Web程序   时间:2014-08-19 16:14:14    阅读次数:192
Apache 配置SSI速记
1. 启用模块 httpd.conf LoadModule filter_module modules/mod_filter.so 2. <Directory 的Options配置中增加Includes Options +Includes 3. 增加 .shtml文档类型,并设置INCLUD...
分类:其他好文   时间:2014-08-19 14:11:34    阅读次数:205
Psql 安装问题
在openerp安装过程中报错:psql: could not connect to server: No such file or directory Is the server running locally and accepting connections on Unix domain so...
分类:数据库   时间:2014-08-19 12:26:05    阅读次数:154
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!