资源简介


资源截图

代码片段和文件信息

/** 
*功能 定义DAO接口
*作者 林炳文(ling20081005@126.com 博客:http://blog.csdn.net/evankaka) 
*时间 2015.4.22
*/
package com.mucfc.dao;
import com.mucfc.vo.User;
public interface IUserDAO {
/**
 * 用户登录验证
 * @param user传入vo对象
 * @return 验证的操作结果 
 * @throws Exception
 */
public boolean findLogin(User user) throws Exception;

}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件    1129332  2019-10-24 16:50  JAVA资源必读.pdf

----------- ---------  ---------- -----  ----

              1129332                    1


评论

共有 条评论