﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>IT博客-依睛(IT blog) 我回来了，PHP&lt;--&gt;C/C++ LINUX-随笔分类-看看就行的资料</title><link>http://www.cnitblog.com/guopingleee/category/6775.html</link><description>笨鸟
</description><language>zh-cn</language><lastBuildDate>Tue, 27 Sep 2011 10:13:20 GMT</lastBuildDate><pubDate>Tue, 27 Sep 2011 10:13:20 GMT</pubDate><ttl>60</ttl><item><title>AppServ2.5.8</title><link>http://www.cnitblog.com/guopingleee/archive/2009/02/15/54569.html</link><dc:creator>向左向右走</dc:creator><author>向左向右走</author><pubDate>Sun, 15 Feb 2009 03:27:00 GMT</pubDate><guid>http://www.cnitblog.com/guopingleee/archive/2009/02/15/54569.html</guid><wfw:comment>http://www.cnitblog.com/guopingleee/comments/54569.html</wfw:comment><comments>http://www.cnitblog.com/guopingleee/archive/2009/02/15/54569.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnitblog.com/guopingleee/comments/commentRss/54569.html</wfw:commentRss><trackback:ping>http://www.cnitblog.com/guopingleee/services/trackbacks/54569.html</trackback:ping><description><![CDATA[
		<a href="http://www.525down.com/soft_info/3047.html">
				<br />
				<br />http://www.525down.com/soft_info/3047.html</a>
<img src ="http://www.cnitblog.com/guopingleee/aggbug/54569.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cnitblog.com/guopingleee/" target="_blank">向左向右走</a> 2009-02-15 11:27 <a href="http://www.cnitblog.com/guopingleee/archive/2009/02/15/54569.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>HTML CSP 提交用法 </title><link>http://www.cnitblog.com/guopingleee/archive/2008/12/27/53116.html</link><dc:creator>向左向右走</dc:creator><author>向左向右走</author><pubDate>Sat, 27 Dec 2008 08:11:00 GMT</pubDate><guid>http://www.cnitblog.com/guopingleee/archive/2008/12/27/53116.html</guid><wfw:comment>http://www.cnitblog.com/guopingleee/comments/53116.html</wfw:comment><comments>http://www.cnitblog.com/guopingleee/archive/2008/12/27/53116.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnitblog.com/guopingleee/comments/commentRss/53116.html</wfw:commentRss><trackback:ping>http://www.cnitblog.com/guopingleee/services/trackbacks/53116.html</trackback:ping><description><![CDATA[
		<p>str.csp文件 <br /><br />&lt;html&gt;<br />&lt;body&gt;<br />&lt;form method="post" action="result.csp"&gt;<br /><font color="#9900ff">&lt;!-----------------------------------------<br />name="inputbox1" value="Hello world"</font></p>
		<p>
				<font color="#9900ff">name = value+name &amp; name=value+value<br />----------------------------------------&gt;</font>
		</p>
		<p> Input something: &lt;input type="text" <font color="#9933ff">name="inputbox1" value="Hello world"</font> size="25"&gt;&lt;BR&gt;</p>
		<p> &lt;p&gt;<br /> &lt;textarea name="textarea1" value="" cols="45" rows="3" &gt;Input some lines here&lt;/textarea&gt;</p>
		<p> &lt;p&gt;<br /> select one radio:<br /> 1. &lt;input type="radio" id="radiobox" name="choices" value="1"&gt;<br /> 2. &lt;input type="radio"  name="choices" value="2" checked&gt;<br /> 3. &lt;input type="radio"  name="choices" value="3"&gt;</p>
		<p> &lt;br&gt;<br /> check following: <br /> 1. &lt;input type="checkbox" id="checkbox" name="checkbox1" value="1"&gt;<br /> 2. &lt;input type="checkbox"  name="checkbox2" value="2"&gt;<br /> 3. &lt;input type="checkbox"  name="checkbox3" value="3" checked&gt;</p>
		<p> &lt;p&gt;Select more than one(default 2):<br /> &lt;select name="selone" &gt;<br />  &lt;option value="1"&gt;the 1st&lt;/option&gt;<br />  &lt;option value="2" selected&gt;the second&lt;/option&gt;<br />  &lt;option value="3"&gt;the third&lt;/option&gt;<br />  &lt;option value="4"&gt;the forth&lt;/option&gt;<br /> &lt;/select&gt;</p>
		<p> &lt;p&gt;<br /> Select one (default 3):&lt;br&gt;<br /> &lt;select name="selmore" size=4&gt;<br />  &lt;option value="1"&gt;this is the 1st&lt;/option&gt;<br />  &lt;option value="2" selected&gt;this is the second&lt;/option&gt;<br />  &lt;option value="3"&gt;this is the third&lt;/option&gt;<br />  &lt;option value="4"&gt;this is the forth&lt;/option&gt;<br /> &lt;/select&gt;</p>
		<p> &lt;p&gt;<br /> <br /> &lt;hr&gt;<br /> &lt;input type="submit" name="testit" value="submit test test case"&gt;<br /> &lt;input type="hidden" name="submit_flags" value="yes"&gt;<br />&lt;/form&gt;ss<br />&lt;/table&gt;<br />&lt;/body&gt;<br />&lt;/html&gt;<br />============================================================<br />result.csp文件.<br />&lt;HTML&gt;<br />&lt;TITLE&gt;CSP/eybuild sample result&lt;/TITLE&gt;<br />&lt;HEAD&gt;<br />&lt;h2&gt;Post form result:&lt;/h3&gt;</p>
		<p>
				<br />&lt;% @include &lt;stdlib.h&gt; %&gt;<br /><br /><font color="#cc33cc">&lt;!--------------------------------<br />{% @include &lt;stdlib.h&gt; %}<br />---------------------------------&gt;</font></p>
		<p>
				<br />
				<font color="#cc33cc">&lt;!--------------------------------<br />value="&lt;% =G("inputbox1") <br />获取值 G("inputbox1") <br /><br />G("choices")<br />---------------------------------&gt;<br /></font> Input something: &lt;input type="text" value="&lt;% =G("inputbox1") %&gt;" size="25"&gt;&lt;BR&gt;</p>
		<p> &lt;p&gt;<br /> &lt;textarea name= value="" cols="45" rows="3" &gt;&lt;% =G("textarea1") %&gt;&lt;/textarea&gt;&lt;br&gt;</p>
		<p>
				<br /> 1. &lt;% RADIO_BOX("choices", "1", G("choices"), NULL) %&gt; <br /> 2. &lt;% RADIO_BOX("choices", "2", G("choices"), NULL) %&gt; <br /> 3. &lt;% RADIO_BOX("choices", "3", G("choices"), NULL) %&gt; </p>
		<p> &lt;br&gt;<br /> check following: <br /> 1. &lt;% CHECK_BOX2("checkbox1", "1", atoi(G("checkbox1")), NULL) %&gt;<br /> 2. &lt;% CHECK_BOX2("checkbox2", "2", atoi(G("checkbox2")), NULL) %&gt;<br /> 3. &lt;% CHECK_BOX2("checkbox3", "3", atoi(G("checkbox3")), NULL) %&gt;</p>
		<p> &lt;p&gt;<br /> Select more than one(default 3):<br /> &lt;% SELECT_BEGIN("selone", G("selone"), NULL) %&gt;<br />  &lt;% OPTIONS_ADD("1", "the 1st") %&gt;<br />  &lt;% OPTIONS_ADD("2", "the second") %&gt;<br />  &lt;% OPTIONS_ADD("3", "the third") %&gt;<br />  &lt;% OPTIONS_ADD("4", "the forth") %&gt;<br /> &lt;% SELECT_END() %&gt;</p>
		<p> &lt;p&gt;<br /> Select one (default 2):&lt;br&gt;<br /> &lt;% SELECT_BEGIN2("selmore", atoi(G("selmore")), "size=4") %&gt;<br />  &lt;% OPTIONS_ADD2(1, "this is the 1st") %&gt;<br />  &lt;% OPTIONS_ADD2(2, "this is the second") %&gt;<br />  &lt;% OPTIONS_ADD2(3, "this is the third") %&gt;<br />  &lt;% OPTIONS_ADD2(4, "this is the forth") %&gt;<br /> &lt;% SELECT_END2() %&gt;<br />&lt;/pre&gt;<br />&lt;p&gt;<br />[ &lt;A href="str.csp"&gt;Return&lt;/a&gt; ]</p>
		<p>&lt;/body&gt;<br />&lt;/HTML&gt;<br /><br /></p>
<img src ="http://www.cnitblog.com/guopingleee/aggbug/53116.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cnitblog.com/guopingleee/" target="_blank">向左向右走</a> 2008-12-27 16:11 <a href="http://www.cnitblog.com/guopingleee/archive/2008/12/27/53116.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Linux下设置USB驱动程序 </title><link>http://www.cnitblog.com/guopingleee/archive/2008/01/19/39046.html</link><dc:creator>向左向右走</dc:creator><author>向左向右走</author><pubDate>Sat, 19 Jan 2008 04:24:00 GMT</pubDate><guid>http://www.cnitblog.com/guopingleee/archive/2008/01/19/39046.html</guid><wfw:comment>http://www.cnitblog.com/guopingleee/comments/39046.html</wfw:comment><comments>http://www.cnitblog.com/guopingleee/archive/2008/01/19/39046.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnitblog.com/guopingleee/comments/commentRss/39046.html</wfw:commentRss><trackback:ping>http://www.cnitblog.com/guopingleee/services/trackbacks/39046.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: Linux下设置USB驱动程序																																																																																																																																																														...&nbsp;&nbsp;<a href='http://www.cnitblog.com/guopingleee/archive/2008/01/19/39046.html'>阅读全文</a><img src ="http://www.cnitblog.com/guopingleee/aggbug/39046.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cnitblog.com/guopingleee/" target="_blank">向左向右走</a> 2008-01-19 12:24 <a href="http://www.cnitblog.com/guopingleee/archive/2008/01/19/39046.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>