<form action=" <%=request.getContextPath() %>/ch01/showOrder.jsp" name="myform" method="post">
<input name="code" type="text">
<input name="cellphone" type="text">
<textarea name="lang& ......
需要个blog程序,在网上搜索了好久,发现dlog4j推荐的很多 ,但是跑到官网上下了个,运行抛错。。。看到别人说这个评价很高,但我按它说明来的,咋的运行不起来呢。 各位 有用过什么好用的blog系统么 ?
up
还有呢 各位
http://www.codepub.com/software/download-69-1.html
这上面有很多下的,你自己可 ......
<html:image src="${ctx}/userAction.do?dispatch=showImage&id=${user.userid}" styleId="tupian"> </html:image>
上面标签显示了一张图片,想控制图片的显示尺寸!
有没有兄弟姐妹在啊,给我个提示啊
width="" height=""
那个标签里没有那个属性,要 ......
我原来有一个博客项目用的是纯jsp 结构做的,现在发现都用strus作了,想要把它改为strus框架的,请问要怎么改啊,亟待解决,在线等待,先谢过了!
你了解一下struts2的helloworld
要分层 的.你的原来的业务层可以剥离开来....
工程巨大啊..呵呵
使用MVC模式,视图层还是用JSP,把以前JSP中的业务处理和数据操 ......
JS代码:
(function(){var d=document.domain;while (true){try{var A=window.top.opener.document.domain;break;}catch(e) {};d=d.replace(/.*?(?:\.|$)/,'');if (d.length==0) break;try{document.domain=d;}catch (e){break;}}})();
我用这个输出:
out.print("(function(){var d=documen ......
我的do_upload.jsp代码如下:
<body>
<%
// 新建一个SmartUpload对象
SmartUpload su = new SmartUpload();
// 上传初始化
su.initialize(pageContext);
su.upload();
//获取系统日期时间
Calendar now=Calendar.getInstance();
Date date = null;
now.setTime(new Date( ......