
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
	<head><meta forua="true" http-equiv="Cache-Control" content="max-age=0" /></head><card id="MainCard" title="&#x6B22;&#x8FCE;&#x5149;&#x4E34;"><p><a href="wap.asp">&#x6728;&#x5B50;&#x5C4B;</a><br/>&nbsp;</p><p><b>&#x6807;&#x9898;&#x3A;</b> &#x521B;&#x5EFA;&#x4E00;&#x4E2A;&#x7B80;&#x5355;&#x7684;&#x43;&#x6F;&#x64;&#x65;&#x53;&#x6D;&#x69;&#x74;&#x68;&#x6A21;&#x677F;</p><p><b>&#x4F5C;&#x8005;&#x3A;</b> &#x64;&#x6E;&#x61;&#x77;&#x6F;</p><p><b>&#x65E5;&#x671F;&#x3A;</b> &#x32;&#x30;&#x30;&#x39;&#x2D;&#x30;&#x37;&#x2D;&#x30;&#x39;&#x20;&#x30;&#x32;&#x3A;&#x30;&#x37;&#x20;&#x41;&#x4D;</p><p><b>&#x5206;&#x7C7B;&#x3A;</b> <a href="wap.asp?do=showLog&amp;cateID=5">&#x57;&#x65;&#x62;&#x7F16;&#x7A0B;</a></p><p><b>&#x5185;&#x5BB9;&#x3A;</b> &#x6253;&#x5F00;CodeSmith.Pro.4.1.2&#xFF0C;&#x521B;&#x5EFA;&#x4E00;&#x4E2A;&#x7A7A;&#x767D;&#x6A21;&#x677F;&#xFF0C;&#x8F93;&#x5165;&#x4EE5;&#x4E0B;&#x5185;&#x5BB9;&#xFF1A;<br/>&#x590D;&#x5236;&#x5185;&#x5BB9;&#x5230;&#x526A;&#x8D34;&#x677F; &#x7A0B;&#x5E8F;&#x4EE3;&#x7801;&lt;%@ CodeTemplate Language=&#34;C#&#34; TargetLanguage=&#34;C#&#34; %&gt;<br/>&lt;%@ Property Name=&#34;NameSpace&#34; Type=&#34;String&#34; %&gt;<br/>&lt;%@ Property Name=&#34;ClassName&#34; Type=&#34;String&#34; %&gt;<br/>&lt;%@ Property Name=&#34;Author&#34; Type=&#34;String&#34; %&gt;<br/>&lt;%@ Property Name=&#34;HavFun&#34; Type=&#34;Boolean&#34; %&gt;<br/>////////////////////////////////////////////////<br/>// File:&lt;% =ClassName %&gt;.cs<br/>// Description: Enter summary here after generation.<br/>// Author:&lt;% =Author %&gt;<br/>// Date:&lt;% =DateTime.Now.ToString(&#34;yyyy-MM-dd HH:mm:ss&#34;) %&gt;<br/>////////////////////////////////////////////////<br/>using System;<br/>using System.Collections.Generic;<br/>using System.Text;<br/>namespace &lt;% =NameSpace %&gt;<br/>{<br/>&nbsp;&nbsp;&nbsp;&nbsp;public class &lt;% =ClassName %&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;{<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;public &lt;% =ClassName %&gt;()<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{ }<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;% if(HavFun) { %&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;public int Add(int a, int b)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return a + b;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;% }%&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;}<br/>}<br/>&#x8BF4;&#x660E;<br/>&#xB7;CodeTemplate&#x6307;&#x4EE4;&#x8868;&#x793A;&#x5F53;&#x524D;&#x6587;&#x4EF6;&#x662F;&#x4E00;&#x4E2A;CodeSmith&#x6A21;&#x677F;&#xFF0C;&#x4F7F;&#x7528;C#&#x8BED;&#x8A00;&#xFF1B;<br/>&#xB7;Property&#x6307;&#x4EE4;&#x4E3A;&#x5F53;&#x524D;&#x6A21;&#x677F;&#x5B9A;&#x4E49;&#x4E00;&#x4E9B;&#x5C5E;&#x6027;&#xFF0C;&#x53EF;&#x5728;&#x5C5E;&#x6027;&#x9762;&#x677F;&#x4E2D;&#x8BBE;&#x7F6E;&#x5404;&#x5C5E;&#x6027;&#x503C;&#xFF0C;&#x5728;&#x6A21;&#x677F;&#x7684;&#x5176;&#x4ED6;&#x5730;&#x65B9;&#x53EF;&#x901A;&#x8FC7;&#x5C5E;&#x6027;&#x540D;&#x8FDB;&#x884C;&#x5F15;&#x7528;&#xFF1B;<br/>&#x8FD0;&#x884C;&#x540E;&#x751F;&#x6210;&#x4EE3;&#x7801;&#x5982;&#x4E0B;&#xFF1A;<br/>&#x590D;&#x5236;&#x5185;&#x5BB9;&#x5230;&#x526A;&#x8D34;&#x677F; &#x7A0B;&#x5E8F;&#x4EE3;&#x7801;////////////////////////////////////////////////<br/>// File:Class1.cs<br/>// Description: Enter summary here after generation.<br/>// Author:dnawo<br/>// Date:2009-07-09 02:05:08<br/>////////////////////////////////////////////////<br/>using System;<br/>using System.Collections.Generic;<br/>using System.Text;<br/>namespace MZWU<br/>{<br/>&nbsp;&nbsp;&nbsp;&nbsp;public class Class1<br/>&nbsp;&nbsp;&nbsp;&nbsp;{<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;public Class1()<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{ }<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;public int Add(int a, int b)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return a + b;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br/>&nbsp;&nbsp;&nbsp;&nbsp;}<br/>}<br/>&#x5E38;&#x89C1;&#x95EE;&#x9898;<br/>&#x95EE;&#xFF1A;&#x751F;&#x6210;&#x4EE3;&#x7801;&#x51FA;&#x9519;&#xFF0C;&#x63D0;&#x793A;&#34;c:\Documents and Settings\kuang\Application Data\CodeSmith\v4.1\Template Cache\1_cst.cs(40,16): error CS1518: &#x5E94;&#x8F93;&#x5165; class&#x3001;delegate&#x3001;enum&#x3001;interface &#x6216; struct&#34;&#xFF1F;<br/>&#x7B54;&#xFF1A;&#x5C06;&#x6A21;&#x677F;&#x6587;&#x4EF6;&#x540D;&#x6539;&#x4E3A;&#x975E;&#x6570;&#x5B57;&#x5F00;&#x5934;&#x5373;&#x53EF;&#x3002;</p><p> + <a href="#CommentCard">&#x67E5;&#x770B;&#x5F53;&#x524D;&#x65E5;&#x5FD7;&#x8BC4;&#x8BBA;</a> (0)</p><p>&nbsp;<br/><br/><a href="wap.asp?do=Login">&#x767B;&#x5F55;</a></p><p><br/>&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;</p><p><a href="wap.asp">&#x6728;&#x5B50;&#x5C4B;</a></p><p><a href="http://www.pjhome.net/wap.asp">PJBlog3&nbsp;v3.2.9.518</a>&nbsp;Inside.</p><p>Processed&nbsp;In&nbsp;0.914&nbsp;ms</p><do type="prev" label="&#x8FD4;&#x56DE;"><prev/></do></card><card id="postCommentCard"><p><b>&#x6807;&#x9898;&#x3A;</b> <a href="#MainCard">&#x521B;&#x5EFA;&#x4E00;&#x4E2A;&#x7B80;&#x5355;&#x7684;&#x43;&#x6F;&#x64;&#x65;&#x53;&#x6D;&#x69;&#x74;&#x68;&#x6A21;&#x677F;</a></p><p><br/>你没有权限发表评论</p><p><br/>&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;</p><p><a href="wap.asp">&#x6728;&#x5B50;&#x5C4B;</a></p><p><a href="http://www.pjhome.net/wap.asp">PJBlog3&nbsp;v3.2.9.518</a>&nbsp;Inside.</p><p>Processed&nbsp;In&nbsp;0.914&nbsp;ms</p><do type="prev" label="&#x8FD4;&#x56DE;"><prev/></do></card><card id="CommentCard"><p>&#x6682;&#x65E0;&#x8BC4;&#x8BBA;</p><p><a href="#MainCard">&#x8FD4;&#x56DE;</a></p><p><br/>&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;</p><p><a href="wap.asp">&#x6728;&#x5B50;&#x5C4B;</a></p><p><a href="http://www.pjhome.net/wap.asp">PJBlog3&nbsp;v3.2.9.518</a>&nbsp;Inside.</p><p>Processed&nbsp;In&nbsp;0.945&nbsp;ms</p><do type="prev" label="&#x8FD4;&#x56DE;"><prev/></do></card>
</wml>
