`
yxl276
  • 浏览: 9995 次
  • 性别: Icon_minigender_1
  • 来自: 北京
文章分类
社区版块
存档分类
最新评论
文章列表
//index.jsp <%@ page contentType="text/html;charset=GBK"%> <html> <head> <title>File Upload</title> </head> <body> <font size=5 color=#FF0000> <b>文件上传----使用jspsmart upload组件</b> </font> <br> < ...
## 只可能输入数字 <input onkeyup="value=value.replace(/[^\d]/g,'') "onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"> ## 只可能输入汉字 ## <input onkeyup="value=value.replace(/[^\u4E00-\u9F ...
public class Station implements java.io.Serializable { // Fields private Integer stationId;private String stationName;private Set stationRecords = new HashSet(); // Constructors public Set getStationRecords() {   return stationRecords;} public void setStationRecords(Set stationRecords) {   ...
/*********↑不要把简单的问题复杂化**********//*****不管是动态生成还是静态生成,此方法通杀******/直接代码复制出去运行,我已经尽量写简单了,如果你还是不明白,那么...我... <html><head><title>1</title><script>//得到行对象function getRowObj(obj){   var i = 0;   while(obj.tagName.toLowerCase() != "tr"){    obj = obj.parentNode;    if ...
一个form,多个提交: 只须在jsp的submit标签中添加:    <s:submit value="%{getText('jLogin.submit')}" method="login"/>    <s:submit value="%{getText('jLogin.register')}" method="register"/> 在Action中,将execute改为相应的方法: ...
Global site tag (gtag.js) - Google Analytics