⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 xmlpath.java

📁 基于struct结构的jsp
💻 JAVA
字号:
package com.ntsky.xml;import java.net.URL;/** * <p>Title: Ntsky OpenSource BBS</p> * <p>Description: XML文件对应的路径 </p> * <p>Copyright: Copyright (c) 2004</p> * <p>Company: 天网文化发展有限公司</p> * @author 姚君林 * @version 1.0 */public class XMLPath {    /**     * 论坛友情链接     */    public static final String NTSKY_LINK = "com/ntsky/properties/link.xml";    /**     * 论坛相关配置     */    public static final String NTSKY_COPYLEFT = "com/ntsky/properties/copyleft.xml";    /**     * 模板信息     */    public static final String NTSKY_BOARD = "com/ntsky/properties/board.xml";    /**     * 公告信息     */    public static final String NTSKY_AFFICHE = "com/ntsky/properties/affiche.xml";    /**     * 地址信息     */    public static final String NTSKY_IPADDRESS = "com/ntsky/properties/ipAddress.xml";    /**     * 文件上传配置信息     */    public static final String NTSKY_FILE = "com/ntsky/properties/file.xml";    /**     * 角色信息     */    public static final String NTSKY_ROLES = "com/ntsky/properties/roles.xml";    /**     * 权限     */    public static final String NTSKY_RIGHTS = "com/ntsky/properties/rights.xml";    /**     * 帖子配置     */    public static final String NTSKY_TOPICCONFIG = "com/ntsky/properties/topicConfig.xml";    /**     * 权限范围     */    public static final String NTSKY_RGT_SORT = "com/ntsky/properties/rightsSort.xml";    /**     * javascript集合     */    public static final String NTSKY_JAVASCRIPT = "com/ntsky/properties/javascript.xml";}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -