全部博文(172)
发布时间:2013-01-29 15:54:34
1.查看操作系统内核是否自带模块ls /lib/modules/2.6.18-194.el5/kernel/fs/ext4/如果有ext4.lo那就是系统自带2.通过lsmod |grep ext4查看ext4是否被加载modprobe ext4 进行加载模块3.安装e4fsprogs维护文件系统然后就可以使用mkfs.ext4 来创建问题系统了.........【阅读全文】
发布时间:2013-01-23 10:27:10
http://rhel.ieesee.net/uingei/RedHat Enterprise Linux企业版ISO镜像下载点......【阅读全文】
发布时间:2013-01-22 18:22:51
#UPDATE:13-01-21 22:11127.0.0.1localhost#SmartHosts START#Google Services START203.208.46.2000.docs.google.com203.208.46.2000.drive.google.com203.208.46.2001.docs.google.com203.208.46.2001.drive.google.com203.208.46.20010.docs.google.com203.208.46.20010.drive.google.com203.208.46.........【阅读全文】
发布时间:2013-01-15 13:27:02
问题:document root element "struts-config",must match doctype root "null"原因:<!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 1.2//EN" "http://struts.apache.org/dtds/struts-config_1_2.dtd">问题:the content of element type "struts-config" must match.........【阅读全文】