
SSH整合
文章平均质量分 87
Tomsheng321
这个作者很懒,什么都没留下…
展开
-
项目中三大框架整合的BaseDao接口及其实现
BaseDao.javapackage cn.itcast.core.dao;import java.io.Serializable;import java.util.List;public interface BaseDao { //新增 public void save(T entity); //更新 public void update(T entity); //根据转载 2017-02-04 18:50:48 · 1372 阅读 · 0 评论 -
ssh2项目报错原因:浏览器栏中输入的路径不对
Struts Problem ReportStruts has detected an unhandled exception: Messages:There is no Action mapped for namespace [/] and action name [user_listUI] associated with context path [/itcas原创 2017-02-04 21:05:46 · 751 阅读 · 0 评论 -
SSH2项目异常struts2 select标签为空
Struts Problem ReportStruts has detected an unhandled exception: Messages:tag 'select', field 'list', name 'user.dept': The requested list key '' could not be resolved as a collectio转载 2017-02-04 21:26:52 · 665 阅读 · 0 评论 -
IOC失败,红字标的实例化失败。
Struts Problem ReportStruts has detected an unhandled exception:Messages:No matching bean of type [cn.itcast.nsfw.role.service.RoleService] found for dependency: expected at least 1转载 2017-02-06 19:20:40 · 721 阅读 · 0 评论