码迷,mamicode.com
首页 >  
搜索关键字:-active directory    ( 5768个结果
Tomcat访问日志浅析
className="org.apache.catalina.valves.AccessLogValve" directory="logs" prefix="localhost_access_log." suffix=".txt" pattern="%s %D %t %a %U" fileDateFormat="yyyy-MM-dd.HH" resolveHosts...
分类:其他好文   时间:2014-10-21 12:26:02    阅读次数:211
linux命令 install
install类似cp可以同时设置权限(默认设置文件权限rwxr-xr-x)install命令的简单使用:-t-d-D-m-o-g-pinstall[-T]SOURCEDEST([-T]可省略)installfile1fe2复制文件fe1为fe2inatallSOURCE...DIRECTORY(...表示可多个)installfile1test1/file11把file1文件复制到test1目录下并..
分类:系统相关   时间:2014-10-20 17:32:54    阅读次数:238
关于打开Eclipse时出现eclipse failed to create the java virtual machine与locking is not possible in the directory问题的解决
今天在机子上使用Eclipse时候打开发现这两个问题,通过查阅资料膜拜大神博客得知解决方法,特此整理下来,方便后来遇到此问题的小伙伴们。一开始打开Eclipse时候出现问题现象1,问题1解决以后就出现了问题2,。1.问题1现象(eclipse failed to create the java vi...
分类:编程语言   时间:2014-10-20 17:08:34    阅读次数:233
linux Apache rotatelogs 失败不生效的原因和解决办法
rotatelogs 截断日志,进行配置。但是保存vhost.conf 之后,服务器httpd -k restart 始终无法重启成功。 日志文件: (2)No such file or directory: AH00089: Couldn't start ErrorLog process ' rotatelogs /var/www/html/logs/error/%Y/%m/%d_error...
分类:Web程序   时间:2014-10-19 23:15:56    阅读次数:253
64位Ubuntu运行32位程序时报文件不存在(No such file or Directory)的一种解决办法
尝试在64位Ubuntu下面运行32位程序时, 一直说 文件不存在(No such file or directory), 我只想说++.你tm说个文件格式不正确不就好了? 非得说个文件不存在! 真的不存在? 我要是找出来了, 你给我吃了? jesus, 害我浪费这么多时间.一种解决办法: 安装3....
分类:系统相关   时间:2014-10-19 16:59:45    阅读次数:180
更新Android SDK 出错 Failed to rename directory \temp\ToolPackage.old01
打算更新AndroidSDK 版本到 Android SDK Tools 20,打开SDK Manager.exe 开始更新,结果安装时弹出错误提示:Failed to rename directory D:\android-sdk\tools to D:\android-sdk\temp\Tool...
分类:移动开发   时间:2014-10-18 23:36:04    阅读次数:207
转载:C#保存文件时重名自动生成新文件的方法
/// /// Generates a new path for duplicate filenames./// /// The path./// private string GetNewPathForDupes( string path ){ string directory = Path...
分类:Windows程序   时间:2014-10-17 03:32:03    阅读次数:237
In Java, what is the default location for newly created files?
If the current directory of the application. If e.g. you create a File by usingnew FileOutputStream("myfile")then it is created in the "current" direc...
分类:编程语言   时间:2014-10-17 02:45:43    阅读次数:157
Linux Shell 多线程编程--原创
相关命令文件 1、runCommandInThreads.sh 多线程实现主代码 cdir=$(dirname?$BASH_SOURCE)?##Current?directory?of?this?script?file. source?$cdir/logUtil.sh function?createFile()?{ local?dir...
分类:编程语言   时间:2014-10-16 21:12:53    阅读次数:274
apache 配置虚拟目录
<VirtualHost *:80> DocumentRoot "/opt/www" ServerName localhost ServerAlias localhost <Directory /> Require all granted </Directory> </VirtualHost>...
分类:Web程序   时间:2014-10-16 18:11:13    阅读次数:209
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!