出现这个问题是因为tomcat根目录下缺少temp,在tomcat根目录下新建temp文件夹,重新添加tomcat即可。
分类:
系统相关 时间:
2014-11-24 11:40:22
阅读次数:
326
修改GlobalScreenshot.java的saveImageInBackgroundTask方法:
String imageDir = Environment.getExternalStoragePublicDirectory(
Environment.DIRECTORY_PICTURES).getAbsolutePath();
1、JB2修改为:
String im...
分类:
移动开发 时间:
2014-11-24 10:07:49
阅读次数:
244
1 作用remove directory entries 删除目录条目2 用法 rm [-dfiPRrvW] file ... unlink file3 参数-d 删除目录(不包括子目录)。-f 强制删除,如文件(目录)不存在也不会返回错误状态。-i 递归删除。会删除子目录。-P 安...
分类:
其他好文 时间:
2014-11-23 20:12:50
阅读次数:
176
写这个还是主要还是为了对自己近期的工作做一些总结,希望可以把自己对vlc理解都总结下来。
1)准备编译环境
下载ndk和sdk,设置环境变量
export ANDROID_SDK=/path/to/android-sdk
Set $ANDROID_NDK to point to your Android NDK directory
export ANDROID_ND...
分类:
移动开发 时间:
2014-11-23 16:00:57
阅读次数:
214
public void CopyFilesToDirKeepSrcDirName(string srcPath, string destDir) { if (Directory.Exists(srcPath)) { ...
我之前在ubuntu中安装vmware很顺利的就装好了,但是在centos 6.5 64bit中安装vmware workstation 10.0.4安装之后,重启系统后却无法使用,出现Could not open /dev/vmmon的错误,在网上找了好多资料都不对,最后好不容易找到了解决办法。。...
分类:
系统相关 时间:
2014-11-22 18:49:24
阅读次数:
284
1 作用list segment:列出文件块list directory contents:列举目录内容2 用法ls [-ABCFGHLOPRSTUW@abcdefghiklmnopqrstuwx1] [file ...]3 参数-@-A 列举(.和..)外的文件和目录。-a 列举所有的文件和目.....
分类:
其他好文 时间:
2014-11-22 15:51:35
阅读次数:
163
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:
其他好文 时间:
2014-11-22 15:49:28
阅读次数:
158
System.MarshalByRefObject --这是.NET类中用于远程操作的基对象类,它允许在应用程序域之间编组数据。FileSystemInfo --这是表示任何文件系统对象的基类FileInfo和File --这些类表示文件系统上的文件DirectoryInfo和Directory -...
man: Manual 意思是手册,可以用这个命令查询其他命令的用法。
pwd:Print working directory 意思是密码。
su:Swith user 切换用户,切换到root用户
cd:Change directory 切换目录
ls:List files 列出目录下的文件
ps:Process Status 进程状态
mkdi...
分类:
系统相关 时间:
2014-11-21 23:21:26
阅读次数:
328