2017年12月8日

could not execute query错误

摘要: http://bbs.csdn.net/topics/390205121 阅读全文

posted @ 2017-12-08 10:13 3r3r3www 阅读(308) 评论(0) 推荐(0) 编辑

2017年12月3日

在MyEclipse里ArrayList总是出现警告,下面提示是什么意思

摘要: Multiple annotations found at this line:- ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized 阅读全文

posted @ 2017-12-03 15:49 3r3r3www 阅读(2812) 评论(0) 推荐(0) 编辑

2017年11月28日

struts2.xml中使用chain和redirectAction这两个注意事项

摘要: 当在struts.xml中使用chain和redirectAction这两个类型结果的时候,会报检查错误!Multiple annotations found at this line: - Undefined actionnamespace parameter - Undefined action 阅读全文

posted @ 2017-11-28 15:23 3r3r3www 阅读(336) 评论(0) 推荐(0) 编辑

struts addFieldError()方法添加的数据怎么在页面显示

摘要: this.addFieldError("certNo", "身份证错误"); 第一种使用struts异常标签(带样式) <s:fielderror > <s:param>certNo</s:param></s:fielderror> 第二种只显示错误信息(纯粹的文本) 1,判断是否有错误信息 <s: 阅读全文

posted @ 2017-11-28 14:44 3r3r3www 阅读(148) 评论(0) 推荐(0) 编辑

2017年11月25日

正确显示引入和使用Struts标签库的JSP页面

摘要: 如果JSP文件引入struts标签库,并且采用struts标签来显示表单,有两个地方必须做出修改,否则显示JSP页面要报错。 1、修改web.xml文件 <filter> <filter-name>struts2</filter-name> <filter-class>org.apache.stru 阅读全文

posted @ 2017-11-25 15:35 3r3r3www 阅读(419) 评论(0) 推荐(0) 编辑

java web中jsp,action,service,dao,po分别是什么意思和什么作用

摘要: JSP:全名为Java Server Pages,中文名叫java服务器页面,其根本是一个简化的Servlet设计,它[1] 是由Sun Microsystems公司倡导、许多公司参与一起建立的一种动态网页技术标准。JSP技术有点类似ASP技术,它是在传统的网页HTML(标准通用标记语言的子集)文件(*.htm,*.html)中插入Java程序段(Scriptlet)和JSP标记(tag),从而... 阅读全文

posted @ 2017-11-25 11:57 3r3r3www 阅读(668) 评论(0) 推荐(0) 编辑

2017年11月24日

在MyEclipse中快速搭建hibernate应用

摘要: http://blog.csdn.net/xuxian361/article/details/8089676 阅读全文

posted @ 2017-11-24 19:48 3r3r3www 阅读(96) 评论(0) 推荐(0) 编辑

2017年11月22日

有什么值得推荐的Java Web练手项目?

摘要: https://www.zhihu.com/question/29444491 阅读全文

posted @ 2017-11-22 19:21 3r3r3www 阅读(408) 评论(0) 推荐(0) 编辑

2017年11月19日

编写Servlet,验证用户登录

摘要: http://www.zhimengzhe.com/HTMLjiaocheng/370563.html 阅读全文

posted @ 2017-11-19 16:37 3r3r3www 阅读(287) 评论(0) 推荐(0) 编辑

2017年11月18日

Java+Ajax实现用户名重复检验

摘要: 实体类代码: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 阅读全文

posted @ 2017-11-18 13:02 3r3r3www 阅读(596) 评论(0) 推荐(0) 编辑

导航