<?xml version="1.0" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="css/rss.xslt"?>
<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>SonicClub - 其他问题</title><link>http://www.sonicclub.cn/</link><description>Good Luck To You! - </description><generator>RainbowSoft Studio Z-Blog 1.8 Walle Build 100427</generator><language>zh-CN</language><copyright>Copyright (C)2009-2010 SonicClub.cn. All Rights Reserved.</copyright><pubDate>Sun, 05 Sep 2010 15:29:58 +0800</pubDate><item><title>会声会影怎么将DV转换在电脑上（DV是磁带的，不过可以在会声会影中播放）</title><author>a@b.com (sonic)</author><link>http://www.sonicclub.cn/post/105.html</link><pubDate>Sat, 26 Jun 2010 18:08:00 +0800</pubDate><guid>http://www.sonicclub.cn/post/105.html</guid><description><![CDATA[<p>首先你的电脑和DV上都要有一根传输线可以是1394接口，也可以是USB接口（该接口传输速度较慢），一般购买DV时配置的都是USB接口线，如果要用1394接口线需要自己购买，如果电脑的主板没有自带1394接口，就要单买一块1394卡，插在主板上。采集视频时，先将DV与电脑相连（通过USB或1394接口），这时可能需要安装DV附带的驱动程序；DV的模式选择为播放模式，打开会声会影，选择视频采集，将采集格式选为AVI格式（也有叫DV格式的，这种格式采集的质量是最好的，但体积很大），制式选为PAL制（中国电视系统的制式），再选择存放的路径，命名后就可以开始了。在采集之前，最好将其他正在运行的程序关闭（如杀毒软件，各种自动伺服器等，以保证有更多的内存可用）。另外，硬盘的好坏对于采集的成功与否是很关键的，所以有一块好的硬盘很重要的，最好容量越大越好（操作系统最好用WINXP），转速要高（如7200转的或组建磁盘阵列系统），采集前最好清理一下磁盘，并做一下磁盘碎片整理。另外要保证电源的稳定。<!--more--><a href="http://zhidao.baidu.com/question/23741892.html?si=10"><br />...</a></p>]]></description><category>其他问题</category><comments>http://www.sonicclub.cn/post/105.html#comment</comments><wfw:comment>http://www.sonicclub.cn/</wfw:comment><wfw:commentRss>http://www.sonicclub.cn/feed.asp?cmt=105</wfw:commentRss><trackback:ping>http://www.sonicclub.cn/cmd.asp?act=tb&amp;id=105&amp;key=24f1faac</trackback:ping></item><item><title>WordPress的WAP插件</title><author>a@b.com (sonic)</author><link>http://www.sonicclub.cn/post/88.html</link><pubDate>Sat, 26 Jun 2010 11:36:26 +0800</pubDate><guid>http://www.sonicclub.cn/post/88.html</guid><description><![CDATA[<p>今天在 WordPress上新安装了一个名为 <a href="http://www.tanggaowei.com/2008/01/04/7.html" target="_blank" mce_href="http://www.tanggaowei.com/2008/01/04/7.html">WP-T-WAP</a> 的wordpress插件，它的作用是实现网站的手机浏览与管理。其实并没有什么人会用手机访问我的博客，所以我用它主要是为了应付&ldquo;心中有刀、手中无刀&rdquo;时的情形。</p>...]]></description><category>其他问题</category><comments>http://www.sonicclub.cn/post/88.html#comment</comments><wfw:comment>http://www.sonicclub.cn/</wfw:comment><wfw:commentRss>http://www.sonicclub.cn/feed.asp?cmt=88</wfw:commentRss><trackback:ping>http://www.sonicclub.cn/cmd.asp?act=tb&amp;id=88&amp;key=9731f922</trackback:ping></item><item><title>WordPress版本升级方法</title><author>a@b.com (sonic)</author><link>http://www.sonicclub.cn/post/83.html</link><pubDate>Sat, 26 Jun 2010 11:27:35 +0800</pubDate><guid>http://www.sonicclub.cn/post/83.html</guid><description><![CDATA[<p><strong>问：我是低版本用户怎么升级到最新版本，而且我的版本跨度很大，有问题吗？</strong><br /><a href="http://www.wordpress.org.cn/" target="_blank" mce_href="http://www.wordpress.org.cn/"><span style="color: #ffffff" mce_style="color: #ffffff;">www.wordpress.org.cn</span></a><br />...</p>]]></description><category>其他问题</category><comments>http://www.sonicclub.cn/post/83.html#comment</comments><wfw:comment>http://www.sonicclub.cn/</wfw:comment><wfw:commentRss>http://www.sonicclub.cn/feed.asp?cmt=83</wfw:commentRss><trackback:ping>http://www.sonicclub.cn/cmd.asp?act=tb&amp;id=83&amp;key=43642e8a</trackback:ping></item><item><title>让WordPress可以上传rar类型的文件</title><author>a@b.com (sonic)</author><link>http://www.sonicclub.cn/post/76.html</link><pubDate>Sat, 26 Jun 2010 11:07:05 +0800</pubDate><guid>http://www.sonicclub.cn/post/76.html</guid><description><![CDATA[<p>刚才想上传一些RAR的附件，结果发现默认不支持这个格式。<br />只好自己动手丰衣足食了。<br />找到自己WordPress目录下/wp-includes/functions.php文件。<br />打开之后找到<em>get_allowed_mime_types()</em>函数<br />加入如下一行代码</p><p>'rar' =&gt; 'application/rar',</p><div><p>'zip' =&gt; 'application/zip','gz|gzip' =&gt; 'application/x-gzip','exe' =&gt; 'application/x-msdownload','rar' =&gt; 'application/rar',//新加代码// openoffice formats'odt' =&gt; 'application/vnd.oasis.opendocument.text','odp' =&gt; 'application/vnd.oasis.opendocument.presentation','ods' =&gt; 'application/vnd.oasis.opendocument.spreadsheet',</p>...</div>]]></description><category>其他问题</category><comments>http://www.sonicclub.cn/post/76.html#comment</comments><wfw:comment>http://www.sonicclub.cn/</wfw:comment><wfw:commentRss>http://www.sonicclub.cn/feed.asp?cmt=76</wfw:commentRss><trackback:ping>http://www.sonicclub.cn/cmd.asp?act=tb&amp;id=76&amp;key=efd767cf</trackback:ping></item><item><title>解决Wordpress安装时出现Warning: Cannot modify header information</title><author>a@b.com (sonic)</author><link>http://www.sonicclub.cn/post/39.html</link><pubDate>Sun, 31 Jan 2010 13:00:36 +0800</pubDate><guid>http://www.sonicclub.cn/post/39.html</guid><description><![CDATA[<p>今天新申请了PHP空间后，高兴的把WordPress装上，上传、解压、更改wp-config.php文件。当这一切都完成开始安装时，出现错误提示<span style="color: #ff0000">&ldquo;Warning: Cannot modify header information &ndash; headers already sent by&hellip;.&rdquo;</span>，不理，继续安装，然后登陆后台是继续出现这个错误。</p><p>问题再次出现时，第一反应是空间的问题，可是从网上一查才发现遇到此问题的人不在少数。大部分人的解决方案是：在<span style="color: #008080">php.ini</span>文件中加上或者修改成<span style="color: #008080">&ldquo;output_buffering = on&rdquo;</span>，我试着添加这语句后发现后台登陆页面的提示没有了，但是登陆后的页面依然存在错误，并且后台的操作命令不返回结果。继续网上找答案&hellip;&hellip;其他的解决方案&ldquo;<span style="color: #008080">在程序的最上方加入函数 ob_start();</span>&rdquo;，还有&ldquo;<span style="color: #008080">将wp-config.php的编码修改成ANSI</span>&rdquo;，据了解utf-8编码文件含有的bom，但是php4,5都是不支持bom的，所以出错~最终用<span style="color: #ff0000">&ldquo;将wp-config.php的编码修改成ANSI&rdquo;<font color="#000000">的方法解决问题</font></span>。</p>...]]></description><category>其他问题</category><comments>http://www.sonicclub.cn/post/39.html#comment</comments><wfw:comment>http://www.sonicclub.cn/</wfw:comment><wfw:commentRss>http://www.sonicclub.cn/feed.asp?cmt=39</wfw:commentRss><trackback:ping>http://www.sonicclub.cn/cmd.asp?act=tb&amp;id=39&amp;key=360d972a</trackback:ping></item><item><title>outlook 雅虎邮箱设置</title><author>a@b.com (sonic)</author><link>http://www.sonicclub.cn/post/8.html</link><pubDate>Mon, 21 Dec 2009 21:09:40 +0800</pubDate><guid>http://www.sonicclub.cn/post/8.html</guid><description><![CDATA[<p>雅虎邮箱用些方法还是可以的。<br /><br />雅虎中国帐号转POP类型说明：<br /><br />1. 在IE地址栏中直接输人<a href="http://edit.my.yahoo.com/config/set_popfwd?.src=ym" rel="external" target="_blank">http://edit.my.yahoo.com/config/set_popfwd?.src=ym</a>，进人到Yahoo!&ldquo;网上直投&rdquo;的页面。<br />...</p>]]></description><category>其他问题</category><comments>http://www.sonicclub.cn/post/8.html#comment</comments><wfw:comment>http://www.sonicclub.cn/</wfw:comment><wfw:commentRss>http://www.sonicclub.cn/feed.asp?cmt=8</wfw:commentRss><trackback:ping>http://www.sonicclub.cn/cmd.asp?act=tb&amp;id=8&amp;key=30d6ec82</trackback:ping></item></channel></rss>
