📄 web.config
字号:
<configuration>
<configSections>
<sectionGroup name="system.web">
<section name="TYASPNET21Days" type="System.Configuration.NameValueSectionHandler,System" />
<section name="Library" type="TYASPNET.Handlers.LibrarySectionHandler,TYASPNET.Handlers" />
</sectionGroup>
</configSections>
<system.web>
<TYASPNET21Days>
<add key="AppName" value="Teach Yourself ASP.NET in 21 Days"/>
</TYASPNET21Days>
<Library file="c:\inetpub\wwwroot\tyaspnet21days\day18\books.xml" />
</system.web>
</configuration>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -