摘要: 单例:在程序的整个进程中只会被实例化一次 如:User user =new User();实例化一个User();的时候new User()是调用的 User类的 默认的公有构造函数:public User(){};一.想要整个程序只实例化一次这个User的话如: 1.private static 阅读全文
posted @ 2017-01-14 11:35 彪悍的代码不需要注释 阅读(6665) 评论(1) 推荐(0) 编辑
摘要: 页面请求步骤: 1.登录地址: http://localhost:4441/SysLogin/AdminLogin 2.登陆成功地址:http://localhost:4441/Frame/MainFrame 3.点击页面退出,清除Session/Cookie跳转到登录页面 4.Url输入登录成功的 阅读全文
posted @ 2017-01-14 10:14 彪悍的代码不需要注释 阅读(626) 评论(0) 推荐(0) 编辑
39
0