📄 web.xml
字号:
<?xml version="1.0" encoding="UTF-8"?><web-app xmlns="http://java.sun.com/xml/ns/j2ee" version="2.4" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"> <description> Custom Tag Libraries Examples </description> <display-name>Custom Tag Libraries Examples</display-name> <jsp-config> <taglib> <taglib-uri>MyFontTagLib</taglib-uri> <taglib-location>/WEB-INF/tlds/MyFontTagLib.tld</taglib-location> </taglib> </jsp-config></web-app>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -