00866bf5db77001c1c85c455bdfebbb9
来自「一个超市管理系统,提供一些基本简单的操作,JSP+APACHE+ORCALE实现」· 代码 · 共 10 行
TXT
10 行
<?xml version="1.0" encoding="UTF-8"?>
<!-- NOTE: By default, no user is included in the "manager" role required to operate the "/manager" web application. If you wish to use this app, you must define such a user - the username and password are arbitrary.--><tomcat-users><user name="admin" password="" roles="admin,manager"/> <user name="tomcat" password="tomcat" roles="tomcat"/> <user name="role1" password="tomcat" roles="role1"/> <user name="both" password="tomcat" roles="tomcat,role1"/></tomcat-users>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?