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
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时候出现问题现象1,问题1解决以后就出现了问题2,。1.问题1现象(eclipse failed to create the java vi...
分类:
编程语言 时间:
2014-10-20 17:08:34
阅读次数:
233
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), 我只想说++.你tm说个文件格式不正确不就好了? 非得说个文件不存在! 真的不存在? 我要是找出来了, 你给我吃了? jesus, 害我浪费这么多时间.一种解决办法: 安装3....
分类:
系统相关 时间:
2014-10-19 16:59:45
阅读次数:
180
打算更新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
/// /// Generates a new path for duplicate filenames./// /// The path./// private string GetNewPathForDupes( string path ){ string directory = Path...
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
相关命令文件 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
<VirtualHost *:80>
DocumentRoot "/opt/www"
ServerName localhost
ServerAlias localhost
<Directory />
Require all granted
</Directory>
</VirtualHost>...
分类:
Web程序 时间:
2014-10-16 18:11:13
阅读次数:
209