﻿<?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>BlogJava-kwj-文章分类-其他</title><link>http://www.blogjava.net/kwj/category/29543.html</link><description>蓝色旅行，与你携手！</description><language>zh-cn</language><lastBuildDate>Tue, 26 Feb 2008 16:14:05 GMT</lastBuildDate><pubDate>Tue, 26 Feb 2008 16:14:05 GMT</pubDate><ttl>60</ttl><item><title>网页播放flv</title><link>http://www.blogjava.net/kwj/articles/182030.html</link><dc:creator>木剑</dc:creator><author>木剑</author><pubDate>Mon, 25 Feb 2008 08:32:00 GMT</pubDate><guid>http://www.blogjava.net/kwj/articles/182030.html</guid><wfw:comment>http://www.blogjava.net/kwj/comments/182030.html</wfw:comment><comments>http://www.blogjava.net/kwj/articles/182030.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/kwj/comments/commentRss/182030.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/kwj/services/trackbacks/182030.html</trackback:ping><description><![CDATA[<font color="#05006c"> &lt;object
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
width="240" height="180"&gt;<br />
&lt;param name="movie" value="<font color="#ff0000">http://www.ruochi.com/product/vcastr2/vcastr22.swf</font>?vcastr_file=<font color="#ff0000">http://www.ruochi.com/product/vcastr/flv/happy_feet.flv</font>"&gt;<br />
&lt;param name="quality" value="high"&gt;<br />
&lt;param name="allowFullScreen" value="true" /&gt;<br />
&lt;embed src="<font color="#ff0000">http://www.ruochi.com/product/vcastr2/vcastr22.swf</font>?vcastr_file=<font color="#ff0000">http://www.ruochi.com/product/vcastr/flv/happy_feet.flv</font>"
allowFullScreen="true" quality="high"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" width="240"
height="180"&gt;&lt;/embed&gt;<br />
&lt;/object&gt;</font><br />
<br />
<font color="#ff0000">http://www.ruochi.com/product/vcastr/flv/happy_feet.flv</font> 是FLV文件地址。<br />
<font color="#ff0000">http://www.ruochi.com/product/vcastr2/vcastr22.swf</font> 是FLV文件播放器地址（如果你不会制作，可下载别人的然后上传到自己的空间再调用）。<br />
<br />
<strong>flv播放器 Vcastr 2.0 下载</strong><br />
<a href="http://www.ruochi.com/product/vcastr2/vcastr22.zip" target="_blank">http://www.ruochi.com/product/vcastr2/vcastr22.zip</a><br />
<img src ="http://www.blogjava.net/kwj/aggbug/182030.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/kwj/" target="_blank">木剑</a> 2008-02-25 16:32 <a href="http://www.blogjava.net/kwj/articles/182030.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>数据库的数据转移</title><link>http://www.blogjava.net/kwj/articles/181018.html</link><dc:creator>木剑</dc:creator><author>木剑</author><pubDate>Thu, 21 Feb 2008 03:21:00 GMT</pubDate><guid>http://www.blogjava.net/kwj/articles/181018.html</guid><wfw:comment>http://www.blogjava.net/kwj/comments/181018.html</wfw:comment><comments>http://www.blogjava.net/kwj/articles/181018.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/kwj/comments/commentRss/181018.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/kwj/services/trackbacks/181018.html</trackback:ping><description><![CDATA[<p><strong>select</strong> *&nbsp;<strong>into</strong>&nbsp;destTbl <strong>from</strong> srcTbl</p>
<p><strong>insert</strong> <strong>into</strong> destTbl(fld1, fld2) <strong>selec</strong>t fld1, 5 <strong>from</strong> srcTbl</p>
<p>以上两句都是将 srcTbl 的数据插入到 destTbl，但两句又有区别的。</p>
<p>第一句（select into from）要求目标表（destTbl）<strong>不存在</strong>，因为在插入时会自动创建。</p>
第二句（insert into select from）要求目标表（destTbl）<strong>存在</strong>。<strong></strong>
<img src ="http://www.blogjava.net/kwj/aggbug/181018.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/kwj/" target="_blank">木剑</a> 2008-02-21 11:21 <a href="http://www.blogjava.net/kwj/articles/181018.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>