摘要:
目标对象:package com.bj.daili;public class UserServiceImpl { public final void saveUser(String username, String password) { System.out.println("... 阅读全文
posted @ 2015-12-17 14:56
白金05
阅读(240)
评论(0)
推荐(0)
摘要:
接口:public interface IUserService { public void saveUser(String username,String password); public void updateUser(String username,String password... 阅读全文
posted @ 2015-12-17 14:11
白金05
阅读(147)
评论(0)
推荐(0)
摘要:
1:如果static方法 public static UserService creatUserServiceimpl() { return new UserServiceimpl(); }2:非静态方法创建实例 public UserService creatUserS... 阅读全文
posted @ 2015-12-17 09:34
白金05
阅读(145)
评论(0)
推荐(0)

浙公网安备 33010602011771号