二、C#功能编写(模拟用户登陆功能)2.1需要编写的类2.1.1需要编写的类文件列表为用户实体类User数据操作类UserDao。实现AdoDaoSupport接口。SQL资源文件CommandSQL.resx逻辑功能借口类IGeneralService。逻辑功能类GeneralService,实现IUserService接口。2.1.2三种代码注入类InterceptorMethod,实现IMethodInterceptor接口,用于在方法执行前后,附加功能。InterceptorThrow...
查看全文