您的位置:首页 > 运维架构 > Apache

The file cannot be validated as theho st "struts.apache.org" is currently unreachable.

2011-09-18 12:40 676 查看

日志

// function g_onSuggestedReadingImgLoad(_img){
var image = new Image();
image.src = _img.src;
var _width = 90;
var _height = 90;
if(image.width > image.height){
_img.style.marginLeft = -Math.floor((image.width*(_height/image.height)-_width)/2)+'px';
_img.style.height = _height+'px';
}else {
_img.style.width = _width+'px';
_img.style.marginTop = -Math.floor((image.height*(_width/image.width)-_height)/2)+'px';
}
_img.style.display = 'block';
}
// ]]>





加博友 关注他

他的网易微博

最新日志

Propedit

Subclipse

@TableGenerator

$(document).ready()与windo

实体Bean的persistence.xml

robots.txt的写法

该作者的其他文章

博主推荐

相关日志

随机阅读

首页推荐

实拍918沈阳纪念馆

茅于轼:应该大力鼓励民间借贷

长平:新婚姻法很混蛋

中美物价怎么越比越乱?

深圳女闹市自愿摸胸

孟非:游天湖纳木错(图)

更多>>

对“推广广告”提建议

Eclipse快捷键

Eclipse中快速查看API文档

The file cannot be validated as theho st "struts.apache.org" is currently unreachable.

2009-12-04 01:31:44| 分类: Struts1.3 | 标签: |字号大中小 订阅

IDE:Eclipse 3.5
解决步骤如下:
Window-->Preferences-->XML-->XML Catalog-->Add...
Location:
x:\struts-1.3.10-all\struts-1.3.10\src\core\src\main\resources\org\apache\struts\resources\struts-config_1_3.dtd
Key Type:
Public ID
Key:
-//Apache Software Foundation//DTD Struts Configuration 1.3//EN
~Specify alternative web address http://struts.apache.org/dtds/struts-config_1_3.dtd 为了避免看不懂,特上图
精简



完整




内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐