📄 logoutform.java
字号:
/**
*******************************************************************************
* LogoutForm.java
*
* (c) Copyright 2008 Hewlett-Packard Development Company, L.P.
*
*<Program Content>
* System Name : Students Management System
*<Summarize>
* The file includes a class.
*<Update Record>
* 2009-4-27 1.00 zhangliy
*******************************************************************************
*/
package com.hp.eds.zhangliyuan.stuMan.form;
import org.apache.struts.action.ActionForm;
/**
* The class does nothing.
*
* @author zhangliy
* @version 1.0
*/
public class LogoutForm extends ActionForm {
/**
* serialVersionUID
*/
private static final long serialVersionUID = 1L;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -