<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
<channel>
<title>
<![CDATA[天下没有难做的事.]]></title>
 <link>
http://macysx.blogcn.com</link>
<description>
<![CDATA[人生如戏,在此我们扮演各种角色.]]></description>
<managingEditor>
<![CDATA[macysx]]></managingEditor>
<dc:creator>
<![CDATA[macysx]]></dc:creator>
<blogcn_uid>
macysx</blogcn_uid>
<blogcn_hits>
2890</blogcn_hits>
<item>
<blogcn_uid>
<![CDATA[2942481]]></blogcn_uid>
<title>
<![CDATA[WORD宏的应用]]></title>
<link>
http://macysx.blogcn.com/diary,20062256.shtml</link>
<description>
<![CDATA[<P class=MsoNormal style="MARGIN: 18pt 0cm 12pt; LAYOUT-GRID-MODE: char; TEXT-ALIGN: center; mso-layout-grid-align: none" align=center><FONT color=#000000><SPAN lang=EN-US style="FONT-SIZE: 20pt; FONT-FAMILY: Arial; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: 黑体">WORD</SPAN><SPAN style="FONT-SIZE: 20pt; FONT-FAMILY: 黑体; mso-bidi-font-size: 12.0pt; mso-ascii-font-family: Arial; mso-hansi-font-family: Arial; mso-bidi-font-family: Arial">宏的应用</SPAN><SPAN lang=EN-US style="FONT-SIZE: 20pt; FONT-FAMILY: Arial; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: 黑体"><?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal style="MARGIN: 6pt 0cm; LAYOUT-GRID-MODE: char; TEXT-INDENT: 21pt; LINE-HEIGHT: 17pt; mso-layout-grid-align: none; mso-char-indent-count: 2.0"><FONT size=3><FONT color=#000000><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">最近改样时，书稿里要统一替换的内容很多，利用</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">WORD</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">中的查找和替换来完成，并把替换内容的字体标为红色。每个文档都要重复上一次的操作，因为每次替换的内容太多所以用时也很多，全书的章节也多。这样光在查找替换上就要花很多时间。为了节省时间，想到应用宏来完成这项工作。</SPAN></FONT></FONT></P>
<P class=MsoNormal style="MARGIN: 6pt 0cm; LAYOUT-GRID-MODE: char; TEXT-INDENT: 21pt; LINE-HEIGHT: 17pt; mso-layout-grid-align: none; mso-char-indent-count: 2.0"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><FONT color=#000000 size=3>在第一次查找替换时应用录制宏把所有要替换的内容和步骤都录制下来。下次应用录制好的宏来完成查找替换。应用后发现要替换的内容没有把字体颜色标为红色，这样就不知道替换的内容是否正确。只好打开宏的原代码查看录制的内容，发现没有把字体颜色标为红色录制上，这样只能修改录制的宏。</FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 6pt 0cm; LAYOUT-GRID-MODE: char; TEXT-INDENT: 21pt; LINE-HEIGHT: 17pt; mso-layout-grid-align: none; mso-char-indent-count: 2.0"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><FONT color=#000000 size=3>自己不懂编程，只好在网上查找和询问别人，经过一番周折还是没有得到解决方法。最后在宏的帮助中找到了答案。把录制的宏修改，然后应用就看到自己想要的结果，红色字体为自己添加的代码，中间省略号为省略部分，代码如下。</FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LAYOUT-GRID-MODE: char; LINE-HEIGHT: 12pt; mso-layout-grid-align: none"><FONT color=#000000><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 楷体_GB2312">Sub </SPAN><SPAN style="FONT-SIZE: 9pt; FONT-FAMILY: 楷体_GB2312; mso-ascii-font-family: 'Courier New'; mso-hansi-font-family: 'Courier New'; mso-bidi-font-family: 'Courier New'">替换</SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 楷体_GB2312">()<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LAYOUT-GRID-MODE: char; LINE-HEIGHT: 12pt; mso-layout-grid-align: none"><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 楷体_GB2312"><FONT color=#000000>'<o:p></o:p></FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LAYOUT-GRID-MODE: char; LINE-HEIGHT: 12pt; mso-layout-grid-align: none"><FONT color=#000000><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 楷体_GB2312">' </SPAN><SPAN style="FONT-SIZE: 9pt; FONT-FAMILY: 楷体_GB2312; mso-ascii-font-family: 'Courier New'; mso-hansi-font-family: 'Courier New'; mso-bidi-font-family: 'Courier New'">替换</SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 楷体_GB2312"> Macro<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LAYOUT-GRID-MODE: char; LINE-HEIGHT: 12pt; mso-layout-grid-align: none"><FONT color=#000000><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 楷体_GB2312">' </SPAN><SPAN style="FONT-SIZE: 9pt; FONT-FAMILY: 楷体_GB2312; mso-ascii-font-family: 'Courier New'; mso-hansi-font-family: 'Courier New'; mso-bidi-font-family: 'Courier New'">宏在</SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 楷体_GB2312"> 2008-9-28 </SPAN><SPAN style="FONT-SIZE: 9pt; FONT-FAMILY: 楷体_GB2312; mso-ascii-font-family: 'Courier New'; mso-hansi-font-family: 'Courier New'; mso-bidi-font-family: 'Courier New'">由</SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 楷体_GB2312"> machenyu </SPAN><SPAN style="FONT-SIZE: 9pt; FONT-FAMILY: 楷体_GB2312; mso-ascii-font-family: 'Courier New'; mso-hansi-font-family: 'Courier New'; mso-bidi-font-family: 'Courier New'">录制</SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 楷体_GB2312"><o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LAYOUT-GRID-MODE: char; LINE-HEIGHT: 12pt; mso-layout-grid-align: none"><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 楷体_GB2312"><FONT color=#000000>'<o:p></o:p></FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LAYOUT-GRID-MODE: char; LINE-HEIGHT: 12pt; mso-layout-grid-align: none"><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 楷体_GB2312"><FONT color=#000000><SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp; </SPAN>Selection.Find.ClearFormatting<o:p></o:p></FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LAYOUT-GRID-MODE: char; LINE-HEIGHT: 12pt; mso-layout-grid-align: none"><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 楷体_GB2312"><FONT color=#000000><SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp; </SPAN>Selection.Find.Replacement.ClearFormatting<o:p></o:p></FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LAYOUT-GRID-MODE: char; LINE-HEIGHT: 12pt; mso-layout-grid-align: none"><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 楷体_GB2312"><FONT color=#000000><SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp; </SPAN>With Selection.Find<o:p></o:p></FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LAYOUT-GRID-MODE: char; LINE-HEIGHT: 12pt; mso-layout-grid-align: none"><FONT color=#000000><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 楷体_GB2312"><SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>.Text = "</SPAN><SPAN style="FONT-SIZE: 9pt; FONT-FAMILY: 楷体_GB2312; mso-ascii-font-family: 'Courier New'; mso-hansi-font-family: 'Courier New'; mso-bidi-font-family: 'Courier New'">选单</SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 楷体_GB2312">"<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LAYOUT-GRID-MODE: char; LINE-HEIGHT: 12pt; mso-layout-grid-align: none"><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: red; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 楷体_GB2312"><SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>.Replacement.Font.Color = wdColorRed<o:p></o:p></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LAYOUT-GRID-MODE: char; LINE-HEIGHT: 12pt; mso-layout-grid-align: none"><FONT color=#000000><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 楷体_GB2312"><SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>.Replacement.Text = "</SPAN><SPAN style="FONT-SIZE: 9pt; FONT-FAMILY: 楷体_GB2312; mso-ascii-font-family: 'Courier New'; mso-hansi-font-family: 'Courier New'; mso-bidi-font-family: 'Courier New'">菜单</SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 楷体_GB2312">"<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LAYOUT-GRID-MODE: char; LINE-HEIGHT: 12pt; mso-layout-grid-align: none"><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 楷体_GB2312"><FONT color=#000000><SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>.Forward = True<o:p></o:p></FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LAYOUT-GRID-MODE: char; LINE-HEIGHT: 12pt; mso-layout-grid-align: none"><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 楷体_GB2312"><FONT color=#000000><SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>.Wrap = wdFindContinue<o:p></o:p></FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LAYOUT-GRID-MODE: char; LINE-HEIGHT: 12pt; mso-layout-grid-align: none"><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 楷体_GB2312"><FONT color=#000000><SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>.Format = True<o:p></o:p></FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LAYOUT-GRID-MODE: char; LINE-HEIGHT: 12pt; mso-layout-grid-align: none"><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 楷体_GB2312"><FONT color=#000000><SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>.MatchCase = False<o:p></o:p></FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LAYOUT-GRID-MODE: char; LINE-HEIGHT: 12pt; mso-layout-grid-align: none"><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 楷体_GB2312"><FONT color=#000000><SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>.MatchWholeWord = False<o:p></o:p></FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LAYOUT-GRID-MODE: char; LINE-HEIGHT: 12pt; mso-layout-grid-align: none"><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 楷体_GB2312"><FONT color=#000000><SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>.MatchByte = False<o:p></o:p></FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LAYOUT-GRID-MODE: char; LINE-HEIGHT: 12pt; mso-layout-grid-align: none"><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 楷体_GB2312"><FONT color=#000000><SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>.MatchWildcards = False<o:p></o:p></FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LAYOUT-GRID-MODE: char; LINE-HEIGHT: 12pt; mso-layout-grid-align: none"><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 楷体_GB2312"><FONT color=#000000><SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>.MatchSoundsLike = False<o:p></o:p></FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LAYOUT-GRID-MODE: char; LINE-HEIGHT: 12pt; mso-layout-grid-align: none"><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 楷体_GB2312"><FONT color=#000000><SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>.MatchAllWordForms = False<o:p></o:p></FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LAYOUT-GRID-MODE: char; LINE-HEIGHT: 12pt; mso-layout-grid-align: none"><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 楷体_GB2312"><FONT color=#000000><SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp; </SPAN>End With<o:p></o:p></FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LAYOUT-GRID-MODE: char; LINE-HEIGHT: 12pt; mso-layout-grid-align: none"><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 楷体_GB2312"><FONT color=#000000>……<o:p></o:p></FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LAYOUT-GRID-MODE: char; LINE-HEIGHT: 12pt; mso-layout-grid-align: none"><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 楷体_GB2312"><FONT color=#000000><SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp; </SPAN>Selection.Find.Execute Replace:=wdReplaceAll<o:p></o:p></FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LAYOUT-GRID-MODE: char; LINE-HEIGHT: 12pt; mso-layout-grid-align: none"><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 楷体_GB2312"><FONT color=#000000><SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp; </SPAN>With Selection.Find<o:p></o:p></FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LAYOUT-GRID-MODE: char; LINE-HEIGHT: 12pt; mso-layout-grid-align: none"><FONT color=#000000><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 楷体_GB2312"><SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>.Text = "</SPAN><SPAN style="FONT-SIZE: 9pt; FONT-FAMILY: 楷体_GB2312; mso-ascii-font-family: 'Courier New'; mso-hansi-font-family: 'Courier New'; mso-bidi-font-family: 'Courier New'">按下</SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 楷体_GB2312">"<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LAYOUT-GRID-MODE: char; LINE-HEIGHT: 12pt; mso-layout-grid-align: none"><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: red; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 楷体_GB2312"><SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>.Replacement.Font.Color = wdColorRed<o:p></o:p></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LAYOUT-GRID-MODE: char; LINE-HEIGHT: 12pt; mso-layout-grid-align: none"><FONT color=#000000><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 楷体_GB2312"><SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>.Replacement.Text = "</SPAN><SPAN style="FONT-SIZE: 9pt; FONT-FAMILY: 楷体_GB2312; mso-ascii-font-family: 'Courier New'; mso-hansi-font-family: 'Courier New'; mso-bidi-font-family: 'Courier New'">点击</SPAN><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 楷体_GB2312">"<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LAYOUT-GRID-MODE: char; LINE-HEIGHT: 12pt; mso-layout-grid-align: none"><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 楷体_GB2312"><FONT color=#000000><SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>.Forward = True<o:p></o:p></FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LAYOUT-GRID-MODE: char; LINE-HEIGHT: 12pt; mso-layout-grid-align: none"><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 楷体_GB2312"><FONT color=#000000><SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>.Wrap = wdFindContinue<o:p></o:p></FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LAYOUT-GRID-MODE: char; LINE-HEIGHT: 12pt; mso-layout-grid-align: none"><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 楷体_GB2312"><FONT color=#000000><SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>.Format = True<o:p></o:p></FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LAYOUT-GRID-MODE: char; LINE-HEIGHT: 12pt; mso-layout-grid-align: none"><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 楷体_GB2312"><FONT color=#000000><SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>.MatchCase = False<o:p></o:p></FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LAYOUT-GRID-MODE: char; LINE-HEIGHT: 12pt; mso-layout-grid-align: none"><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 楷体_GB2312"><FONT color=#000000><SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>.MatchWholeWord = False<o:p></o:p></FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LAYOUT-GRID-MODE: char; LINE-HEIGHT: 12pt; mso-layout-grid-align: none"><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 楷体_GB2312"><FONT color=#000000><SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>.MatchByte = False<o:p></o:p></FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LAYOUT-GRID-MODE: char; LINE-HEIGHT: 12pt; mso-layout-grid-align: none"><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 楷体_GB2312"><FONT color=#000000><SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>.MatchWildcards = False<o:p></o:p></FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LAYOUT-GRID-MODE: char; LINE-HEIGHT: 12pt; mso-layout-grid-align: none"><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 楷体_GB2312"><FONT color=#000000><SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>.MatchSoundsLike = False<o:p></o:p></FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LAYOUT-GRID-MODE: char; LINE-HEIGHT: 12pt; mso-layout-grid-align: none"><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 楷体_GB2312"><FONT color=#000000><SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>.MatchAllWordForms = False<o:p></o:p></FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LAYOUT-GRID-MODE: char; LINE-HEIGHT: 12pt; mso-layout-grid-align: none"><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 楷体_GB2312"><FONT color=#000000><SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp; </SPAN>End With<o:p></o:p></FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LAYOUT-GRID-MODE: char; LINE-HEIGHT: 12pt; mso-layout-grid-align: none"><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 楷体_GB2312"><FONT color=#000000><SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp; </SPAN>Selection.Find.Execute Replace:=wdReplaceAll<o:p></o:p></FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LAYOUT-GRID-MODE: char; LINE-HEIGHT: 12pt; mso-layout-grid-align: none"><SPAN lang=EN-US style="FONT-SIZE: 9pt; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 楷体_GB2312"><FONT color=#000000>End Sub<o:p></o:p></FONT></SPAN></P>]]></description>
<pubDate>
2008-10-05 12:54:00.0</pubDate>
<guid>
http://macysx.blogcn.com/diary,20062256.shtml</guid>
<comments>
http://macysx.blogcn.com/diary,20062256.shtml#comment</comments>
</item>
<item>
<blogcn_uid>
<![CDATA[2942481]]></blogcn_uid>
<title>
<![CDATA[快速删除WORD文档中的空白段落]]></title>
<link>
http://macysx.blogcn.com/diary,17659039.shtml</link>
<description>
<![CDATA[<P class=MsoNormal style="MARGIN: 15.6pt 0cm 23.4pt; LAYOUT-GRID-MODE: char; TEXT-ALIGN: center; mso-para-margin-top: 1.0gd; mso-para-margin-right: 0cm; mso-para-margin-bottom: 1.5gd; mso-para-margin-left: 0cm; mso-layout-grid-align: none" align=center><SPAN style="FONT-SIZE: 14pt; FONT-FAMILY: 黑体; mso-bidi-font-size: 12.0pt"><FONT color=#000000><BR><BR>快速删除<SPAN lang=EN-US>WORD</SPAN>文档中的空白段落<SPAN lang=EN-US><?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></SPAN></FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 7.8pt 0cm; TEXT-INDENT: 21pt; LINE-HEIGHT: 16pt; mso-para-margin-top: .5gd; mso-para-margin-right: 0cm; mso-para-margin-bottom: .5gd; mso-para-margin-left: 0cm; mso-char-indent-count: 2.0"><FONT size=3><FONT color=#000000><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">在排版中经常会遇到这样的问题，就是整个文档里有很多空白段落，这些空白段落在排版时要把它删掉，快速地把这些空白段落删掉，也是提高排版速度的一部分。在这里讲一下自己刚学到这一招——就是应用</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">WORD</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">文档中的高级查找与替换。</SPAN></FONT></FONT></P>
<P class=MsoNormal style="MARGIN: 7.8pt 0cm; TEXT-INDENT: 21pt; LINE-HEIGHT: 16pt; mso-para-margin-top: .5gd; mso-para-margin-right: 0cm; mso-para-margin-bottom: .5gd; mso-para-margin-left: 0cm; mso-char-indent-count: 2.0"><FONT size=3><FONT color=#000000><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">打开查找</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">/</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">替换（快捷键</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">Ctrl+H</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">）对话框。</SPAN></FONT></FONT></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt 17.85pt; LAYOUT-GRID-MODE: char; TEXT-INDENT: -17.85pt; LINE-HEIGHT: 16pt; mso-layout-grid-align: none; mso-list: l0 level1 lfo1; tab-stops: list 18.0pt"><SPAN lang=EN-US style="mso-fareast-font-family: 'Times New Roman'"><SPAN style="mso-list: Ignore"><FONT face="Times New Roman"><FONT color=#000000><FONT size=3>1.</FONT><SPAN style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN></FONT></FONT></SPAN></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><FONT color=#000000 size=3>把鼠标放到查找内容里，点击高级选项中特殊字符的段落标记两次，表示查找有两个段落，如图；</FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt 18pt; TEXT-INDENT: -18pt; mso-list: l0 level1 lfo1; tab-stops: list 18.0pt"><SPAN lang=EN-US style="mso-fareast-font-family: 'Times New Roman'"><SPAN style="mso-list: Ignore"><FONT face="Times New Roman"><FONT color=#000000><FONT size=3>2.</FONT><SPAN style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN></FONT></FONT></SPAN></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><FONT color=#000000 size=3>在替换办内选一个段落标记，然后应用全部替换，所有的空白行都被自动删掉。<BR><BR><IMG height=367 alt=未标题-1 src="http://images.blogcn.com/2008/7/12/2/macysx,20080712143515351.jpg" width=553 border=0><BR></FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 7.8pt 0cm; TEXT-INDENT: 28pt; LINE-HEIGHT: 16pt; mso-para-margin-top: .5gd; mso-para-margin-right: 0cm; mso-para-margin-bottom: .5gd; mso-para-margin-left: 0cm; mso-char-indent-count: 2.0"><SPAN lang=EN-US style="FONT-SIZE: 14pt; FONT-FAMILY: 黑体; mso-bidi-font-size: 12.0pt"><?xml:namespace prefix = v ns = "urn:schemas-microsoft-com:vml" /><v:shapetype id=_x0000_t75 stroked="f" filled="f" path="m@4@5l@4@11@9@11@9@5xe" o:preferrelative="t" o:spt="75" coordsize="21600,21600"><v:stroke joinstyle="miter"></v:stroke><v:formulas><v:f eqn="if lineDrawn pixelLineWidth 0"></v:f><v:f eqn="sum @0 1 0"></v:f><v:f eqn="sum 0 0 @1"></v:f><v:f eqn="prod @2 1 2"></v:f><v:f eqn="prod @3 21600 pixelWidth"></v:f><v:f eqn="prod @3 21600 pixelHeight"></v:f><v:f eqn="sum @0 0 1"></v:f><v:f eqn="prod @6 1 2"></v:f><v:f eqn="prod @7 21600 pixelWidth"></v:f><v:f eqn="sum @8 21600 0"></v:f><v:f eqn="prod @7 21600 pixelHeight"></v:f><v:f eqn="sum @10 21600 0"></v:f></v:formulas><v:path o:connecttype="rect" gradientshapeok="t" o:extrusionok="f"></v:path><o:lock aspectratio="t" v:ext="edit"></o:lock></v:shapetype></SPAN></P>]]></description>
<pubDate>
2008-07-12 14:32:00.0</pubDate>
<guid>
http://macysx.blogcn.com/diary,17659039.shtml</guid>
<comments>
http://macysx.blogcn.com/diary,17659039.shtml#comment</comments>
</item>
<item>
<blogcn_uid>
<![CDATA[2942481]]></blogcn_uid>
<title>
<![CDATA[《Learning WCF》索引中文版排版心得]]></title>
<link>
http://macysx.blogcn.com/diary,16703942.shtml</link>
<description>
<![CDATA[<FONT color=#000000><SPAN style="FONT-SIZE: 16pt; FONT-FAMILY: 黑体; mso-bidi-font-size: 12.0pt; mso-ascii-font-family: Arial">
<P class=MsoNormal style="MARGIN: 18pt 0cm; LAYOUT-GRID-MODE: char; LINE-HEIGHT: 18pt; TEXT-ALIGN: center; mso-layout-grid-align: none" align=center><SPAN style="FONT-SIZE: 16pt; FONT-FAMILY: 黑体; mso-bidi-font-size: 12.0pt; mso-ascii-font-family: Arial">《</SPAN><SPAN lang=EN-US style="FONT-SIZE: 16pt; FONT-FAMILY: Arial; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: 黑体; mso-bidi-font-family: 'Times New Roman'">Learning WCF</SPAN><SPAN style="FONT-SIZE: 16pt; FONT-FAMILY: 黑体; mso-bidi-font-size: 12.0pt; mso-ascii-font-family: Arial">》索引中文版排版心得</SPAN><SPAN lang=EN-US style="FONT-SIZE: 16pt; FONT-FAMILY: Arial; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: 黑体; mso-bidi-font-family: 'Times New Roman'"><?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></SPAN></P>
<P class=MsoNormal style="MARGIN: 6pt 0cm; LAYOUT-GRID-MODE: char; TEXT-INDENT: 21pt; LINE-HEIGHT: 16pt; mso-layout-grid-align: none; mso-char-indent-count: 2.0"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><FONT size=3>本周尝试了一种新的排版方式，就是将英文版翻译过来的中文版索引，按中文的音序重新排序。</FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 6pt 0cm; LAYOUT-GRID-MODE: char; TEXT-INDENT: 21pt; LINE-HEIGHT: 16pt; mso-layout-grid-align: none; mso-char-indent-count: 2.0"><FONT size=3><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">这本书是</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">O'Reilly</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">的一本很好的书《</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">Learning WCF</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">》，译者在翻译的时候将英文版的索引全部一一对应翻译成另中文版。虽说是按英文原书的顺序排列的，但翻译后的索引将原书的英文索引全部删掉了，只留下中文版的翻译，这样索引看上去就很混乱。责编在征求多方意见后，请我将中文版索引按照中文的音序重新排序。如果只是一级索引那也很好办，但这本书的索引一共分了三个级别，一个大级别和它下面的两个小级别是不能分开的，这样就既要保证同一级别的索引要按音序排序，不同级别的索引也必须和它的上下级索引保持一个整体。</SPAN></FONT></P>
<P class=MsoNormal style="MARGIN: 6pt 0cm; LAYOUT-GRID-MODE: char; TEXT-INDENT: 21pt; LINE-HEIGHT: 16pt; mso-layout-grid-align: none; mso-char-indent-count: 2.0"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><FONT size=3>我还是第一次处理这类问题，于是先上网和看书寻求各种帮助，再征询另一些比较有经验的老编辑的意见，自己终于慢慢摸索出一条比较好的方法：</FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 3pt 0cm 3pt 17.85pt; TEXT-INDENT: -17.85pt; LINE-HEIGHT: 15pt; mso-list: l0 level1 lfo1; tab-stops: list 18.0pt"><SPAN lang=EN-US style="FONT-FAMILY: 宋体; mso-bidi-font-family: 宋体"><SPAN style="mso-list: Ignore"><FONT size=3>1.</FONT><SPAN style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp; </SPAN></SPAN></SPAN><SPAN style="FONT-FAMILY: 宋体"><FONT size=3>先将最低级别的索引也就是三级索引的文本格式转化为表格格式<SPAN lang=EN-US>,</SPAN>然后选择表格选项→排序按拼音升序进行排序，因这样排序的结果是按系统的先符号、再数字、后字母、最后为汉字排序的。汉语存在多音字，而<SPAN lang=EN-US>Word</SPAN>的排序实际上是按国标中的区位码排序的，因此，对于含有多音字词的索引项需要人工判别，必要时调整顺序。<SPAN lang=EN-US><o:p></o:p></SPAN></FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 3pt 0cm 3pt 17.85pt; TEXT-INDENT: -17.85pt; LINE-HEIGHT: 15pt; mso-list: l0 level1 lfo1; tab-stops: list 18.0pt"><SPAN lang=EN-US style="FONT-FAMILY: 宋体; mso-bidi-font-family: 宋体"><SPAN style="mso-list: Ignore"><FONT size=3>2.</FONT><SPAN style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp; </SPAN></SPAN></SPAN><SPAN style="FONT-FAMILY: 宋体"><FONT size=3>将本二级索引、其内的三级索引，将它们段落符转换为手动换行符（↓），最后一个三级标题的段落符不转换，这样三级索引与它的二级索引就成为一个整体——一个段落；这样调整二级索引的顺序时就不会影响到已排好的三级索引的顺序；<SPAN lang=EN-US><o:p></o:p></SPAN></FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 3pt 0cm 3pt 17.85pt; TEXT-INDENT: -17.85pt; LINE-HEIGHT: 15pt; mso-list: l0 level1 lfo1; tab-stops: list 18.0pt"><SPAN lang=EN-US style="FONT-FAMILY: 宋体; mso-bidi-font-family: 宋体"><SPAN style="mso-list: Ignore"><FONT size=3>3.</FONT><SPAN style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp; </SPAN></SPAN></SPAN><SPAN style="FONT-FAMILY: 宋体"><FONT size=3>同理处理二级标题，将全部的二级标题处理完毕；<SPAN lang=EN-US><o:p></o:p></SPAN></FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 3pt 0cm 3pt 17.85pt; TEXT-INDENT: -17.85pt; LINE-HEIGHT: 15pt; mso-list: l0 level1 lfo1; tab-stops: list 18.0pt"><SPAN lang=EN-US style="FONT-FAMILY: 宋体; mso-bidi-font-family: 宋体"><SPAN style="mso-list: Ignore"><FONT size=3>4.</FONT><SPAN style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp; </SPAN></SPAN></SPAN><SPAN style="FONT-FAMILY: 宋体"><FONT size=3>同理处理一级标题；处理完后，须手动将中文索引按照音序剪切到对应的字母区段之后；另，在排序过程中应特别注意多音节字的排序；<SPAN lang=EN-US><o:p></o:p></SPAN></FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 3pt 0cm 3pt 17.85pt; TEXT-INDENT: -17.85pt; LINE-HEIGHT: 15pt; mso-list: l0 level1 lfo1; tab-stops: list 18.0pt"><SPAN lang=EN-US style="FONT-FAMILY: 宋体; mso-bidi-font-family: 宋体"><SPAN style="mso-list: Ignore"><FONT size=3>5.</FONT><SPAN style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp; </SPAN></SPAN></SPAN><SPAN style="FONT-FAMILY: 宋体"><FONT size=3>再对照原稿检查一遍是否有遗漏。<SPAN lang=EN-US><o:p></o:p></SPAN></FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 6pt 0cm; LAYOUT-GRID-MODE: char; TEXT-INDENT: 21pt; LINE-HEIGHT: 16pt; mso-layout-grid-align: none; mso-char-indent-count: 2.0"><SPAN style="FONT-FAMILY: 宋体"><FONT size=3>以上<SPAN lang=EN-US>5</SPAN>步做完后基本上就没有什么问题，不过为了确保操作的准确性，最好还是请责编或者校对人员再检查一遍。<SPAN lang=EN-US><o:p></o:p></SPAN></FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 18pt 0cm; LAYOUT-GRID-MODE: char; LINE-HEIGHT: 18pt; TEXT-ALIGN: center; mso-layout-grid-align: none" align=center></SPAN></FONT></P>]]></description>
<pubDate>
2008-06-09 20:33:00.0</pubDate>
<guid>
http://macysx.blogcn.com/diary,16703942.shtml</guid>
<comments>
http://macysx.blogcn.com/diary,16703942.shtml#comment</comments>
</item>
<item>
<blogcn_uid>
<![CDATA[2942481]]></blogcn_uid>
<title>
<![CDATA[做辅导工作的感悟]]></title>
<link>
http://macysx.blogcn.com/diary,15740288.shtml</link>
<description>
<![CDATA[<P class=MsoNormal style="MARGIN: 6pt 0cm 12pt; LAYOUT-GRID-MODE: char; LINE-HEIGHT: 150%; TEXT-ALIGN: center; mso-layout-grid-align: none" align=center><SPAN style="FONT-SIZE: 18pt; LINE-HEIGHT: 150%; FONT-FAMILY: 黑体; mso-bidi-font-size: 12.0pt"><FONT color=#000000>做辅导工作的感悟<SPAN lang=EN-US><?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></SPAN></FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 6pt 0cm; LAYOUT-GRID-MODE: char; TEXT-INDENT: 21.25pt; LINE-HEIGHT: 16pt; mso-layout-grid-align: none"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><FONT color=#000000 size=3>本周自己的工作中多了一个新任务，就是检查小师妹排版后的文件，这主要是在前一段时间里小师妹排版的文档中存在很多格式问题。这次又一本书稿让她来排版，为了从源头上解决问题外，还有更重要的一点是，通过这样的环节来提高小师妹的排版技能。</FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 6pt 0cm; LAYOUT-GRID-MODE: char; TEXT-INDENT: 21.25pt; LINE-HEIGHT: 16pt; mso-layout-grid-align: none"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><FONT color=#000000 size=3>听上级这么一说，说实在话自己也比她强不了多少，只是在排版过程中多检查了几次，细心些也有耐心一点。说辅导她那就更谈不上，充其量也只是引导而已，一次经验交流。</FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 6pt 0cm; LAYOUT-GRID-MODE: char; TEXT-INDENT: 21.25pt; LINE-HEIGHT: 16pt; mso-layout-grid-align: none"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><FONT color=#000000 size=3>在看她排版过的文件，里面最突出的问题是对图片没有设置样式，而且与文字处理方式还是上下型，这样排版图片会随时动版，动版后也很难发现。套版时一定要自己根据原有样式重新修改和命名，不要直接应用原有样式，这样避免文档出错后很难找到原因。在排版过程一定要注意全文中的标点符号的全角与半角之分，破折号连接问题。最后建议自己设置的样式一定要把快捷键设置好，这样排版的速度会大大提高。</FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 6pt 0cm; LAYOUT-GRID-MODE: char; TEXT-INDENT: 21.25pt; LINE-HEIGHT: 16pt; mso-layout-grid-align: none"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><FONT color=#000000 size=3>祝小师妹早是成有排版高手。</FONT></SPAN></P>]]></description>
<pubDate>
2008-05-10 16:28:00.0</pubDate>
<guid>
http://macysx.blogcn.com/diary,15740288.shtml</guid>
<comments>
http://macysx.blogcn.com/diary,15740288.shtml#comment</comments>
</item>
<item>
<blogcn_uid>
<![CDATA[2942481]]></blogcn_uid>
<title>
<![CDATA[坚定信念]]></title>
<link>
http://macysx.blogcn.com/diary,15424838.shtml</link>
<description>
<![CDATA[<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center" align=center><SPAN style="FONT-SIZE: 16pt; FONT-FAMILY: 黑体; mso-bidi-font-size: 12.0pt"><FONT color=#000000>坚定信念<SPAN lang=EN-US><?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></SPAN></FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><o:p><FONT face="Times New Roman" color=#000000 size=3>&nbsp;</FONT></o:p></SPAN></P>
<P class=MsoNormal style="MARGIN: 6pt 0cm; TEXT-INDENT: 21.25pt; LINE-HEIGHT: 17pt"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><FONT color=#000000 size=3>不管做什么事，在心中总是默默地要求自己，要把事情做好，做得更好些。但是这种想法不是那么容易就能实现，要经过很多磨砺，有时还需要与别人配合才能实现。不管要经历什么，只要自己心中有这么一个想法就是好的，总有一天会梦想成真。</FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 6pt 0cm; TEXT-INDENT: 21.25pt; LINE-HEIGHT: 17pt"><FONT size=3><FONT color=#000000><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">参与排版后心中这个念头更加强烈，排的第一本书是全彩印刷，出片后经校对、检查后重出胶片的数量不到</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">5</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">页。从那时起就要在想自己一定要把重出的数量降低，要有零的记录。可是有些事情不能如愿以偿，在第二本出片经校对检查，发现要重出</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">30</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">多页，自己心里真不是滋味，不由得心里有一种愧疚感。只要信念没有改变，就一定有实现一天。前几出第三本书后，检查发现重出片的数量只有两页，这就更加鉴定自己的信念。自己更有信心地去实现这一目标。</SPAN></FONT></FONT></P>]]></description>
<pubDate>
2008-04-27 13:33:00.0</pubDate>
<guid>
http://macysx.blogcn.com/diary,15424838.shtml</guid>
<comments>
http://macysx.blogcn.com/diary,15424838.shtml#comment</comments>
</item>
<item>
<blogcn_uid>
<![CDATA[2942481]]></blogcn_uid>
<title>
<![CDATA[在WORD中设置脚注分隔符]]></title>
<link>
http://macysx.blogcn.com/diary,15035508.shtml</link>
<description>
<![CDATA[<P style="MARGIN: 12pt 0cm 18pt; LAYOUT-GRID-MODE: char; TEXT-ALIGN: center; mso-line-height-alt: 15.0pt; mso-layout-grid-align: none" align=center><FONT color=#000000><STRONG><SPAN style="FONT-WEIGHT: normal; FONT-SIZE: 16pt; FONT-FAMILY: 黑体; mso-ascii-font-family: Arial; mso-hansi-font-family: Arial; mso-bidi-font-family: Arial; mso-bidi-font-weight: bold">在</SPAN></STRONG><STRONG><SPAN lang=EN-US style="FONT-WEIGHT: normal; FONT-SIZE: 16pt; FONT-FAMILY: Arial; mso-bidi-font-weight: bold; mso-fareast-font-family: 黑体">WORD</SPAN></STRONG><STRONG><SPAN style="FONT-WEIGHT: normal; FONT-SIZE: 16pt; FONT-FAMILY: 黑体; mso-ascii-font-family: Arial; mso-hansi-font-family: Arial; mso-bidi-font-family: Arial; mso-bidi-font-weight: bold">中设置脚注分隔符</SPAN></STRONG><SPAN lang=EN-US style="FONT-SIZE: 16pt; FONT-FAMILY: Arial; mso-fareast-font-family: 黑体"><?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></SPAN></FONT></P>
<P style="TEXT-JUSTIFY: inter-ideograph; MARGIN: 6pt 0cm; LAYOUT-GRID-MODE: char; TEXT-INDENT: 24pt; LINE-HEIGHT: 15pt; TEXT-ALIGN: justify; mso-layout-grid-align: none; mso-char-indent-count: 2.0"><FONT color=#000000 size=3>在<SPAN lang=EN-US>Word</SPAN>中，分隔文档正文和脚注的短横线称为注释分隔符，其格式可以设置或改变。</FONT></P>
<P style="TEXT-JUSTIFY: inter-ideograph; MARGIN: 6pt 0cm; LAYOUT-GRID-MODE: char; TEXT-INDENT: 24pt; LINE-HEIGHT: 15pt; TEXT-ALIGN: justify; mso-layout-grid-align: none; mso-char-indent-count: 2.0"><FONT color=#000000 size=3>设置脚注分隔符的步骤如下：</FONT></P>
<P style="TEXT-JUSTIFY: inter-ideograph; MARGIN: 6pt 0cm; LAYOUT-GRID-MODE: char; TEXT-INDENT: 24pt; LINE-HEIGHT: 15pt; TEXT-ALIGN: justify; mso-layout-grid-align: none; mso-char-indent-count: 2.0"><FONT size=3><FONT color=#000000><SPAN lang=EN-US>1.</SPAN>切换至普通视图。</FONT></FONT></P>
<P style="TEXT-JUSTIFY: inter-ideograph; MARGIN: 6pt 0cm; LAYOUT-GRID-MODE: char; TEXT-INDENT: 24pt; LINE-HEIGHT: 15pt; TEXT-ALIGN: justify; mso-layout-grid-align: none; mso-char-indent-count: 2.0"><FONT size=3><FONT color=#000000><SPAN lang=EN-US>2.</SPAN>执行<SPAN lang=EN-US>“</SPAN>视图<SPAN lang=EN-US>”→“</SPAN>脚注<SPAN lang=EN-US>”</SPAN>，在<SPAN lang=EN-US>“</SPAN>查看脚注<SPAN lang=EN-US>”</SPAN>对话框中，选择<SPAN lang=EN-US>“</SPAN>查看脚注区<SPAN lang=EN-US>”</SPAN>，显示脚注编辑窗格。</FONT></FONT></P>
<P style="TEXT-JUSTIFY: inter-ideograph; MARGIN: 6pt 0cm; LAYOUT-GRID-MODE: char; TEXT-INDENT: 24pt; LINE-HEIGHT: 15pt; TEXT-ALIGN: justify; mso-layout-grid-align: none; mso-char-indent-count: 2.0"><FONT size=3><FONT color=#000000><SPAN lang=EN-US>3.</SPAN>在窗格中的下拉列表中选择<SPAN lang=EN-US>“</SPAN>脚注分隔符<SPAN lang=EN-US>”</SPAN>。</FONT></FONT></P>
<P style="TEXT-JUSTIFY: inter-ideograph; MARGIN: 6pt 0cm; LAYOUT-GRID-MODE: char; TEXT-INDENT: 24pt; LINE-HEIGHT: 15pt; TEXT-ALIGN: justify; mso-layout-grid-align: none; mso-char-indent-count: 2.0"><FONT size=3><FONT color=#000000><SPAN lang=EN-US>4.</SPAN>选择分隔符，可进行颜色、边框等格式的修改；选中后按<SPAN lang=EN-US>Delete</SPAN>键可删除分隔符；也可以将其改为其他类型，例如插入<SPAN lang=EN-US>“</SPAN>剪贴画<SPAN lang=EN-US>”</SPAN>或键入<STRONG><SPAN style="FONT-WEIGHT: normal; FONT-FAMILY: 宋体; mso-bidi-font-family: 宋体; mso-bidi-font-weight: bold">文本</SPAN></STRONG>符号等。</FONT></FONT></P>
<P style="TEXT-JUSTIFY: inter-ideograph; MARGIN: 6pt 0cm; LAYOUT-GRID-MODE: char; TEXT-INDENT: 24pt; LINE-HEIGHT: 15pt; TEXT-ALIGN: justify; mso-layout-grid-align: none; mso-char-indent-count: 2.0"><FONT size=3><FONT color=#000000><SPAN style="FONT-FAMILY: 黑体">提示</SPAN>：要恢复为默认的分隔符，可单击<SPAN lang=EN-US>“</SPAN>默认设置<SPAN lang=EN-US>”</SPAN>按钮。另外，在此窗格中，还可以对<SPAN lang=EN-US>“</SPAN>脚注延续分隔符<SPAN lang=EN-US>”</SPAN>、<SPAN lang=EN-US>“</SPAN>脚注延续标志<SPAN lang=EN-US>”</SPAN>等进行设置。</FONT></FONT></P>]]></description>
<pubDate>
2008-04-12 16:49:00.0</pubDate>
<guid>
http://macysx.blogcn.com/diary,15035508.shtml</guid>
<comments>
http://macysx.blogcn.com/diary,15035508.shtml#comment</comments>
</item>
<item>
<blogcn_uid>
<![CDATA[2942481]]></blogcn_uid>
<title>
<![CDATA[宝贵的财富——教训与经验]]></title>
<link>
http://macysx.blogcn.com/diary,14545080.shtml</link>
<description>
<![CDATA[<P class=MsoNormal style="MARGIN: 18pt 0cm 12pt; TEXT-ALIGN: center" align=center><SPAN style="FONT-SIZE: 18pt; FONT-FAMILY: 黑体; mso-bidi-font-size: 12.0pt"><FONT color=#000000>宝贵的财富——教训与经验<SPAN lang=EN-US><?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></SPAN></FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 6pt 0cm; LAYOUT-GRID-MODE: char; TEXT-INDENT: 21.25pt; LINE-HEIGHT: 17pt; mso-layout-grid-align: none"><FONT size=3><FONT color=#000000><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">上周周六是个特别的日子，是“</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">3</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">·</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">15</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">”消费者维权的日子，这个特殊的周末，为自己在新的工作中买下了一笔丰富的财富，这笔财富是用一个错误换取的，这个错误就是《编程之美》一书出现的错误。</SPAN></FONT></FONT></P>
<P class=MsoNormal style="MARGIN: 6pt 0cm; LAYOUT-GRID-MODE: char; TEXT-INDENT: 21.25pt; LINE-HEIGHT: 17pt; mso-layout-grid-align: none"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><FONT color=#000000 size=3>一些错误是在排版中产生的，其中一页的错误都是关于上标和下标的错误，这些错误是排版中应用格式后原有的格式都被被逼取消，这是自己没有想到的，也是因为第一排版没有经验，不知道有这样的问题会出现，更可笑的是自己也没有去看原稿。从各个方面反应出自己做事不够细致，没有注重到细节上，这才是这次出错的正直原因。</FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 6pt 0cm; LAYOUT-GRID-MODE: char; TEXT-INDENT: 21.25pt; LINE-HEIGHT: 17pt; mso-layout-grid-align: none"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><FONT color=#000000 size=3>经过这次事故，对自己是个教训，在经验上也有一定的积累。说实话一开始自己心里总是有一种预感，总是觉得有些地方没做到位，可能会出错，可就是找不到它会出现在什么地方。因自己没有这方面的经验，一时找不到问题的源头。当看到错误出现在自己的面前时，好像一切都浮出了水面。</FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 6pt 0cm; LAYOUT-GRID-MODE: char; TEXT-INDENT: 21.25pt; LINE-HEIGHT: 17pt; mso-layout-grid-align: none"><FONT size=3><FONT color=#000000><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">自己认真地想了想真个过程，出错的原因更加明了。第一，自己没有更多地去注重细节，不够细致；第二，是自己缺少经验，不知道从哪里下手去找问题的根源。所有这些，都是此次错误产生的原因。在这里感谢大家对我的信任和包容。让我得人生中最宝贵的财富——教训与经验。我会记住这个特别的日子、给我带来财富的里子——“</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">3</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">·</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">15</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">”。</SPAN></FONT></FONT></P>]]></description>
<pubDate>
2008-03-22 13:31:00.0</pubDate>
<guid>
http://macysx.blogcn.com/diary,14545080.shtml</guid>
<comments>
http://macysx.blogcn.com/diary,14545080.shtml#comment</comments>
</item>
<item>
<blogcn_uid>
<![CDATA[2942481]]></blogcn_uid>
<title>
<![CDATA[版式设计感悟]]></title>
<link>
http://macysx.blogcn.com/diary,14290366.shtml</link>
<description>
<![CDATA[<P class=MsoNormal style="MARGIN: 6pt 0cm 18pt; LAYOUT-GRID-MODE: char; LINE-HEIGHT: 16pt; TEXT-ALIGN: center; mso-layout-grid-align: none" align=center><FONT color=#000000><SPAN style="FONT-SIZE: 15pt; FONT-FAMILY: 黑体; mso-bidi-font-size: 12.0pt; mso-ascii-font-family: Arial">《</SPAN><SPAN lang=EN-US style="FONT-SIZE: 15pt; FONT-FAMILY: Arial; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: 黑体; mso-bidi-font-family: 'Times New Roman'">Everyday Scripting With Ruby </SPAN><SPAN style="FONT-SIZE: 15pt; FONT-FAMILY: 黑体; mso-bidi-font-size: 12.0pt; mso-ascii-font-family: Arial">中文版》版式设计感悟</SPAN><SPAN lang=EN-US style="FONT-SIZE: 15pt; FONT-FAMILY: Arial; mso-bidi-font-size: 12.0pt; mso-fareast-font-family: 黑体; mso-bidi-font-family: 'Times New Roman'"><?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal style="MARGIN: 6pt 0cm; LAYOUT-GRID-MODE: char; TEXT-INDENT: 21.25pt; LINE-HEIGHT: 16pt; mso-layout-grid-align: none"><FONT size=3><FONT color=#000000><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">本周主要工作之一是设计《</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">Everyday Scripting With Ruby </FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">中文版》的版式，这是我第二次设计外版书的版式样章。因为本书版式比较复杂和特殊，对中文版式的设计要求也有所不同，设计难度反而比第一次设计的那本书要大很多。</SPAN></FONT></FONT></P>
<P class=MsoNormal style="MARGIN: 6pt 0cm; LAYOUT-GRID-MODE: char; TEXT-INDENT: 21.25pt; LINE-HEIGHT: 16pt; mso-layout-grid-align: none"><FONT size=3><FONT color=#000000><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">本书原书版式是全书切口处缩进，切口和订口处都有旁标和注释，正文缩进</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">3</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">厘米，标题与正文对齐没有突出在正文外，只有页眉。中文版版式的要求是在原书版式的基础上把标题突出于正文，正文所占版面的尺寸与原书等同，这样就得把切口处的缩进减少。</SPAN></FONT></FONT></P>
<P class=MsoNormal style="MARGIN: 6pt 0cm; LAYOUT-GRID-MODE: char; TEXT-INDENT: 21.25pt; LINE-HEIGHT: 16pt; mso-layout-grid-align: none"><FONT size=3><FONT color=#000000><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">用</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">WORD</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">排版对版面要有特殊的设置才能体现，在制作版式时发现体现这种版式是很难的，所以就向美编提了一个建议，取消标题突出在正文外这个样式，这样就和原书的版式一致了，排版时也就很容易体现原书的那种风格。</SPAN></FONT></FONT></P>
<P class=MsoNormal style="MARGIN: 6pt 0cm; LAYOUT-GRID-MODE: char; TEXT-INDENT: 21.25pt; LINE-HEIGHT: 16pt; mso-layout-grid-align: none"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><FONT color=#000000 size=3>样章排好后经美编辑和责任编辑审阅时，发现这样排的整体效果不好看而且放在订口处的旁标也超出了版心，经讨论决定还是要把正文两面都缩进（相关页眉、页脚而言），标题突出在正文外，在订口处的旁标也不会起出版心，切口处的缩进也正好把放在此处旁标放下。这样一来所有问题都就迎刃而解。</FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 6pt 0cm; LAYOUT-GRID-MODE: char; TEXT-INDENT: 21.25pt; LINE-HEIGHT: 16pt; mso-layout-grid-align: none"><FONT size=3><FONT color=#000000><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">大体的版式方案确定后就按这种思想去设计版式，期间正好有一本重印的书改样，也没有完全投入精力去想，在</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">WORD</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">里怎样才能体现这种版式，而在以后的排版过程中不需要自己每跳一页都得去改它的缩进。周五一上午把重印书的胶片出片后，下午的时间就是要完成这本书版式。一上班就开始调这个版式，左调右调怎么也体现不出上述所说的那种版式。无奈之下，看着自己的电脑屏幕去思考这些问题，怎么分配尺寸等。就这样一直盯着电脑看了两个小时，脑子里一下好像有了点什么似的，就把想到的用笔在纸上画了一下，这时所有的迷团一下子都解开了。</SPAN></FONT></FONT></P>
<P class=MsoNormal style="MARGIN: 6pt 0cm; LAYOUT-GRID-MODE: char; TEXT-INDENT: 21.25pt; LINE-HEIGHT: 16pt; mso-layout-grid-align: none"><FONT size=3><FONT color=#000000><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">这种方式就是把页面设置得比自己要的版心小</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">1</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">厘米，把页眉和页脚用段落的负缩进</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">1</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">厘米来补起整个版心尺寸，把段落左缩进</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">1.5</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">厘米，这样就为标题突出于正文留下了空间，也就体现了讨论后所要的版式。</SPAN></FONT></FONT></P>
<P class=MsoNormal style="MARGIN: 6pt 0cm; LAYOUT-GRID-MODE: char; TEXT-INDENT: 21.25pt; LINE-HEIGHT: 16pt; mso-layout-grid-align: none"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><FONT color=#000000 size=3>经过此次的版式设计，明白一个道理就是：凡事多想、多动手、多去实验就能得出解决问题的好方法。</FONT></SPAN></P>]]></description>
<pubDate>
2008-03-09 14:09:00.0</pubDate>
<guid>
http://macysx.blogcn.com/diary,14290366.shtml</guid>
<comments>
http://macysx.blogcn.com/diary,14290366.shtml#comment</comments>
</item>
<item>
<blogcn_uid>
<![CDATA[2942481]]></blogcn_uid>
<title>
<![CDATA[新技术，新时代，互联网，我们该如何待您]]></title>
<link>
http://macysx.blogcn.com/diary,14012568.shtml</link>
<description>
<![CDATA[<P class=MsoNormal style="MARGIN: 12pt 0cm 18pt; LAYOUT-GRID-MODE: char; LINE-HEIGHT: 19pt; TEXT-ALIGN: center; mso-layout-grid-align: none" align=center><SPAN style="FONT-SIZE: 15pt; FONT-FAMILY: 黑体"><FONT color=#000000>新技术，新时代，互联网，我们该如何待您<SPAN lang=EN-US><?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></SPAN></FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><o:p><FONT face="Times New Roman" color=#000000 size=3>&nbsp;</FONT></o:p></SPAN></P>
<P class=MsoNormal style="MARGIN: 6pt 0cm; LAYOUT-GRID-MODE: char; TEXT-INDENT: 21.25pt; LINE-HEIGHT: 16pt; mso-layout-grid-align: none"><FONT size=3><FONT color=#000000><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">本周两个休息日都在为一本即将上市的新书《编程之美》忙碌，昨晚到十点半才回的家，也没有去更新自己的博客，更不知道写些什么。回去后为自己的晚餐做准备，在吃饭时顺便打开电视机来消除自己一天的疲惫，正好是</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">CCTV-1</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">每周日的“我们”节目，这次的讨论主题是：互联网和青少年。节目讨论的焦点是家长限制青少年接触互联网还是放纵，任其利用互联网。节目还特邀了思科总裁钱伯斯先生作嘉宾，与家长们一起探讨如何引导青少年运用互联网，和孩子们一起想像未来的互联网时代将是什么样的。每个人都有不同的看法，大多数家长还是对青少年上网有所担忧，担心上网成瘾及网上的不良信息传播给她们。而青少年是渴求能够更多地接触互联网，因为可以从中学到更多的知识，了解新的事物，并认为家长的担忧是多于的。我个人是这样看待这个问题的。</SPAN></FONT></FONT></P>
<P class=MsoNormal style="MARGIN: 6pt 0cm; LAYOUT-GRID-MODE: char; TEXT-INDENT: 21.25pt; LINE-HEIGHT: 16pt; mso-layout-grid-align: none"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><FONT color=#000000 size=3>从主观方面，我们应该让青少年更早的接触互联网，并引导她们正确地应用互联网，因为在信息社会发展的今天，信息的获取对任何事物都非常重要，在当今社会而要获得这些信息，互联网这一渠道占主导地位。青少年上网成瘾主要的原因是自控能力太弱，在其之间我们应培养她们的自控能力，还要培养她们的判断能力，使她们能够判定信息的真伪，分辩不良信息网站。</FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 6pt 0cm; LAYOUT-GRID-MODE: char; TEXT-INDENT: 21.25pt; LINE-HEIGHT: 16pt; mso-layout-grid-align: none"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><FONT color=#000000 size=3>从客观层面讲，也应当控制青少年上网，这些正如钱伯斯先生所，要帮技术手段来完成，把一些不良信息网站阻止或屏蔽掉，更是在一个网站开通时就应把握好这一关。作为青少年，她们的自控能力毕竟很差，在没有得到很好的训练之前，还是得限制她们上网。</FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 6pt 0cm; LAYOUT-GRID-MODE: char; TEXT-INDENT: 21.25pt; LINE-HEIGHT: 16pt; mso-layout-grid-align: none"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><FONT color=#000000 size=3>不管怎么说，我还是赞同青少年及早接触互联网。在节目的最后讨论的一个问题是让我们预测在十年后，互联网时代将是什么样，大家的想得很丰富、很开阔。不管未来的互联网时代是什么样的，我们都要积极地去面对，去迎接这一新的互联网时代。我们现在能做的，就是利用现有的互联网去学习、去探索，用我们所学到的新知识，再加我们的新思维更早地把新一代互联网呈现出来。到那时我们已不是担心青少年沉迷于互联网而是想如何让青少年更早的进入互联网。</FONT></SPAN></P>]]></description>
<pubDate>
2008-02-25 17:06:00.0</pubDate>
<guid>
http://macysx.blogcn.com/diary,14012568.shtml</guid>
<comments>
http://macysx.blogcn.com/diary,14012568.shtml#comment</comments>
</item>
<item>
<blogcn_uid>
<![CDATA[2942481]]></blogcn_uid>
<title>
<![CDATA[排版感言]]></title>
<link>
http://macysx.blogcn.com/diary,13489862.shtml</link>
<description>
<![CDATA[<P class=MsoNormal style="MARGIN: 31.2pt 0cm 15.6pt; LAYOUT-GRID-MODE: char; TEXT-ALIGN: center; mso-para-margin-top: 2.0gd; mso-para-margin-right: 0cm; mso-para-margin-bottom: 1.0gd; mso-para-margin-left: 0cm; mso-line-height-alt: 18.0pt; mso-layout-grid-align: none" align=center><FONT color=#000000><SPAN style="FONT-SIZE: 22pt; FONT-FAMILY: 方正准圆简体; mso-ascii-font-family: Arial">《</SPAN><SPAN lang=EN-US style="FONT-SIZE: 22pt; FONT-FAMILY: Arial; mso-fareast-font-family: 方正准圆简体; mso-bidi-font-family: 'Times New Roman'">WEB</SPAN><SPAN style="FONT-SIZE: 22pt; FONT-FAMILY: 方正准圆简体; mso-ascii-font-family: Arial">设计创新思维》的排版感言</SPAN><SPAN lang=EN-US style="FONT-SIZE: 22pt; FONT-FAMILY: Arial; mso-fareast-font-family: 方正准圆简体; mso-bidi-font-family: 'Times New Roman'"><?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal style="MARGIN: 7.8pt 0cm; LAYOUT-GRID-MODE: char; TEXT-INDENT: 21pt; LINE-HEIGHT: 17pt; mso-para-margin-top: .5gd; mso-para-margin-right: 0cm; mso-para-margin-bottom: .5gd; mso-para-margin-left: 0cm; mso-layout-grid-align: none; mso-char-indent-count: 2.0"><FONT size=3><FONT color=#000000><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-bidi-font-size: 10.5pt; mso-hansi-font-family: 'Times New Roman'">从综合支持部转岗到美工部参与排版工作也有两个月了，经自己之手快要出炉的第一本书就是《</SPAN><SPAN lang=EN-US style="mso-bidi-font-size: 10.5pt"><FONT face="Times New Roman">WEB</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-bidi-font-size: 10.5pt; mso-hansi-font-family: 'Times New Roman'">设计创新思维》，本书是引进的一本全彩印刷的外版图书。</SPAN><SPAN lang=EN-US style="mso-bidi-font-size: 10.5pt"><o:p></o:p></SPAN></FONT></FONT></P>
<P class=MsoNormal style="MARGIN: 7.8pt 0cm; LAYOUT-GRID-MODE: char; TEXT-INDENT: 21pt; LINE-HEIGHT: 17pt; mso-para-margin-top: .5gd; mso-para-margin-right: 0cm; mso-para-margin-bottom: .5gd; mso-para-margin-left: 0cm; mso-layout-grid-align: none; mso-char-indent-count: 2.0"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-bidi-font-size: 10.5pt; mso-hansi-font-family: 'Times New Roman'"><FONT color=#000000 size=3>因为要用</FONT></SPAN><A style="mso-comment-reference: xiaofei_1; mso-comment-date: 20080128T0927"><SPAN lang=EN-US style="mso-bidi-font-size: 10.5pt"><FONT face="Times New Roman" color=#000000 size=3>In Design</FONT></SPAN></A><FONT size=3><FONT color=#000000><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-bidi-font-size: 10.5pt; mso-hansi-font-family: 'Times New Roman'">来排版才能应用到彩印，正好自己以前对排版非常感兴趣，平时不是很忙时也对</SPAN><SPAN lang=EN-US style="mso-bidi-font-size: 10.5pt"><FONT face="Times New Roman">In Design</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-bidi-font-size: 10.5pt; mso-hansi-font-family: 'Times New Roman'">这个排版软件进行过几次试水，对</SPAN><SPAN lang=EN-US style="mso-bidi-font-size: 10.5pt"><FONT face="Times New Roman">In Design</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-bidi-font-size: 10.5pt; mso-hansi-font-family: 'Times New Roman'">也就有了一定的了解。后来一次偶然的机会，公司让自己用</SPAN><SPAN lang=EN-US style="mso-bidi-font-size: 10.5pt"><FONT face="Times New Roman">In Design</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-bidi-font-size: 10.5pt; mso-hansi-font-family: 'Times New Roman'">给一本彩色外版书设计版式样章，样章排出后还得到了外方的认可，当时的计划是自己全书排版这本书。但因为那时自己还在综合支持部，本身的工作也很多，要是把这项工作给我，时间是不够的，所以这本书后来就交给了排版公司。不管怎样，我还是感谢这本书的编辑何艳，是她给了我一个学习</SPAN><SPAN lang=EN-US style="mso-bidi-font-size: 10.5pt"><FONT face="Times New Roman">In Design</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-bidi-font-size: 10.5pt; mso-hansi-font-family: 'Times New Roman'">的机会，从而才有了后面的机会。</SPAN><SPAN lang=EN-US style="mso-bidi-font-size: 10.5pt"><o:p></o:p></SPAN></FONT></FONT></P>
<P class=MsoNormal style="MARGIN: 7.8pt 0cm; LAYOUT-GRID-MODE: char; TEXT-INDENT: 21pt; LINE-HEIGHT: 17pt; mso-para-margin-top: .5gd; mso-para-margin-right: 0cm; mso-para-margin-bottom: .5gd; mso-para-margin-left: 0cm; mso-layout-grid-align: none; mso-char-indent-count: 2.0"><FONT color=#000000><FONT size=3><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-bidi-font-size: 10.5pt; mso-hansi-font-family: 'Times New Roman'">在负责《</SPAN><SPAN lang=EN-US style="mso-bidi-font-size: 10.5pt"><FONT face="Times New Roman">WEB</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-bidi-font-size: 10.5pt; mso-hansi-font-family: 'Times New Roman'">设计创新思维》排版改样的前前后后，我都非常感谢此书的编辑晓菲和我的美编部主任胡文佳，她们俩给了我很多支持和指导。自己是第一次真正参与排版并系统地排一本书，晓菲主动要求我来为她的这本书进行排版，这表明她对我的信任和支持，<A style="mso-comment-reference: xiaofei_2; mso-comment-date: 20080128T0933">同时也在鼓励我，你能行，一定会把这本书排得很漂亮的。</A></SPAN></FONT></FONT><SPAN class=MsoCommentReference><SPAN lang=EN-US><SPAN style="mso-special-character: comment"><FONT face="Times New Roman" color=#000000 size=3>&nbsp;</FONT></SPAN></SPAN></SPAN><FONT size=3><FONT color=#000000><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-bidi-font-size: 10.5pt; mso-hansi-font-family: 'Times New Roman'">得到别人这么好的信任，那一定不能让别人失望。因为是外版书，所以版式风格和外版书一样，但对字体的使用自己没有经验，也没有美感，在这方面对自己帮助最多的就是自己的新上司胡文佳了（我经常叫她“部长”或“胡部”，惹得她跟我直瞪眼，做主任的她，瞪起眼来还是有几份威严的）。因为她平时就是做设计的，同时也是科班出身的，从行道里走出来的和半道入行的眼光和看法是截然不同的。在她们的指导和帮助下经过三次修改，版式样章就这样诞生了。</SPAN><SPAN lang=EN-US style="mso-bidi-font-size: 10.5pt"><o:p></o:p></SPAN></FONT></FONT></P>
<P class=MsoNormal style="MARGIN: 7.8pt 0cm; LAYOUT-GRID-MODE: char; TEXT-INDENT: 21pt; LINE-HEIGHT: 17pt; mso-para-margin-top: .5gd; mso-para-margin-right: 0cm; mso-para-margin-bottom: .5gd; mso-para-margin-left: 0cm; mso-layout-grid-align: none; mso-char-indent-count: 2.0"><FONT size=3><FONT color=#000000><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-bidi-font-size: 10.5pt; mso-hansi-font-family: 'Times New Roman'">在设计样章时我并没有觉得该书的原版版式有什么美感，正式对该书进行全书排版后，排到第</SPAN><SPAN lang=EN-US style="mso-bidi-font-size: 10.5pt"><FONT face="Times New Roman">3</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-bidi-font-size: 10.5pt; mso-hansi-font-family: 'Times New Roman'">章时才感受到这本书的配色设计、版式设计都非常的美，在排版的过程中经常兴奋的叫出来，让自己的同事看其中美，这才感到排版的乐趣，有时排得让人实在太兴奋，都不想早点下班回家，总是想把后面的快点排出来，好快点看到它的全貌。</SPAN><SPAN lang=EN-US style="mso-bidi-font-size: 10.5pt"><o:p></o:p></SPAN></FONT></FONT></P>
<P class=MsoNormal style="MARGIN: 7.8pt 0cm; LAYOUT-GRID-MODE: char; TEXT-INDENT: 21pt; LINE-HEIGHT: 17pt; mso-para-margin-top: .5gd; mso-para-margin-right: 0cm; mso-para-margin-bottom: .5gd; mso-para-margin-left: 0cm; mso-layout-grid-align: none; mso-char-indent-count: 2.0"><FONT size=3><FONT color=#000000><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-bidi-font-size: 10.5pt; mso-hansi-font-family: 'Times New Roman'">在出胶片这个阶段自己反而又多了几份担忧，因为这毕竟是自己所做的第一本，可以说成是“处女作”。好多地方都没有经验，以前对这方面只是有些许的了解，并没有真正地去学习过、应用过。于是，我只好向有经验的人求教，设计部的彭慧敏和以前在这方面有经验的同事都给了我很多指导。最后到出胶片的公司求教，他们毕竟是出过很多不同类型的胶片的，肯定比别人经验多，遇到过的问题也一定很多。果然我在那里得到了答案，把文档转成</SPAN><SPAN lang=EN-US style="mso-bidi-font-size: 10.5pt"><FONT face="Times New Roman">PDF</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-bidi-font-size: 10.5pt; mso-hansi-font-family: 'Times New Roman'">文档出片是最常用、最方便也最可靠的一种方法。我还学会了怎样把</SPAN><SPAN lang=EN-US style="mso-bidi-font-size: 10.5pt"><FONT face="Times New Roman">PDF</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-bidi-font-size: 10.5pt; mso-hansi-font-family: 'Times New Roman'">文档转曲以使字体不会丢失和变动，并做成能够用来出片的文档。为了学到这一招，自己还是付出了代价的，因为把笔记本拿到出片公司让技术师手把手地教，结果自己的笔记本在那里感染了病毒，在正要出片的那天下午它开始给我罢工了，幸好自己把大部分的文件已经拷贝下来。看来备份也是非常重要的</SPAN><SPAN style="mso-bidi-font-size: 10.5pt"><FONT face="Times New Roman"> </FONT></SPAN><SPAN lang=EN-US style="FONT-FAMILY: Wingdings; mso-ascii-font-family: 'Times New Roman'; mso-bidi-font-size: 10.5pt; mso-hansi-font-family: 'Times New Roman'; mso-char-type: symbol; mso-symbol-font-family: Wingdings"><SPAN style="mso-char-type: symbol; mso-symbol-font-family: Wingdings">J</SPAN></SPAN><SPAN lang=EN-US style="mso-bidi-font-size: 10.5pt"><o:p></o:p></SPAN></FONT></FONT></P>
<P class=MsoNormal style="MARGIN: 7.8pt 0cm; LAYOUT-GRID-MODE: char; TEXT-INDENT: 21pt; LINE-HEIGHT: 17pt; mso-para-margin-top: .5gd; mso-para-margin-right: 0cm; mso-para-margin-bottom: .5gd; mso-para-margin-left: 0cm; mso-layout-grid-align: none; mso-char-indent-count: 2.0"><FONT size=3><FONT color=#000000><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-bidi-font-size: 10.5pt; mso-hansi-font-family: 'Times New Roman'">排这本书的整个过程是快乐的，自己一直充满期望，同时心也一直是悬着的，只有等到真正见到书后，再来看自己的心慢慢落回来吧！</SPAN><SPAN lang=EN-US style="mso-bidi-font-size: 10.5pt"><o:p></o:p></SPAN></FONT></FONT></P>]]></description>
<pubDate>
2008-01-28 09:54:00.0</pubDate>
<guid>
http://macysx.blogcn.com/diary,13489862.shtml</guid>
<comments>
http://macysx.blogcn.com/diary,13489862.shtml#comment</comments>
</item>
<item>
<blogcn_uid>
<![CDATA[2942481]]></blogcn_uid>
<title>
<![CDATA[回忆]]></title>
<link>
http://macysx.blogcn.com/diary,13026219.shtml</link>
<description>
<![CDATA[<P class=MsoNormal style="MARGIN: 7.8pt 0cm 15.6pt; LAYOUT-GRID-MODE: char; TEXT-ALIGN: center; mso-para-margin-top: .5gd; mso-para-margin-right: 0cm; mso-para-margin-bottom: 1.0gd; mso-para-margin-left: 0cm; mso-layout-grid-align: none" align=center><FONT color=#000000><SPAN style="FONT-SIZE: 15pt; FONT-FAMILY: 黑体; mso-ascii-font-family: 'Times New Roman'">旧地重游</SPAN><SPAN lang=EN-US style="FONT-SIZE: 15pt; mso-fareast-font-family: 黑体"><?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal style="MARGIN: 7.8pt 0cm; TEXT-INDENT: 21pt; LINE-HEIGHT: 15pt; mso-para-margin-top: .5gd; mso-para-margin-right: 0cm; mso-para-margin-bottom: .5gd; mso-para-margin-left: 0cm; mso-char-indent-count: 2.0"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><FONT color=#000000 size=3>本次到神泉山庄进行培训游玩是我们去过的一个地方，午饭过后，陪着<?xml:namespace prefix = st1 ns = "urn:schemas-microsoft-com:office:smarttags" /><st1:PersonName w:st="on" ProductID="郑">郑</st1:PersonName>老师在外面散步时，回忆起上次的一些情景。包括人和事物，想想上次的人员中这次只有<st1:PersonName w:st="on" ProductID="周">周</st1:PersonName>老师、<st1:PersonName w:st="on" ProductID="郑">郑</st1:PersonName>老师，梁晶、杨绣国、陈元玉（因在家照顾小孩子，没能参加这次活动）和我六个人，真可是铁打的营盘流水的兵。酒店的服务也不如上次的好。世界万物都在发生着变化，不变得只有那些回忆。</FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 7.8pt 0cm; TEXT-INDENT: 21pt; LINE-HEIGHT: 15pt; mso-para-margin-top: .5gd; mso-para-margin-right: 0cm; mso-para-margin-bottom: .5gd; mso-para-margin-left: 0cm; mso-char-indent-count: 2.0"><FONT size=3><FONT color=#000000><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">记得上次去神泉山庄培训游玩是在</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">2006</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">年当过春节，也是自己来武汉的第一个春节，不过春节是回老家过的。从老家一到武汉第三天就出发了，时间是</SPAN><st1:chsdate w:st="on" IsROCDate="False" IsLunarDate="False" Day="10" Month="2" Year="2006"><SPAN lang=EN-US><FONT face="Times New Roman">2006</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">年</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">2</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">月</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">10</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">日</SPAN></st1:chsdate><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">（<st1:chsdate w:st="on" IsROCDate="False" IsLunarDate="True" Day="19" Month="2" Year="2008">农历正月十三</st1:chsdate>），那次的行程是三天。</SPAN></FONT></FONT></P>
<P class=MsoNormal style="MARGIN: 7.8pt 0cm; TEXT-INDENT: 21pt; LINE-HEIGHT: 15pt; mso-para-margin-top: .5gd; mso-para-margin-right: 0cm; mso-para-margin-bottom: .5gd; mso-para-margin-left: 0cm; mso-char-indent-count: 2.0"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><FONT color=#000000 size=3>刚到的那天那里正好刚下过雪，那打雪仗就不用说也是我们首先的活动项目之一。要描写那种情景，我的手笔还没那么好，不如给大家来几张照片见证一下当时的战况。</FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><o:p><FONT face="Times New Roman" color=#000000 size=3>&nbsp;</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt" align=center><IMG style="WIDTH: 470px; HEIGHT: 365px" height=358 alt=4 src="http://images.blogcn.com/2008/1/5/4/macysx,20080105163810221.jpg" width=430 border=0></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><BR><BR></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt" align=center><IMG alt=3 src="http://images.blogcn.com/2008/1/5/4/macysx,20080105163705831.jpg" border=0></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><BR><BR></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt" align=center><IMG alt=2 src="http://images.blogcn.com/2008/1/5/4/macysx,20080105163527007.jpg" border=0></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><BR>&nbsp;</P></FONT></o:p></SPAN>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><o:p><FONT face="Times New Roman" color=#000000 size=3></FONT></o:p></SPAN></P>
<P class=MsoNormal style="MARGIN: 7.8pt 0cm; TEXT-INDENT: 21pt; LINE-HEIGHT: 15pt; mso-para-margin-top: .5gd; mso-para-margin-right: 0cm; mso-para-margin-bottom: .5gd; mso-para-margin-left: 0cm; mso-char-indent-count: 2.0"><FONT size=3><FONT color=#000000><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">回来时，上次不没有这次气氛好，这次是一路高歌。而上次回来时正时元宵节，下午从那里出发的，大家的心都在想着回家与亲人共度元宵佳节。可天有不测风云，总让一些事情变得没那么美好，回来的路上车子出了故障，在高速公路上车的左前轮突然爆裂，幸好当时车流量不是很大，司机处理的也比较好，没有发生连带事故，只是在维修时让高速巡警罚了一笔钱。车子修好后回到武汉已是</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">8</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">点半左右，在车上观看那美丽的烟花。</SPAN></FONT></FONT></P>]]></description>
<pubDate>
2008-01-05 16:41:00.0</pubDate>
<guid>
http://macysx.blogcn.com/diary,13026219.shtml</guid>
<comments>
http://macysx.blogcn.com/diary,13026219.shtml#comment</comments>
</item>
<item>
<blogcn_uid>
<![CDATA[2942481]]></blogcn_uid>
<title>
<![CDATA[不急不燥]]></title>
<link>
http://macysx.blogcn.com/diary,12615056.shtml</link>
<description>
<![CDATA[<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center" align=center><SPAN style="FONT-SIZE: 15pt; FONT-FAMILY: 黑体"><FONT color=#000000>不急不燥<SPAN lang=EN-US><?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></SPAN></FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 7.8pt 0cm; TEXT-INDENT: 21pt; mso-para-margin-top: .5gd; mso-para-margin-right: 0cm; mso-para-margin-bottom: .5gd; mso-para-margin-left: 0cm; mso-char-indent-count: 2.0"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><FONT color=#000000 size=3>最近的工作转向排版后，原先做的工作都要转交给阿杜，在交接的过程中，自己因能力有限，没能把所有的事讲得很清楚，再者，双方都是在做新的工作，头绪也比较多。所以在交接中双方就难免发生一些争执，相互之间都没能了解到对方的难处，急于求成的把事情一说，写一个交接明细，就把一项工作交出去，但有些事光有明细没有实践是很难理解的。关于公司平常一些费用的交纳工作，我并没有和阿杜讲明各类交费的具体事项。</FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 7.8pt 0cm; TEXT-INDENT: 21pt; mso-para-margin-top: .5gd; mso-para-margin-right: 0cm; mso-para-margin-bottom: .5gd; mso-para-margin-left: 0cm; mso-char-indent-count: 2.0"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><FONT color=#000000 size=3>如本月电话费的交纳，我只是对他说，本月的电话费可以交了，他就问了我一句，在哪里交？</FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 7.8pt 0cm; TEXT-INDENT: 21pt; mso-para-margin-top: .5gd; mso-para-margin-right: 0cm; mso-para-margin-bottom: .5gd; mso-para-margin-left: 0cm; mso-char-indent-count: 2.0"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><FONT color=#000000 size=3>当时因为一些琐事，心情也不是很好，自己就很不客气地反问他，你说交电话费在什么交，我们用的是哪个通信部门的电话，你不知道吗？这还要我一五一十的讲给你吗？</FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 7.8pt 0cm; TEXT-INDENT: 21pt; mso-para-margin-top: .5gd; mso-para-margin-right: 0cm; mso-para-margin-bottom: .5gd; mso-para-margin-left: 0cm; mso-char-indent-count: 2.0"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><FONT color=#000000 size=3>他也有点不高兴就说：你得给我说清楚啊！你只给说交电话费？到哪里交？我知道我们的电话是电信部门的，你总不能让告诉我说是到我们上次办理业务的那个地方交吧（尤李村电信营业厅）？</FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 7.8pt 0cm; TEXT-INDENT: 21pt; mso-para-margin-top: .5gd; mso-para-margin-right: 0cm; mso-para-margin-bottom: .5gd; mso-para-margin-left: 0cm; mso-char-indent-count: 2.0"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><FONT color=#000000 size=3>这时我就更火了，就说他：你到鲁巷广场买了多少次东西了，你就没有看到旁边的电信营业厅？</FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 7.8pt 0cm; TEXT-INDENT: 21pt; mso-para-margin-top: .5gd; mso-para-margin-right: 0cm; mso-para-margin-bottom: .5gd; mso-para-margin-left: 0cm; mso-char-indent-count: 2.0"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><FONT color=#000000 size=3>他反倒说我：你又没和讲过，我们在那里交费？</FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 7.8pt 0cm; TEXT-INDENT: 21pt; mso-para-margin-top: .5gd; mso-para-margin-right: 0cm; mso-para-margin-bottom: .5gd; mso-para-margin-left: 0cm; mso-char-indent-count: 2.0"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><FONT color=#000000 size=3>两人互相之间搞得很不愉快，事后自己细想，是啊，我没有告诉人家，人家怎么知道，自我中心的认为别人知道怎么做。从而看到自己很少去换位去思考，为别人着想，更是耐不住性子，随便向别人发火。在以后工作中需多学习，多思考，多为别人着想。</FONT></SPAN></P>]]></description>
<pubDate>
2007-12-16 21:15:00.0</pubDate>
<guid>
http://macysx.blogcn.com/diary,12615056.shtml</guid>
<comments>
http://macysx.blogcn.com/diary,12615056.shtml#comment</comments>
</item>
<item>
<blogcn_uid>
<![CDATA[2942481]]></blogcn_uid>
<title>
<![CDATA[办公环境的改善]]></title>
<link>
http://macysx.blogcn.com/diary,12179744.shtml</link>
<description>
<![CDATA[&nbsp;&nbsp;&nbsp; 公司在上周就购进一批办公家具，这个周大家加班改善自己的办公环境。说到办公环境改善，自己深有感触。<BR>&nbsp;&nbsp;&nbsp; 公司在不断发展壮大，办公环境也不断在改善和扩大，自己的工位在这期间也在不断变换，和转迁已有10次。记得自己初进公司的工位是原来办公室方舟老师的位子，从方老师的位子转到杨福川坐的位子，再转到梁晶旁边的位子上、再到旧办公室的前台、市场部、郑老师的办公室、再到梁晶旁边、市场部。这里的市场部是指旧的位子。此时公司人员数已在十五六人，因没有工位，我再次迁居，搬到公共区就市场部外面的，这个大家都是知道的。就在这期间我们把现在的新办公区租了下来。就开始了新转迁，搬回到自己的家里——综合支持部。这是第9次，也就是第9次才回到自己家里。这次再次迁居出来，来到现在的位子上，虽然看起来好象走出综合支持部的家门，其实没有，只是来到另一个房间而已，因为这里需要人。在这转变的过程中感受着不同地点带快乐，有时想起自己曾经坐过地方还是满有乐趣的。]]></description>
<pubDate>
2007-11-25 17:07:00.0</pubDate>
<guid>
http://macysx.blogcn.com/diary,12179744.shtml</guid>
<comments>
http://macysx.blogcn.com/diary,12179744.shtml#comment</comments>
</item>
<item>
<blogcn_uid>
<![CDATA[2942481]]></blogcn_uid>
<title>
<![CDATA[双ADSL组建局域网]]></title>
<link>
http://macysx.blogcn.com/diary,11867672.shtml</link>
<description>
<![CDATA[<P class=MsoNormal style="MARGIN: 12pt 0cm; LAYOUT-GRID-MODE: char; LINE-HEIGHT: 16pt; TEXT-ALIGN: center; mso-para-margin-top: 1.0gd; mso-para-margin-right: 0cm; mso-para-margin-bottom: 1.0gd; mso-para-margin-left: 0cm; mso-layout-grid-align: none" align=center><SPAN style="FONT-SIZE: 14pt; FONT-FAMILY: 黑体"><FONT color=#000000>双<SPAN lang=EN-US>ADSL</SPAN>组建局域网<SPAN lang=EN-US><?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></SPAN></FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 6pt 0cm; LAYOUT-GRID-MODE: char; TEXT-INDENT: 21pt; LINE-HEIGHT: 16pt; mso-para-margin-top: .5gd; mso-para-margin-right: 0cm; mso-para-margin-bottom: .5gd; mso-para-margin-left: 0cm; mso-layout-grid-align: none; mso-char-indent-count: 2.0"><FONT size=3><FONT color=#000000><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">前几公司新增了一条</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">3MB</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">的</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">ADSL</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">宽带，以前是一条</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">2MB</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">的，因流量小，影响大家上网，所以又添了一条。新增加的宽带要与原有的宽带，用现有的设备建成一个局域网。现有设备有两台</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">16</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">口交换机、两台路由器，其中一台是无线的。因自己不是学计算机和网络专业人员。公司又让我来负责解决这个问题，经多方查找相关的资料。用如下的方法解决了此问题。</SPAN></FONT></FONT></P>
<P class=MsoNormal style="MARGIN: 6pt 0cm 6pt 17.85pt; LAYOUT-GRID-MODE: char; TEXT-INDENT: -17.85pt; LINE-HEIGHT: 13pt; mso-para-margin-top: .5gd; mso-para-margin-right: 0cm; mso-para-margin-bottom: .5gd; mso-para-margin-left: 17.85pt; mso-layout-grid-align: none; mso-list: l0 level1 lfo1; tab-stops: list 18.0pt"><SPAN lang=EN-US style="mso-fareast-font-family: 'Times New Roman'"><SPAN style="mso-list: Ignore"><FONT face="Times New Roman"><FONT color=#000000><FONT size=3>1．</FONT><SPAN style="FONT: 7pt 'Times New Roman'">&nbsp; </SPAN></FONT></FONT></SPAN></SPAN><FONT size=3><FONT color=#000000><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">先把每台机子的线序进行编号，这样主要是为了在分配</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">IP</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">地址时用。</SPAN></FONT></FONT></P>
<P class=MsoNormal style="MARGIN: 6pt 0cm 6pt 17.85pt; LAYOUT-GRID-MODE: char; TEXT-INDENT: -17.85pt; LINE-HEIGHT: 13pt; mso-para-margin-top: .5gd; mso-para-margin-right: 0cm; mso-para-margin-bottom: .5gd; mso-para-margin-left: 17.85pt; mso-layout-grid-align: none; mso-list: l0 level1 lfo1; tab-stops: list 18.0pt"><SPAN lang=EN-US style="mso-fareast-font-family: 'Times New Roman'"><SPAN style="mso-list: Ignore"><FONT face="Times New Roman"><FONT color=#000000><FONT size=3>2．</FONT><SPAN style="FONT: 7pt 'Times New Roman'">&nbsp; </SPAN></FONT></FONT></SPAN></SPAN><FONT size=3><FONT color=#000000><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">把两条</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">ADSL</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">宽带接入两个路由器，分别设置网关和自动分配</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">IP</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">地址范围。</SPAN></FONT></FONT></P>
<P class=MsoNormal style="MARGIN: 6pt 0cm 6pt 17.85pt; LAYOUT-GRID-MODE: char; TEXT-INDENT: -17.85pt; LINE-HEIGHT: 13pt; mso-para-margin-top: .5gd; mso-para-margin-right: 0cm; mso-para-margin-bottom: .5gd; mso-para-margin-left: 17.85pt; mso-layout-grid-align: none; mso-list: l0 level1 lfo1; tab-stops: list 18.0pt"><SPAN lang=EN-US style="mso-fareast-font-family: 'Times New Roman'"><SPAN style="mso-list: Ignore"><FONT face="Times New Roman"><FONT color=#000000><FONT size=3>3．</FONT><SPAN style="FONT: 7pt 'Times New Roman'">&nbsp; </SPAN></FONT></FONT></SPAN></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><FONT color=#000000 size=3>用各个路由器的局域网端口接入到对应的交换机。</FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 6pt 0cm 6pt 17.85pt; LAYOUT-GRID-MODE: char; TEXT-INDENT: -17.85pt; LINE-HEIGHT: 13pt; mso-para-margin-top: .5gd; mso-para-margin-right: 0cm; mso-para-margin-bottom: .5gd; mso-para-margin-left: 17.85pt; mso-layout-grid-align: none; mso-list: l0 level1 lfo1; tab-stops: list 18.0pt"><SPAN lang=EN-US style="mso-fareast-font-family: 'Times New Roman'"><SPAN style="mso-list: Ignore"><FONT face="Times New Roman"><FONT color=#000000><FONT size=3>4．</FONT><SPAN style="FONT: 7pt 'Times New Roman'">&nbsp; </SPAN></FONT></FONT></SPAN></SPAN><FONT size=3><FONT color=#000000><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">把各个电脑接到指定的</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">ADSL</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">宽带输入的交换机上，并设置固定的</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">IP</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">地址和网关。</SPAN></FONT></FONT></P>
<P class=MsoNormal style="MARGIN: 6pt 0cm 6pt 17.85pt; LAYOUT-GRID-MODE: char; TEXT-INDENT: -17.85pt; LINE-HEIGHT: 13pt; mso-para-margin-top: .5gd; mso-para-margin-right: 0cm; mso-para-margin-bottom: .5gd; mso-para-margin-left: 17.85pt; mso-layout-grid-align: none; mso-list: l0 level1 lfo1; tab-stops: list 18.0pt"><SPAN lang=EN-US style="mso-fareast-font-family: 'Times New Roman'"><SPAN style="mso-list: Ignore"><FONT face="Times New Roman"><FONT color=#000000><FONT size=3>5．</FONT><SPAN style="FONT: 7pt 'Times New Roman'">&nbsp; </SPAN></FONT></FONT></SPAN></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><FONT color=#000000 size=3>把两个交换机连接起来。</FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 6pt 0cm; LAYOUT-GRID-MODE: char; TEXT-INDENT: 21pt; LINE-HEIGHT: 16pt; mso-para-margin-top: .5gd; mso-para-margin-right: 0cm; mso-para-margin-bottom: .5gd; mso-para-margin-left: 0cm; mso-layout-grid-align: none; mso-char-indent-count: 2.0"><FONT size=3><FONT color=#000000><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">通过以上五个步骤就可以把两条</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">ADSL</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">宽带接入到一个局域网内了。</SPAN></FONT></FONT></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><o:p><FONT face="Times New Roman" color=#000000 size=3>&nbsp;</FONT></o:p></SPAN></P><SPAN style="FONT-SIZE: 10.5pt; FONT-FAMILY: 宋体; mso-bidi-font-size: 12.0pt; mso-font-kerning: 1.0pt; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA"><FONT color=#000000>附上连接图一张<BR><BR><IMG alt=双ADSL副本 src="http://images.blogcn.com/2007/11/11/4/macysx,20071111165201985.jpg" border=0></FONT></SPAN>]]></description>
<pubDate>
2007-11-11 16:55:00.0</pubDate>
<guid>
http://macysx.blogcn.com/diary,11867672.shtml</guid>
<comments>
http://macysx.blogcn.com/diary,11867672.shtml#comment</comments>
</item>
<item>
<blogcn_uid>
<![CDATA[2942481]]></blogcn_uid>
<title>
<![CDATA[Excel 中的运算符含意]]></title>
<link>
http://macysx.blogcn.com/diary,11511952.shtml</link>
<description>
<![CDATA[<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt" align=center><FONT color=#000000><SPAN lang=EN-US><FONT face="Times New Roman" size=3>Excel </FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><FONT size=3>中的运算符含意<BR><BR></FONT></P></SPAN></FONT>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><FONT color=#000000 size=3>算术运算符</FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p><FONT face="Times New Roman" color=#000000 size=3>&nbsp;</FONT></o:p></SPAN></P>
<TABLE class=MsoTableGrid style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none; BORDER-COLLAPSE: collapse; mso-border-alt: solid windowtext .5pt; mso-yfti-tbllook: 480; mso-padding-alt: 0cm 5.4pt 0cm 5.4pt; mso-border-insideh: .5pt solid windowtext; mso-border-insidev: .5pt solid windowtext" cellSpacing=0 cellPadding=0 border=1>
<TBODY>
<TR style="mso-yfti-irow: 0; mso-yfti-firstrow: yes">
<TD style="BORDER-RIGHT: windowtext 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: windowtext 1pt solid; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0cm; BORDER-LEFT: windowtext 1pt solid; WIDTH: 104.65pt; PADDING-TOP: 0cm; BORDER-BOTTOM: windowtext 1pt solid; BACKGROUND-COLOR: transparent; mso-border-alt: solid windowtext .5pt" vAlign=top width=140>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><FONT color=#000000>算术运算符</FONT></SPAN></P></TD>
<TD style="BORDER-RIGHT: windowtext 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: windowtext 1pt solid; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0cm; BORDER-LEFT: #ece9d8; WIDTH: 134.65pt; PADDING-TOP: 0cm; BORDER-BOTTOM: windowtext 1pt solid; BACKGROUND-COLOR: transparent; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt" vAlign=top width=180>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><o:p><FONT face="Times New Roman" color=#000000>&nbsp;</FONT></o:p></SPAN></P></TD></TR>
<TR style="mso-yfti-irow: 1">
<TD style="BORDER-RIGHT: windowtext 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #ece9d8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0cm; BORDER-LEFT: windowtext 1pt solid; WIDTH: 104.65pt; PADDING-TOP: 0cm; BORDER-BOTTOM: windowtext 1pt solid; BACKGROUND-COLOR: transparent; mso-border-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=140>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face="Times New Roman" color=#000000>+</FONT></SPAN></P></TD>
<TD style="BORDER-RIGHT: windowtext 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #ece9d8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0cm; BORDER-LEFT: #ece9d8; WIDTH: 134.65pt; PADDING-TOP: 0cm; BORDER-BOTTOM: windowtext 1pt solid; BACKGROUND-COLOR: transparent; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=180>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><FONT color=#000000>加法</FONT></SPAN></P></TD></TR>
<TR style="mso-yfti-irow: 2">
<TD style="BORDER-RIGHT: windowtext 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #ece9d8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0cm; BORDER-LEFT: windowtext 1pt solid; WIDTH: 104.65pt; PADDING-TOP: 0cm; BORDER-BOTTOM: windowtext 1pt solid; BACKGROUND-COLOR: transparent; mso-border-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=140>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face="Times New Roman" color=#000000>-</FONT></SPAN></P></TD>
<TD style="BORDER-RIGHT: windowtext 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #ece9d8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0cm; BORDER-LEFT: #ece9d8; WIDTH: 134.65pt; PADDING-TOP: 0cm; BORDER-BOTTOM: windowtext 1pt solid; BACKGROUND-COLOR: transparent; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=180>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><FONT color=#000000>减法</FONT></SPAN></P></TD></TR>
<TR style="mso-yfti-irow: 3">
<TD style="BORDER-RIGHT: windowtext 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #ece9d8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0cm; BORDER-LEFT: windowtext 1pt solid; WIDTH: 104.65pt; PADDING-TOP: 0cm; BORDER-BOTTOM: windowtext 1pt solid; BACKGROUND-COLOR: transparent; mso-border-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=140>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face="Times New Roman" color=#000000>*</FONT></SPAN></P></TD>
<TD style="BORDER-RIGHT: windowtext 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #ece9d8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0cm; BORDER-LEFT: #ece9d8; WIDTH: 134.65pt; PADDING-TOP: 0cm; BORDER-BOTTOM: windowtext 1pt solid; BACKGROUND-COLOR: transparent; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=180>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><FONT color=#000000>乘法</FONT></SPAN></P></TD></TR>
<TR style="mso-yfti-irow: 4">
<TD style="BORDER-RIGHT: windowtext 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #ece9d8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0cm; BORDER-LEFT: windowtext 1pt solid; WIDTH: 104.65pt; PADDING-TOP: 0cm; BORDER-BOTTOM: windowtext 1pt solid; BACKGROUND-COLOR: transparent; mso-border-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=140>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face="Times New Roman" color=#000000>/</FONT></SPAN></P></TD>
<TD style="BORDER-RIGHT: windowtext 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #ece9d8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0cm; BORDER-LEFT: #ece9d8; WIDTH: 134.65pt; PADDING-TOP: 0cm; BORDER-BOTTOM: windowtext 1pt solid; BACKGROUND-COLOR: transparent; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=180>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><FONT color=#000000>除法</FONT></SPAN></P></TD></TR>
<TR style="mso-yfti-irow: 5">
<TD style="BORDER-RIGHT: windowtext 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #ece9d8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0cm; BORDER-LEFT: windowtext 1pt solid; WIDTH: 104.65pt; PADDING-TOP: 0cm; BORDER-BOTTOM: windowtext 1pt solid; BACKGROUND-COLOR: transparent; mso-border-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=140>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face="Times New Roman" color=#000000>%</FONT></SPAN></P></TD>
<TD style="BORDER-RIGHT: windowtext 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #ece9d8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0cm; BORDER-LEFT: #ece9d8; WIDTH: 134.65pt; PADDING-TOP: 0cm; BORDER-BOTTOM: windowtext 1pt solid; BACKGROUND-COLOR: transparent; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=180>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><FONT color=#000000>百分比</FONT></SPAN></P></TD></TR>
<TR style="mso-yfti-irow: 6; mso-yfti-lastrow: yes">
<TD style="BORDER-RIGHT: windowtext 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #ece9d8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0cm; BORDER-LEFT: windowtext 1pt solid; WIDTH: 104.65pt; PADDING-TOP: 0cm; BORDER-BOTTOM: windowtext 1pt solid; BACKGROUND-COLOR: transparent; mso-border-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=140>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face="Times New Roman" color=#000000>^</FONT></SPAN></P></TD>
<TD style="BORDER-RIGHT: windowtext 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #ece9d8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0cm; BORDER-LEFT: #ece9d8; WIDTH: 134.65pt; PADDING-TOP: 0cm; BORDER-BOTTOM: windowtext 1pt solid; BACKGROUND-COLOR: transparent; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=180>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><FONT color=#000000>乘方</FONT></SPAN></P></TD></TR></TBODY></TABLE>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><o:p><FONT face="Times New Roman" color=#000000 size=3>&nbsp;</FONT></o:p></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><FONT color=#000000 size=3>比较运算符</FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><o:p><FONT face="Times New Roman" color=#000000 size=3>&nbsp;</FONT></o:p></SPAN></P>
<TABLE class=MsoTableGrid style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none; BORDER-COLLAPSE: collapse; mso-border-alt: solid windowtext .5pt; mso-yfti-tbllook: 480; mso-padding-alt: 0cm 5.4pt 0cm 5.4pt; mso-border-insideh: .5pt solid windowtext; mso-border-insidev: .5pt solid windowtext" cellSpacing=0 cellPadding=0 border=1>
<TBODY>
<TR style="mso-yfti-irow: 0; mso-yfti-firstrow: yes">
<TD style="BORDER-RIGHT: windowtext 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: windowtext 1pt solid; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0cm; BORDER-LEFT: windowtext 1pt solid; WIDTH: 104.65pt; PADDING-TOP: 0cm; BORDER-BOTTOM: windowtext 1pt solid; BACKGROUND-COLOR: transparent; mso-border-alt: solid windowtext .5pt" vAlign=top width=140>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><FONT color=#000000>比较运算符</FONT></SPAN></P></TD>
<TD style="BORDER-RIGHT: windowtext 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: windowtext 1pt solid; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0cm; BORDER-LEFT: #ece9d8; WIDTH: 134.65pt; PADDING-TOP: 0cm; BORDER-BOTTOM: windowtext 1pt solid; BACKGROUND-COLOR: transparent; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt" vAlign=top width=180>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><FONT color=#000000>说明</FONT></SPAN></P></TD></TR>
<TR style="mso-yfti-irow: 1">
<TD style="BORDER-RIGHT: windowtext 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #ece9d8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0cm; BORDER-LEFT: windowtext 1pt solid; WIDTH: 104.65pt; PADDING-TOP: 0cm; BORDER-BOTTOM: windowtext 1pt solid; BACKGROUND-COLOR: transparent; mso-border-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=140>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><FONT color=#000000><SPAN lang=EN-US><FONT face="Times New Roman">=</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">（等号）</SPAN></FONT></P></TD>
<TD style="BORDER-RIGHT: windowtext 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #ece9d8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0cm; BORDER-LEFT: #ece9d8; WIDTH: 134.65pt; PADDING-TOP: 0cm; BORDER-BOTTOM: windowtext 1pt solid; BACKGROUND-COLOR: transparent; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=180>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><FONT color=#000000>左边与右边相等</FONT></SPAN></P></TD></TR>
<TR style="mso-yfti-irow: 2">
<TD style="BORDER-RIGHT: windowtext 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #ece9d8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0cm; BORDER-LEFT: windowtext 1pt solid; WIDTH: 104.65pt; PADDING-TOP: 0cm; BORDER-BOTTOM: windowtext 1pt solid; BACKGROUND-COLOR: transparent; mso-border-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=140>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><FONT color=#000000><SPAN lang=EN-US><FONT face="Times New Roman">&gt;</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">（大于号）</SPAN></FONT></P></TD>
<TD style="BORDER-RIGHT: windowtext 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #ece9d8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0cm; BORDER-LEFT: #ece9d8; WIDTH: 134.65pt; PADDING-TOP: 0cm; BORDER-BOTTOM: windowtext 1pt solid; BACKGROUND-COLOR: transparent; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=180>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><FONT color=#000000>左边大于右边</FONT></SPAN></P></TD></TR>
<TR style="mso-yfti-irow: 3">
<TD style="BORDER-RIGHT: windowtext 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #ece9d8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0cm; BORDER-LEFT: windowtext 1pt solid; WIDTH: 104.65pt; PADDING-TOP: 0cm; BORDER-BOTTOM: windowtext 1pt solid; BACKGROUND-COLOR: transparent; mso-border-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=140>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><FONT color=#000000><SPAN lang=EN-US><FONT face="Times New Roman">&lt;</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">（小于号）</SPAN></FONT></P></TD>
<TD style="BORDER-RIGHT: windowtext 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #ece9d8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0cm; BORDER-LEFT: #ece9d8; WIDTH: 134.65pt; PADDING-TOP: 0cm; BORDER-BOTTOM: windowtext 1pt solid; BACKGROUND-COLOR: transparent; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=180>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><FONT color=#000000>左边小于右边</FONT></SPAN></P></TD></TR>
<TR style="mso-yfti-irow: 4">
<TD style="BORDER-RIGHT: windowtext 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #ece9d8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0cm; BORDER-LEFT: windowtext 1pt solid; WIDTH: 104.65pt; PADDING-TOP: 0cm; BORDER-BOTTOM: windowtext 1pt solid; BACKGROUND-COLOR: transparent; mso-border-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=140>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><FONT color=#000000><SPAN lang=EN-US><FONT face="Times New Roman">&gt;=</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">（大于等于号）</SPAN></FONT></P></TD>
<TD style="BORDER-RIGHT: windowtext 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #ece9d8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0cm; BORDER-LEFT: #ece9d8; WIDTH: 134.65pt; PADDING-TOP: 0cm; BORDER-BOTTOM: windowtext 1pt solid; BACKGROUND-COLOR: transparent; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=180>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><FONT color=#000000>左边大于或等于右边</FONT></SPAN></P></TD></TR>
<TR style="mso-yfti-irow: 5">
<TD style="BORDER-RIGHT: windowtext 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #ece9d8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0cm; BORDER-LEFT: windowtext 1pt solid; WIDTH: 104.65pt; PADDING-TOP: 0cm; BORDER-BOTTOM: windowtext 1pt solid; BACKGROUND-COLOR: transparent; mso-border-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=140>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><FONT color=#000000><SPAN lang=EN-US><FONT face="Times New Roman">&lt;=</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">（小于等于号）</SPAN></FONT></P></TD>
<TD style="BORDER-RIGHT: windowtext 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #ece9d8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0cm; BORDER-LEFT: #ece9d8; WIDTH: 134.65pt; PADDING-TOP: 0cm; BORDER-BOTTOM: windowtext 1pt solid; BACKGROUND-COLOR: transparent; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=180>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><FONT color=#000000>左边小于或等于右边</FONT></SPAN></P></TD></TR>
<TR style="mso-yfti-irow: 6; mso-yfti-lastrow: yes">
<TD style="BORDER-RIGHT: windowtext 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #ece9d8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0cm; BORDER-LEFT: windowtext 1pt solid; WIDTH: 104.65pt; PADDING-TOP: 0cm; BORDER-BOTTOM: windowtext 1pt solid; BACKGROUND-COLOR: transparent; mso-border-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=140>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><FONT color=#000000><SPAN lang=EN-US><FONT face="Times New Roman">&lt;&gt;</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">（不等号）</SPAN></FONT></P></TD>
<TD style="BORDER-RIGHT: windowtext 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #ece9d8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0cm; BORDER-LEFT: #ece9d8; WIDTH: 134.65pt; PADDING-TOP: 0cm; BORDER-BOTTOM: windowtext 1pt solid; BACKGROUND-COLOR: transparent; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=180>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><FONT color=#000000>左边与右边不相等</FONT></SPAN></P></TD></TR></TBODY></TABLE>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><o:p><FONT face="Times New Roman" color=#000000 size=3>&nbsp;</FONT></o:p></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><FONT color=#000000 size=3>文本运算符</FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><FONT size=3><FONT color=#000000><SPAN lang=EN-US><FONT face="Times New Roman">&amp;</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">（结合），多个文本字符串，组合成一个文本显示</SPAN></FONT></FONT></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><o:p><FONT face="Times New Roman" color=#000000 size=3>&nbsp;</FONT></o:p></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><FONT color=#000000 size=3>引用运算符</FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><o:p><FONT face="Times New Roman" color=#000000 size=3>&nbsp;</FONT></o:p></SPAN></P>
<TABLE class=MsoTableGrid style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none; BORDER-COLLAPSE: collapse; mso-border-alt: solid windowtext .5pt; mso-yfti-tbllook: 480; mso-padding-alt: 0cm 5.4pt 0cm 5.4pt; mso-border-insideh: .5pt solid windowtext; mso-border-insidev: .5pt solid windowtext" cellSpacing=0 cellPadding=0 border=1>
<TBODY>
<TR style="mso-yfti-irow: 0; mso-yfti-firstrow: yes">
<TD style="BORDER-RIGHT: windowtext 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: windowtext 1pt solid; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0cm; BORDER-LEFT: windowtext 1pt solid; WIDTH: 104.65pt; PADDING-TOP: 0cm; BORDER-BOTTOM: windowtext 1pt solid; BACKGROUND-COLOR: transparent; mso-border-alt: solid windowtext .5pt" vAlign=top width=140>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><FONT color=#000000>引用运算符</FONT></SPAN></P></TD>
<TD style="BORDER-RIGHT: windowtext 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: windowtext 1pt solid; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0cm; BORDER-LEFT: #ece9d8; WIDTH: 6cm; PADDING-TOP: 0cm; BORDER-BOTTOM: windowtext 1pt solid; BACKGROUND-COLOR: transparent; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt" vAlign=top width=227>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><FONT color=#000000>说明</FONT></SPAN></P></TD></TR>
<TR style="mso-yfti-irow: 1">
<TD style="BORDER-RIGHT: windowtext 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #ece9d8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0cm; BORDER-LEFT: windowtext 1pt solid; WIDTH: 104.65pt; PADDING-TOP: 0cm; BORDER-BOTTOM: windowtext 1pt solid; BACKGROUND-COLOR: transparent; mso-border-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=140>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><FONT color=#000000><SPAN lang=EN-US><FONT face="Times New Roman">,</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">（逗号）</SPAN></FONT></P></TD>
<TD style="BORDER-RIGHT: windowtext 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #ece9d8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0cm; BORDER-LEFT: #ece9d8; WIDTH: 6cm; PADDING-TOP: 0cm; BORDER-BOTTOM: windowtext 1pt solid; BACKGROUND-COLOR: transparent; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=227>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><FONT color=#000000>引用不相邻的多个单元格区域</FONT></SPAN></P></TD></TR>
<TR style="mso-yfti-irow: 2">
<TD style="BORDER-RIGHT: windowtext 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #ece9d8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0cm; BORDER-LEFT: windowtext 1pt solid; WIDTH: 104.65pt; PADDING-TOP: 0cm; BORDER-BOTTOM: windowtext 1pt solid; BACKGROUND-COLOR: transparent; mso-border-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=140>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><FONT color=#000000>：（冒号）</FONT></SPAN></P></TD>
<TD style="BORDER-RIGHT: windowtext 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #ece9d8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0cm; BORDER-LEFT: #ece9d8; WIDTH: 6cm; PADDING-TOP: 0cm; BORDER-BOTTOM: windowtext 1pt solid; BACKGROUND-COLOR: transparent; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=227>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><FONT color=#000000>引用相邻的多个单元格区域</FONT></SPAN></P></TD></TR>
<TR style="mso-yfti-irow: 3; mso-yfti-lastrow: yes">
<TD style="BORDER-RIGHT: windowtext 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #ece9d8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0cm; BORDER-LEFT: windowtext 1pt solid; WIDTH: 104.65pt; PADDING-TOP: 0cm; BORDER-BOTTOM: windowtext 1pt solid; BACKGROUND-COLOR: transparent; mso-border-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=140>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><FONT color=#000000><SPAN lang=EN-US><SPAN style="mso-spacerun: yes"><FONT face="Times New Roman">&nbsp;</FONT></SPAN></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">（空格）</SPAN></FONT></P></TD>
<TD style="BORDER-RIGHT: windowtext 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: #ece9d8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0cm; BORDER-LEFT: #ece9d8; WIDTH: 6cm; PADDING-TOP: 0cm; BORDER-BOTTOM: windowtext 1pt solid; BACKGROUND-COLOR: transparent; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt" vAlign=top width=227>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><FONT color=#000000>引用选定的多个单元格的交叉区域</FONT></SPAN></P></TD></TR></TBODY></TABLE>]]></description>
<pubDate>
2007-10-27 14:23:00.0</pubDate>
<guid>
http://macysx.blogcn.com/diary,11511952.shtml</guid>
<comments>
http://macysx.blogcn.com/diary,11511952.shtml#comment</comments>
</item>
<item>
<blogcn_uid>
<![CDATA[2942481]]></blogcn_uid>
<title>
<![CDATA[Excel在财务中的应用]]></title>
<link>
http://macysx.blogcn.com/diary,11220530.shtml</link>
<description>
<![CDATA[<P align=center><FONT color=#000000><SPAN lang=EN-US style="FONT-SIZE: 15pt; FONT-FAMILY: 黑体; mso-font-kerning: 1.0pt; mso-hansi-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA">Excel</SPAN><SPAN style="FONT-SIZE: 15pt; FONT-FAMILY: 黑体; mso-font-kerning: 1.0pt; mso-hansi-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA">在财务中的应用<BR><BR></P>
<P class=MsoNormal style="MARGIN: 6pt 0cm; LAYOUT-GRID-MODE: char; TEXT-INDENT: 21pt; LINE-HEIGHT: 16pt; mso-para-margin-top: .5gd; mso-para-margin-right: 0cm; mso-para-margin-bottom: .5gd; mso-para-margin-left: 0cm; mso-char-indent-count: 2.0; mso-layout-grid-align: none"><FONT size=3><SPAN lang=EN-US><FONT face="Times New Roman">Excel</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">具有强大的统计、财会功能，提供许多便捷的辅助计算函数、公式可以使用，具有强大的数学计算能力。</SPAN></FONT></P>
<P class=MsoNormal style="MARGIN: 6pt 0cm; LAYOUT-GRID-MODE: char; TEXT-INDENT: 21pt; LINE-HEIGHT: 16pt; mso-para-margin-top: .5gd; mso-para-margin-right: 0cm; mso-para-margin-bottom: .5gd; mso-para-margin-left: 0cm; mso-char-indent-count: 2.0; mso-layout-grid-align: none"><FONT size=3><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">如何用</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">Excel</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">表格制作像纸版的现金日记账表单，一个格子代表一个数字，然后对所有账目进行统计（如下图）。<BR></SPAN></FONT></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p><FONT face="Times New Roman" size=3><BR><IMG height=330 alt=账表 src="http://images.blogcn.com/2007/10/14/5/macysx,20071014173048926.jpg" width=688 border=0>&nbsp;<BR></FONT></o:p></SPAN></P>
<P class=MsoNormal style="MARGIN: 6pt 0cm; LAYOUT-GRID-MODE: char; TEXT-INDENT: 21pt; LINE-HEIGHT: 16pt; mso-para-margin-top: .5gd; mso-para-margin-right: 0cm; mso-para-margin-bottom: .5gd; mso-para-margin-left: 0cm; mso-char-indent-count: 2.0; mso-layout-grid-align: none"><FONT size=3><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">一个数字的个、拾、百、千、万、十万、百万分别放在不同的单元格中（如上图所示，第一笔借方（收入）数额</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">1234567.89</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">元，第二笔贷方（支出）数额</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">1234567.89</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">元），但又要求在余额的一栏中（如上图所示）计算并显示出结果。</SPAN></FONT></P>
<P class=MsoNormal style="MARGIN: 6pt 0cm; LAYOUT-GRID-MODE: char; TEXT-INDENT: 21pt; LINE-HEIGHT: 16pt; mso-para-margin-top: .5gd; mso-para-margin-right: 0cm; mso-para-margin-bottom: .5gd; mso-para-margin-left: 0cm; mso-char-indent-count: 2.0; mso-layout-grid-align: none"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><FONT size=3>我们现在的问题有以下几个：</FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 6pt 0cm; LAYOUT-GRID-MODE: char; TEXT-INDENT: 21pt; LINE-HEIGHT: 16pt; mso-para-margin-top: .5gd; mso-para-margin-right: 0cm; mso-para-margin-bottom: .5gd; mso-para-margin-left: 0cm; mso-char-indent-count: 2.0; mso-layout-grid-align: none; mso-list: l1 level1 lfo1; tab-stops: list 18.0pt"><SPAN lang=EN-US style="mso-fareast-font-family: 'Times New Roman'"><SPAN style="mso-list: Ignore"><FONT face="Times New Roman"><FONT size=3>1．</FONT><SPAN style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp; </SPAN></FONT></SPAN></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><FONT size=3>复杂计算：多个单元格联合计算；</FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 6pt 0cm; LAYOUT-GRID-MODE: char; TEXT-INDENT: 21pt; LINE-HEIGHT: 16pt; mso-para-margin-top: .5gd; mso-para-margin-right: 0cm; mso-para-margin-bottom: .5gd; mso-para-margin-left: 0cm; mso-char-indent-count: 2.0; mso-layout-grid-align: none; mso-list: l1 level1 lfo1; tab-stops: list 18.0pt"><SPAN lang=EN-US style="mso-fareast-font-family: 'Times New Roman'"><SPAN style="mso-list: Ignore"><FONT face="Times New Roman"><FONT size=3>2．</FONT><SPAN style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp; </SPAN></FONT></SPAN></SPAN><FONT size=3><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">权值不同的加法计算：每个单元格代表的数值位数不同，大小是不一样的，无法直</SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">接累加（比如，代表“万”的单元格里面的数字不应该与代表“百”的单元格里面</SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">的数字直接相加）；</SPAN></FONT></P>
<P class=MsoNormal style="MARGIN: 6pt 0cm; LAYOUT-GRID-MODE: char; TEXT-INDENT: 21pt; LINE-HEIGHT: 16pt; mso-para-margin-top: .5gd; mso-para-margin-right: 0cm; mso-para-margin-bottom: .5gd; mso-para-margin-left: 0cm; mso-char-indent-count: 2.0; mso-layout-grid-align: none; mso-list: l1 level1 lfo1; tab-stops: list 18.0pt"><SPAN lang=EN-US style="mso-fareast-font-family: 'Times New Roman'"><SPAN style="mso-list: Ignore"><FONT face="Times New Roman"><FONT size=3>3．</FONT><SPAN style="FONT: 7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp; </SPAN></FONT></SPAN></SPAN><FONT size=3><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">数学问题求解：要想在“余额”部分的各个单元格内显示总额数值的各个位数，必</SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">须想一个计算方法，能名将总额数值的每个数位单独取出来表在各个单元格内。</SPAN></FONT></P>
<P class=MsoNormal style="MARGIN: 6pt 0cm; LAYOUT-GRID-MODE: char; TEXT-INDENT: 21pt; LINE-HEIGHT: 16pt; mso-para-margin-top: .5gd; mso-para-margin-right: 0cm; mso-para-margin-bottom: .5gd; mso-para-margin-left: 0cm; mso-char-indent-count: 2.0; mso-layout-grid-align: none"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><FONT size=3>分析以上问题</FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 6pt 0cm; LAYOUT-GRID-MODE: char; TEXT-INDENT: 21pt; LINE-HEIGHT: 16pt; mso-para-margin-top: .5gd; mso-para-margin-right: 0cm; mso-para-margin-bottom: .5gd; mso-para-margin-left: 0cm; mso-char-indent-count: 2.0; mso-layout-grid-align: none"><FONT size=3><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">问题</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">1</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">：复杂计算：多个单元格的联合计算，</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">Excel</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">提供多个单元格联合计算的能力，因此可以实现。</SPAN></FONT></P>
<P class=MsoNormal style="MARGIN: 6pt 0cm; LAYOUT-GRID-MODE: char; TEXT-INDENT: 21pt; LINE-HEIGHT: 16pt; mso-para-margin-top: .5gd; mso-para-margin-right: 0cm; mso-para-margin-bottom: .5gd; mso-para-margin-left: 0cm; mso-char-indent-count: 2.0; mso-layout-grid-align: none"><FONT size=3><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">问题</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">2</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">：权值不同的加法计算，因为</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">Excel</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times 