⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 00000006.htm

📁 一份很好的linux入门资料
💻 HTM
字号:
<HTML><HEAD>  <TITLE>BBS水木清华站∶精华区</TITLE></HEAD><BODY><CENTER><H1>BBS水木清华站∶精华区</H1></CENTER>发信人:&nbsp;xcec&nbsp;(money),&nbsp;信区:&nbsp;Linux&nbsp;<BR>标&nbsp;&nbsp;题:&nbsp;guestbook--&gt;viewone.cpp&nbsp;<BR>发信站:&nbsp;BBS&nbsp;水木清华站&nbsp;(Mon&nbsp;Jan&nbsp;17&nbsp;13:10:20&nbsp;2000)&nbsp;WWW-POST&nbsp;<BR>&nbsp;<BR>//viewone.cpp
&nbsp;<BR>#include&nbsp;&lt;iostream.h&gt;
&nbsp;<BR>#include&nbsp;&lt;stdlib.h&gt;
&nbsp;<BR>#include&nbsp;&quot;datafile.h&quot;
&nbsp;<BR>
&nbsp;<BR>int&nbsp;main()
&nbsp;<BR>{
&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;char&nbsp;*s&nbsp;=&nbsp;getenv(&quot;QUERY_STRING&quot;);
&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;GUEST&nbsp;guest;
&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;DATAFILE&nbsp;datafile;
&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;datafile.read(&amp;guest,&nbsp;atoi(s));
&nbsp;<BR>
&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;cout&lt;&lt;&quot;Content-Type:&nbsp;text/html\n\n&quot;;
&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;cout&lt;&lt;&quot;&lt;html&gt;&quot;&lt;&lt;endl;
&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;cout&lt;&lt;&quot;&lt;head&gt;&quot;&lt;&lt;endl;
&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;cout&lt;&lt;&quot;&lt;meta&nbsp;http-equiv=\&quot;Content-Type\&quot;&nbsp;content=\&quot;text/html;&nbsp;&nbsp;<BR>charset=gb2312\&quot;&gt;&quot;&lt;&lt;endl;
&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;cout&lt;&lt;&quot;&lt;title&gt;&quot;&lt;&lt;guest.name&lt;&lt;&quot;&lt;/title&gt;&quot;&lt;&lt;endl;
&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;cout&lt;&lt;&quot;&lt;/head&gt;&quot;&lt;&lt;endl;
&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;cout&lt;&lt;&quot;&lt;body&nbsp;background=\&quot;\&quot;&nbsp;backcolor=\&quot;#ffffff\&quot;&gt;&quot;&lt;&lt;endl;
&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;cout&lt;&lt;&quot;&quot;&lt;&lt;guest.ip&lt;&lt;&quot;&quot;&lt;&lt;guest.name&lt;&lt;&quot;:&quot;&lt;&lt;endl;
&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;cout&lt;&lt;&quot;&lt;center&gt;&lt;big&gt;&lt;big&gt;:&quot;&lt;&lt;guest.title&lt;&lt;&quot;&lt;/big&gt;&lt;/big&gt;&lt;/center&gt;&lt;br&gt;&quot;&lt;&lt;end&nbsp;<BR>l;
&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;cout&lt;&lt;&quot;&lt;hr&gt;&quot;&lt;&lt;endl;
&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;cout&lt;&lt;&quot;&lt;pre&gt;&quot;&lt;&lt;guest.content&lt;&lt;&quot;&lt;/pre&gt;&quot;&lt;&lt;endl;
&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;cout&lt;&lt;&quot;&lt;hr&gt;&quot;&lt;&lt;endl;
&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;cout&lt;&lt;&quot;&lt;br&gt;&quot;&lt;&lt;endl;
&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;cout&lt;&lt;&quot;:&quot;&lt;&lt;guest.time&lt;&lt;&quot;&lt;br&gt;&quot;&lt;&lt;endl;
&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;cout&lt;&lt;&quot;&lt;/body&gt;&lt;/html&gt;&quot;&lt;&lt;endl;
&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;0;
&nbsp;<BR>}&nbsp;<BR>&nbsp;<BR>--&nbsp;<BR>※&nbsp;来源:·BBS&nbsp;水木清华站&nbsp;smth.org·[FROM:&nbsp;162.105.33.162]&nbsp;&nbsp;<BR><CENTER><H1>BBS水木清华站∶精华区</H1></CENTER></BODY></HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -