centos启动时,提示错误: 1 /dev/mapper/VolGroup-lv_root contains a file system with errors,check forced. 2 /dev/mapper/VolGroup-lv_root: 3 Inodes that were par...
分类:
其他好文 时间:
2014-07-31 23:29:00
阅读次数:
3182
1.mkdir(make directory) 创建一个文件夹。 ex:mkdir input 2.rm(remove) ex:rm input 3.ls -a 显示当前目录所有文件 ls -al 显示当前目录下所有文件的详细信息 4.rmdir 删除文件夹 5....
分类:
系统相关 时间:
2014-07-31 16:28:07
阅读次数:
246
Win7 +IIS 刚配置的网站,输入网址后报以下错误:应用程序“PFIZERQUERY”中的服务器错误Internet Information Services 7.5错误摘要HTTP 错误 404.2 - Not Found由于 Web 服务器上的“ISAPI 和 CGI 限制”列表设置,无法提...
分类:
Windows程序 时间:
2014-07-31 16:22:56
阅读次数:
1093
sudo yum install mysql-develsudo yum install python-devel_mysql.c:36:23: error: my_config.h: No such file or directory _mysql.c:38:19: error: mysql.h....
分类:
数据库 时间:
2014-07-31 15:57:56
阅读次数:
252
.net内建类型中提供了FileInfo和DirectoryInfo两个类型,用于操作文件和文件夹,有别于File 和Directory, FileInfo 和DirectoryInfo主要用于操作文件和文件夹系统中的结构,完成诸如创建,复制,读取信息,移动,判断是否存在,删除等功能 1 ...
分类:
其他好文 时间:
2014-07-31 15:56:26
阅读次数:
190
本题要求从输入的N个整数中查找给定的X。如果找到,输出X的位置(从0开始数);如果没有找到,输出“Not Found”。输入格式:输入在第1行中给出2个正整数N( 2 3 int main() 4 { 5 int n, x; //输入n个数,找x ...
分类:
其他好文 时间:
2014-07-31 15:55:56
阅读次数:
155
在src下面新建file名为log4j.properties内容如下:
# Configure logging for testing: optionally with log file
log4j.rootLogger=WARN, stdout
# log4j.rootLogger=WARN, stdout, logfile
log4j.appender.stdout=org.apa...
分类:
移动开发 时间:
2014-07-31 13:33:46
阅读次数:
197
使用不同版本的XCode出现的问题:
fatal error: malformed or corrupted AST file: 'Unable to load module "/Users/xxx/Library/Developer/Xcode/DerivedData/ModuleCache/XYZYIE6ZV0OP/Darwin.pcm":
file not found' note:...
分类:
其他好文 时间:
2014-07-31 13:29:06
阅读次数:
161
pip install pil 没有pip install PIL 没有只能源码安装,下载tar.gz到本地解压 python setup.py install,看来没啥问题可是代码一执行,提示encoder jpeg not found好吧,继续装 yum install libjpeg-deve...
分类:
其他好文 时间:
2014-07-31 13:10:46
阅读次数:
212
JNDI是 Java 命名与文件夹接口(Java Naming and Directory Interface),在J2EE规范中是重要的规范之中的一个,不少专家觉得,没有透彻理解JNDI的意义和作用,就没有真正掌握J2EE特别是EJB的知识。那么,JNDI究竟起什么作用?要了解JNDI的作用,我们...
分类:
其他好文 时间:
2014-07-31 12:59:26
阅读次数:
155