自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 收藏
  • 关注

转载 window.open模式窗口

<br />window.open模式窗口<br />function ModalWindow(){<br />}<br />ModalWindow.open = function(url, newWinName, modeCode){<br /> $newWin = window.open(url, newWinName, modeCode);<br /> return $newWin;<br />}<br />/**<br /> * 模式窗口状态控制<br /> */<br />window.onfoc

2010-06-17 16:21:00 1125

原创 在struts2的Action中使用request和response的技巧

<br />ActionContext ctx = ActionContext.getContext(); HttpServletRequest request = (HttpServletRequest)ctx.get(ServletActionContext.HTTP_REQUEST); HttpServletResponse response = (HttpServletResponse)ctx.get(ServletAction

2010-06-04 14:36:00 530

转载 解决:No configuration found for the specified action

<br />今天首次使用Struts2,配置一切正常,使用常用tag也正常,但是在使用<s:form>标记时,发现控制台总是输出警告信息, <br /><br />警告信息内容如下: <br /><br />警告: No configuration found for the specified action: 'ShowMessage' in namespace: ''. Form action defaulting to 'action' attribute's literal value. <br /

2010-06-01 14:53:00 647 4

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除