saf.windowsservice.exe.config
来自「应用框架的设计与实现的源代码(SAF) 《应用框架的设计与实现》随书源码」· CONFIG 代码 · 共 19 行
CONFIG
19 行
<configuration>
<configSections>
<section name="Framework" type="SAF.Configuration.ConfigurationHandler,SAF.Configuration" />
<section name="MyApplication" type="SAF.Configuration.ConfigurationHandler,SAF.Configuration" />
</configSections>
<Framework type="SAF.Configuration.ConfigurationManager,SAF.Configuration">
<SAF.WindowsService>
<Service name="empty" type="SAF.WindowsService.EmptyService,SAF.WindowsService">
<File>C:\temp\EmptyService.txt</File>
<RunAs InheritIdentity="false">
<Domain>AVANADE-C006T6X</Domain>
<User>user1</User>
<Password>password</Password>
</RunAs>
</Service>
</SAF.WindowsService>
</Framework>
</configuration>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?