web.config
来自「非常实用的条形码制作工具」· CONFIG 代码 · 共 8 行
CONFIG
8 行
<configuration>
<system.web>
<httpHandlers>
<add verb="GET,POST" path="BarcodeHandler.aspx" type="Bokai.Barcodes.BarcodeHandler, Bokai.Barcodes" />
</httpHandlers>
<identity impersonate='false'/>
</system.web>
</configuration>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?