📄 tomcat-context.txt
字号:
<!-- buzzinservlet --> <Context path="/buzzin" docBase="buzzin" debug="0" reloadable="true"> <!-- Define a "Realm" to authenticate users. *** N.B. The specification that "host/*" is restricted, *** appears in the WEB-INF/web.xml file for this Context. --> <Realm className="org.apache.catalina.realm.MemoryRealm" pathname="webapps/buzzin/WEB-INF/hosts.xml" /> </Context>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -