javaee
小南的窝
这个作者很懒,什么都没留下…
展开
-
struts2中addActionError,addFieldError,addActionMessage的用法及区别
一 addActionError ①概念 addActionError是Action级别的错误消息 ②添加 this.addActionError("错误信息"); ③显示 显示全部的Action级别的错误消息,可以加CSS 二 addFieldError ①概念 addFieldError给一个字段(属性)添加错误消息转载 2016-10-14 11:21:15 · 555 阅读 · 1 评论 -
到底EJB是什么
到底EJB是什么 转载自http://blog.csdn.net/u010963948/article/details/16818043 到底EJB是什么?被口口相传的神神秘秘的,百度一番,总觉得没有讲清楚的,仍觉得一头雾水。百度了很久,也从网络的文章的只言片语中,渐渐有了头绪。 用通俗话说,EJB就是:"把你编写的软件中那些需要执行制定的任务的类,不放到客户端软件上转载 2017-04-23 20:39:23 · 199 阅读 · 0 评论 -
Eclipse 导入项目有红感叹号
这个问题一般是导入别人的项目或之前的一些JAR包移动了它的存储位置。 1、在项目右击选择 Build path -->Configure Build Paht... -->Libraries。 2、选择有红叉的包,单击Remove. 3、单击 Add Library... -->JRE System Library。 4、选择Execution environment ,在下拉列表选择原创 2017-05-21 19:26:18 · 379 阅读 · 0 评论 -
Java Web项目中解决中文乱码方法总结
http://blog.csdn.net/woshifeixingzhuiyue/article/details/7561755原创 2017-06-18 11:01:37 · 290 阅读 · 0 评论 -
Invalid bound statement (not found):
Servlet.service() for servlet [e3-manager] in context with path [] threw exception [Request processing failed; nested exception is org.apache.ibatis.binding.BindingException: Invalid bound statement (原创 2017-06-18 16:28:47 · 1177 阅读 · 0 评论 -
Session 0x0 for server null, unexpected error, closing socket connection and attempting reconnect
org.apache.zookeeper.ClientCnxn$SendThread - Session 0x0 for server null, unexpected error, closing socket connection and attempting reconnect java.net.ConnectException : Connection timed out: no f原创 2017-06-19 00:43:03 · 3332 阅读 · 1 评论