100165792.htm
来自「C#高级编程(第三版),顶死你们。。 。up」· HTM 代码 · 共 97 行
HTM
97 行
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>
32.2 Windows服务的体系结构
</title></head>
<body>
<div class="area">
<div class="col1">
<div class="lineBlue">
</div>
<!-- title -->
<div class="arcTitle">
<h1>
<a href="../16">
C#高级编程(第3版)【全文连载】
</a>
</h1>
<div style="text-align: center; font-size: 15px">
<a href="100165792.htm">
32.2 Windows服务的体系结构
</a>
</div>
<div style="text-align: center; font-size: 15px">
<a class="url" href="../../default.htm">http://book.csdn.net/</a>
2006-10-13 14:41:00
</div>
<div style="margin: 0px auto; width: 700px; border: solid 1px #0b5f98;">
<div style="float: left; width: 16px; background-color: #0b5f98; color: White; padding: 1px;">
图书导读
</div>
<div style="float: right; width: 670px; text-align: left; line-height: 16pt; padding-left: 2px">
<!--导读-->
<h1 id="divCurrentNode" style="color: #b83507; width: 100%; text-align: left; font-size: 12px; padding-left: 2px">当前章节:<a href='100165792.htm'><font color='red'>32.2 Windows服务的体系结构</font></a></h1>
<div id="divRelateNode" style="padding-left: 2px">
<div style='float:left;width:49%'>·<a href='100165789.htm'>31.5 较低层的协议</a></div><div style='float:right;width:49%'>·<a href='100165790.htm'>31.6 小结</a></div><div style='float:left;width:49%'>·<a href='100165791.htm'>32.1 Windows服务</a></div><div style='float:right;width:49%'>·<a href='100165793.htm'>32.2.1 服务程序</a></div><div style='float:left;width:49%'>·<a href='100165794.htm'>32.2.2 服务控制程序</a></div><div style='float:right;width:49%'>·<a href='100165795.htm'>32.2.3 服务配置程序</a></div></div>
</div>
</div>
</div>
<!-- main -->
<div id="main">
<div id="text"> <link href="css.css" rel="stylesheet" type="text/css" /><h3 style='margin-top:11.4pt;margin-right:0cm;FTEL:11.4pt;margin-left:
0cm'><a FTEL="_Toc507815572"><span lang=EN-US>32.2 Windows</span></a><span
style='font-family:楷体_GB2312'>服务的体系结构</span></h3>
<p class=MsoNormal><span style='font-family:宋体'>操作</span><span lang=EN-US>Windows</span><span
style='font-family:宋体'>服务需要</span><span lang=EN-US>3</span><span
style='font-family:宋体'>种程序:</span></p>
<p class=1 style='margin-left:37.55pt;FTEL:-16.1pt'><span lang=EN-US>●<span
style='font:7.0pt "Times New Roman"'> </span></span><span
style='font-family:宋体'>服务程序</span></p>
<p class=1 style='margin-left:37.55pt;FTEL:-16.1pt'><span lang=EN-US>●<span
style='font:7.0pt "Times New Roman"'> </span></span><span
style='font-family:宋体'>服务控制程序</span></p>
<p class=1 style='margin-left:37.55pt;FTEL:-16.1pt'><span lang=EN-US>●<span
style='font:7.0pt "Times New Roman"'> </span></span><span
style='font-family:宋体'>服务配置程序</span></p>
<p class=MsoNormal><span style='font-family:宋体;color:black'>服务程序本身用于提供需要的功能。服务控制程序可以把控制请求发送给服务,例如开始、停止、暂停和继续。使用服务配置程序可以安装服务,这意味着服务不但要复制到文件系统中,还要写到注册表中,并配置为一个服务。</span><span
lang=EN-US style='color:black'>.NET</span><span style='font-family:宋体;
color:black'>组件不需要使用注册表,所以可以使用</span><span lang=EN-US style='color:black'>xcopy</span><span
style='font-family:宋体;color:black'>命令安装它们;但是,服务的安装则需要注册表配置。此外,服务配置程序可以在以后改变服务的配置。</span></p>
<p class=MsoNormal><span style='font-family:宋体;color:black'>下面介绍</span><span
lang=EN-US style='color:black'>Windows</span><span style='font-family:宋体;
color:black'>服务的</span><span lang=EN-US style='color:black'>3</span><span
style='font-family:宋体;color:black'>个组成部分。</span></p>
</div>
<!-- page -->
<div class="page" style="text-align: center">
<a href="100165791.htm">上一页</a> <a href="index.html">首页</a> <a href="100165793.htm">下一页</a>
</div>
<div style="margin: 0px auto; width: 700px; border: solid 1px #0b5f98;">
<div style="float: left; width: 16px; background-color: #0b5f98; color: White; padding: 1px;">
图书导读
</div>
<div style="float: right; width: 670px; text-align: left; line-height: 16pt; padding-left: 2px">
<!--导读-->
<h1 id="divCurrentNode2" style="color: #b83507; width: 100%; text-align: left; font-size: 12px; padding-left: 2px">当前章节:<a href='100165792.htm'><font color='red'>32.2 Windows服务的体系结构</font></a></h1>
<div id="divRealteNod2" style="padding-left: 2px">
<div style='float:left;width:49%'>·<a href='100165789.htm'>31.5 较低层的协议</a></div><div style='float:right;width:49%'>·<a href='100165790.htm'>31.6 小结</a></div><div style='float:left;width:49%'>·<a href='100165791.htm'>32.1 Windows服务</a></div><div style='float:right;width:49%'>·<a href='100165793.htm'>32.2.1 服务程序</a></div><div style='float:left;width:49%'>·<a href='100165794.htm'>32.2.2 服务控制程序</a></div><div style='float:right;width:49%'>·<a href='100165795.htm'>32.2.3 服务配置程序</a></div></div>
</div>
</div>
</div>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?