undeploy.xml
来自「使用J2EE编写的网上商店系统」· XML 代码 · 共 13 行
XML
13 行
<?xml version="1.0"?><!-- Copyright (c) 2002,2003,2004 by eteration a.s. www.eteration.com All rights reserved. --><!-- Do server specific remove/registration tasks - this file is used if there is no undeploy.xml/deploy.xml is specified in the .server files ... --><project name="deployextension" default="undeploy" basedir="."> <target name="undeploy" > </target></project>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?