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

📄 web.xml

📁 JavaWeb高级特性书中源代码
💻 XML
字号:
<web-app>
	......
	<security-constraint>
		<web-resource-collection>
			<web-resource-name>webapp</web-resource-name>
			<url-pattern>*.html</url-pattern>
		</web-resource-collection>
		<auth-constraint>
			<role-name>it315</role-name>
		</auth-constraint>
	</security-constraint>
	<security-role>
		<role-name>it315</role-name>
	</security-role>
	<login-config>
		<auth-method>BASIC</auth-method>
		<realm-name>it315 realm</realm-name>
	</login-config>
</web-app>

⌨️ 快捷键说明

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