📄 tapestrytreesvisit.java
字号:
/* Contributed by John Reynolds - October 2004
* This work is hereby released into the Public Domain.
* To view a copy of the public domain dedication, visit
* http://creativecommons.org/licenses/publicdomain/
* or send a letter to Creative Commons, 559 Nathan Abbott Way,
* Stanford, California 94305, USA.
*
* This class pretty much corresponds to a users session object
* It is accessible from all of the pages in the application
*/
package tapestrytrees;
import java.io.Serializable;
/**
*
*/
public class TapestryTreesVisit implements Serializable
{
public TapestryTreesVisit()
{
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -