<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>TQ 试用 WP &#187; Linux</title>
	<atom:link href="http://tq.freehostia.com.freehostia.com/tag/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://tq.freehostia.com.freehostia.com</link>
	<description>TQ 试用中... ...</description>
	<lastBuildDate>Fri, 19 Mar 2010 06:07:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>vi查看二进制文件</title>
		<link>http://tq.freehostia.com.freehostia.com/2009/08/vi.html</link>
		<comments>http://tq.freehostia.com.freehostia.com/2009/08/vi.html#comments</comments>
		<pubDate>Fri, 14 Aug 2009 09:27:00 +0000</pubDate>
		<dc:creator>TQ</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[vi]]></category>

		<guid isPermaLink="false">http://tq.freehostia.com.freehostia.com/2009/08/vi.html</guid>
		<description><![CDATA[命令模式下输入::%!xxdvi打开文件的模式就转变成二进制的模式了  ... ]]></description>
			<content:encoded><![CDATA[<p>命令模式下输入:<br />:%!xxd<br />vi打开文件的模式就转变成二进制的模式了  </p>
]]></content:encoded>
			<wfw:commentRss>http://tq.freehostia.com.freehostia.com/2009/08/vi.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>第6篇 文章</title>
		<link>http://tq.freehostia.com.freehostia.com/2009/08/no-6-flie.html</link>
		<comments>http://tq.freehostia.com.freehostia.com/2009/08/no-6-flie.html#comments</comments>
		<pubDate>Sun, 09 Aug 2009 13:51:00 +0000</pubDate>
		<dc:creator>TQ</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://tq.freehostia.com.freehostia.com/?p=64</guid>
		<description><![CDATA[sys@TQGZS> select FILE# ,NAME,BYTES from v$datafile where FILE#=1... ]]></description>
			<content:encoded><![CDATA[<p>输入一些文字 </p>
<pre class="sql" name="code">
15:50:08 sys@TQGZS> select FILE# ,NAME,BYTES from v$datafile where FILE#=1;

     FILE# NAME                                                    BYTES
---------- -------------------------------------------------- ----------
         1 /u01/oracle/oradata/tqgzs/system01.dbf              734003200
</pre>
<blockquote><p>引用一下 </p>
</blockquote>
<p><u><em><strong>我我我</strong></em></u></p>
<blockquote><p></p>

<div class="wp_syntax"><div class="code"><pre class="sql" style="font-family:monospace;"><span style="color: #993333; font-weight: bold;">SELECT</span>    d<span style="color: #66cc66;">.</span>VALUE
       <span style="color: #66cc66;">||</span> <span style="color: #ff0000;">'/'</span>
       <span style="color: #66cc66;">||</span> LOWER <span style="color: #66cc66;">&#40;</span>RTRIM <span style="color: #66cc66;">&#40;</span>i<span style="color: #66cc66;">.</span>INSTANCE<span style="color: #66cc66;">,</span> CHR <span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;">0</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>
       <span style="color: #66cc66;">||</span> <span style="color: #ff0000;">'_ora_'</span>
       <span style="color: #66cc66;">||</span> p<span style="color: #66cc66;">.</span>spid
       <span style="color: #66cc66;">||</span> <span style="color: #ff0000;">'.trc'</span> trace_file_name
  <span style="color: #993333; font-weight: bold;">FROM</span> <span style="color: #66cc66;">&#40;</span><span style="color: #993333; font-weight: bold;">SELECT</span> p<span style="color: #66cc66;">.</span>spid
          <span style="color: #993333; font-weight: bold;">FROM</span> v$mystat m<span style="color: #66cc66;">,</span> v$session s<span style="color: #66cc66;">,</span> v$process p
         <span style="color: #993333; font-weight: bold;">WHERE</span> m<span style="color: #66cc66;">.</span>statistic<span style="color: #808080; font-style: italic;"># = 1 AND s.SID = m.SID AND p.addr = s.paddr) p,</span>
       <span style="color: #66cc66;">&#40;</span><span style="color: #993333; font-weight: bold;">SELECT</span> t<span style="color: #66cc66;">.</span>INSTANCE
          <span style="color: #993333; font-weight: bold;">FROM</span> v$thread t<span style="color: #66cc66;">,</span> v$parameter v
         <span style="color: #993333; font-weight: bold;">WHERE</span> v<span style="color: #66cc66;">.</span>NAME <span style="color: #66cc66;">=</span> <span style="color: #ff0000;">'thread'</span>
           <span style="color: #993333; font-weight: bold;">AND</span> <span style="color: #66cc66;">&#40;</span>v<span style="color: #66cc66;">.</span>VALUE <span style="color: #66cc66;">=</span> <span style="color: #cc66cc;">0</span> <span style="color: #993333; font-weight: bold;">OR</span> t<span style="color: #66cc66;">.</span>thread<span style="color: #808080; font-style: italic;"># = TO_NUMBER (v.VALUE))) i,</span>
       <span style="color: #66cc66;">&#40;</span><span style="color: #993333; font-weight: bold;">SELECT</span> VALUE
          <span style="color: #993333; font-weight: bold;">FROM</span> v$parameter
         <span style="color: #993333; font-weight: bold;">WHERE</span> NAME <span style="color: #66cc66;">=</span> <span style="color: #ff0000;">'user_dump_dest'</span><span style="color: #66cc66;">&#41;</span> d
<span style="color: #66cc66;">/</span></pre></div></div>

<p>
</p>
</blockquote>
<table cellspacing="0" cellpadding="2" width="400" border="1">
<tbody>
<tr>
<td valign="top" width="200">a1</td>
<td valign="top" width="200">b1</td>
</tr>
<tr>
<td valign="top" width="200">100</td>
<td valign="top" width="200">200</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://tq.freehostia.com.freehostia.com/2009/08/no-6-flie.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>第7篇 文章</title>
		<link>http://tq.freehostia.com.freehostia.com/2009/08/%e7%ac%ac7%e7%af%87-%e6%96%87%e7%ab%a0.html</link>
		<comments>http://tq.freehostia.com.freehostia.com/2009/08/%e7%ac%ac7%e7%af%87-%e6%96%87%e7%ab%a0.html#comments</comments>
		<pubDate>Thu, 06 Aug 2009 10:58:13 +0000</pubDate>
		<dc:creator>TQ</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://tq.freehostia.com.freehostia.com/2009/08/%e7%ac%ac7%e7%af%87-%e6%96%87%e7%ab%a0.html</guid>
		<description><![CDATA[InsertText
winkstest1@CCDB&#62; select winks_Id,member_id,state,to_char(EXPIRE_DATE,&#8217;yyyy/mm/dd hh24:mi:ss&#8217;) as &#8220;EXPIRE_DATE&#8221; from member_winks where member_id =(select member_id from member where phone=15701234567) and winks_Id=2... ]]></description>
			<content:encoded><![CDATA[<p><span><code>InsertText</code></span></p>
<p><span>winkstest1@CCDB&gt; select winks_Id,member_id,state,to_char(EXPIRE_DATE,&#8217;yyyy/mm/dd hh24:mi:ss&#8217;) as &#8220;EXPIRE_DATE&#8221; from member_winks</span> <span>where member_id =(select member_id from member where phone=15701234567) and winks_Id=266;</span></p>
<p><span>WINKS_ID MEMBER_ID STATE EXPIRE_DATE<br />&#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />266 100001724 1 2009/08/06 18:23:48</span></p>
<pre><span>
<span>select winks_Id,member_id,state,to_char(EXPIRE_DATE,'yyyy/mm/dd hh24:mi:ss') as "EXPIRE_DATE" from member_winks where member_id =(select member_id from member where phone=15701234567) and winks_Id=266;</span>

<span>  WINKS_ID  MEMBER_ID      STATE EXPIRE_DATE
---------- ---------- ---------- ----------------------
       266  100001724          1 2009/08/06 18:23:48</span>

</span></pre>
]]></content:encoded>
			<wfw:commentRss>http://tq.freehostia.com.freehostia.com/2009/08/%e7%ac%ac7%e7%af%87-%e6%96%87%e7%ab%a0.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
