config.xml

来自「操作系统课内实验部分」· XML 代码 · 共 22 行

XML
22
字号
<?xml version='1.0'?><!-- WEB SERVER META DATA --><!-- Replace the title, date, and author with your values --><webserver    title="Highly caffeinated webserver"    date="July 2006"    author="Greg Gagne"><!-- DOCUMENT BASE --><!-- Where we begin serving web pages from.Replace docBase with the name of the top-level directory whereyou will serve web pages --><context docBase="/usr/local/webserver/"></context><!-- LOG FILE --><!-- The location of the log file --><logfile log="/usr/local/logs/log.txt"></logfile> </webserver>

⌨️ 快捷键说明

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