首页>代码>基于SSH三大框架的个人博客系统>/1608note/src/main/java/cn/tedu/note/service/UserService.java
package cn.tedu.note.service;

import cn.tedu.note.entity.User;

/**
 * 业务层接口
 * 声明软件业务功能方法 
 */
public interface UserService {
	/**
	 * 登陆功能方法
	 * @param name 登录用户名
	 * @param password 登陆密码
	 * @return 登录成功时候返回登录的用户名
	 * @throws NameException 用户名错误
	 * @throws PasswordException 密码错误
	 */
	User login(String name, String password)
		throws NameException, 
		PasswordException;
}




最近下载更多
wanglinddad  LV54 2022年5月12日
1287704475  LV2 2021年11月13日
elvin丶zjd  LV1 2021年5月31日
曹江南  LV1 2021年4月12日
Amehitomi  LV2 2021年1月12日
835463523  LV1 2021年1月5日
功夫熊猫  LV7 2020年7月16日
1515355665  LV7 2020年6月15日
PaPalin  LV1 2020年6月3日
陈小姐  LV1 2020年6月1日
最近浏览更多
WBelong  LV7 3月5日
3516569014  LV5 2023年5月7日
星辰xc  LV2 2023年5月7日
qfch120  LV8 2023年3月28日
gnnhka  LV10 2023年2月4日
微信网友_6248713511227392  LV11 2022年12月5日
getset  LV8 2022年12月4日
利民提提  LV3 2022年11月23日
zxc131313  LV12 2022年11月21日
pannifeng  LV2 2022年11月21日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友