来源:http://www.linuxidc.com/Linux/2011-09/43704.htm电驴下载:rhel-server-6.0-i386-dvd.isoed2k://|file|rhel-server-6.0-i386-dvd.iso|2931056640|503184dff4dd37...
分类:
系统相关 时间:
2014-05-17 04:55:49
阅读次数:
422
一.错误描述ORA-1157, "cannot identify/lock data file
%s - see DBWR trace
file"引起的原因:因为数据文件已经在被使用了从而导致数据库的后台进程不能找到相应的数据文件或者不能锁定相应的数据文件,这样数据库将禁止访问这些数据文件而其他的数...
分类:
其他好文 时间:
2014-05-17 04:42:32
阅读次数:
289
题目描述Elenore has a list of strings that she wants to
put in a file. She could just put them all into a file in order, but she wants
to minimize the siz...
分类:
其他好文 时间:
2014-05-17 01:33:55
阅读次数:
257
本文出自:http://blog.csdn.net/svitter
自己的vimrc。。功能很少,持续更新。
目前支持缩进4个空格,高亮。
用了gvim的example,和bluedust的部分配置文件,用于C++的编辑。
" An example for a vimrc file.
"
" Maintainer: Bram Moolenaar
" Last change...
分类:
其他好文 时间:
2014-05-13 16:36:10
阅读次数:
510
JFileChooser()
构造一个指向用户默认目录的 JFileChooser。
JFileChooser(File currentDirectory)
使用给定的 File 作为路径来构造一个 JFileChooser。
setFileSelectionMode(int mode)
设...
分类:
编程语言 时间:
2014-05-13 15:47:00
阅读次数:
283
最近把系统换成ubuntu14.04的了,在安装Qt后,我运行了里面的一个示例,发现编译有错:
其实我以前就遇到过这个问题,我当时给我的朋友写了一封邮件,他告诉我说是因为系统中没有安装OpenGL库导致的,所以我们要安装OpenGL库及其工具:
这个是他当时给我回的邮件,我发现我现在的系统中没有最后一个软件,可能是因为新系统换了比较新的软件源的关系吧。我的做法是运行这个命令
zhiniaob...
分类:
其他好文 时间:
2014-05-13 15:34:43
阅读次数:
272
Unity 3D本地发布WebPlayer版时"Failed to download data file"解决方案...
分类:
Web程序 时间:
2014-05-13 15:12:03
阅读次数:
850
外国人写的下拉刷新控件,我把他下载下来放在网盘,有时候访问不了github
国内网盘地址:http://www.400gb.com/file/64566764
原作者github地址:https://github.com/chrisbanes/Android-PullToRefresh...
分类:
移动开发 时间:
2014-05-13 13:32:42
阅读次数:
414
//读取本地图片写到jsp页面Filefile=newFile("D:/parking/A区12号.jpg");ServletOutputStreamout=null;InputStreamin=null;try{in=newFileInputStream(file);response().setContentType("multipart/form-data");inttempbyte;out=response().getOutputStream();while((tempbyte=..
分类:
Web程序 时间:
2014-05-13 13:15:20
阅读次数:
305
import java.io.File;
import javax.xml.parsers.DocumentBuilder;
import javax.xml.parsers.DocumentBuilderFactory;
import org.w3c.dom.Document;
import org.w3c.dom.NodeList;
/**
*
* @author ...
分类:
其他好文 时间:
2014-05-13 11:45:02
阅读次数:
265