<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/maoweiwer" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/maoweiwer" type="application/rss+xml"></fs:self_link><lastBuildDate>Sat, 18 Jun 2011 08:36:00 GMT</lastBuildDate><title>冷雨的专栏</title><description>一心一意做好J2EE技术</description><link>http://blog.csdn.net/blogrss.aspx?username=maoweiwer</link><item><title>玩儿转ffmeg的7个技巧</title><link>http://blog.csdn.net/maoweiwer/archive/2011/06/18/6553603.aspx</link><description>&lt;br /&gt;转载：http://www.oschina.net/question/3307_21307&lt;img src=&quot;http://www1.feedsky.com/t1/524443087/maoweiwer/csdn.net/s.gif?r=http://blog.csdn.net/maoweiwer/archive/2011/06/18/6553603.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><pubDate>Sat, 18 Jun 2011 16:36:00 +0800</pubDate><author>冷雨</author><guid isPermaLink="false">http://blog.csdn.net/maoweiwer/archive/2011/06/18/6553603.aspx</guid><dc:creator>冷雨</dc:creator><fs:srclink>http://blog.csdn.net/maoweiwer/archive/2011/06/18/6553603.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/maoweiwer/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/maoweiwer/~1087367/524443087/1087366</fs:itemid></item><item><title>ffmpeg常用参数一览表</title><link>http://blog.csdn.net/maoweiwer/archive/2011/06/18/6553599.aspx</link><description>&lt;br /&gt;基本选项:
-formats 	输出所有可用格式
-f fmt 	指定格式(音频或视频格式)
-i filename 	指定输入文件名，在linux下当然也能指定:0.0(屏幕录制)或摄像头
-y 	覆盖已有文件
-t duration 	记录时长为t
-fs limit_size 	设置文件大小上限
-ss time_off 	从指定的时间(s)开始， [-]hh:mm:ss[.xxx]的格式也支持
-itsoffset time_off 	设置时间偏移(s)，该选项影响所有后面的输入文件。该偏移被加到输入文件的时戳，定义一个正偏移意味着相应的流被延迟了 offset秒。 [-]hh:mm:ss[.xxx]的格式也支持
-title string 	标题
-timestamp time 	时间戳
-author string 	作者
-copyright string 	版权信息
-comment string 	评论
-album string 	album名
-v verbose 	与log相关的
-target type 	设置目标文&lt;img src=&quot;http://www1.feedsky.com/t1/524443056/maoweiwer/csdn.net/s.gif?r=http://blog.csdn.net/maoweiwer/archive/2011/06/18/6553599.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><pubDate>Sat, 18 Jun 2011 16:33:00 +0800</pubDate><author>冷雨</author><guid isPermaLink="false">http://blog.csdn.net/maoweiwer/archive/2011/06/18/6553599.aspx</guid><dc:creator>冷雨</dc:creator><fs:srclink>http://blog.csdn.net/maoweiwer/archive/2011/06/18/6553599.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/maoweiwer/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/maoweiwer/~1087367/524443056/1087366</fs:itemid></item><item><title>ubuntu下MySQL的安装及远程连接配置等配置</title><link>http://blog.csdn.net/maoweiwer/archive/2011/06/18/6553435.aspx</link><description>一、ubuntu下MySQL的安装

二、编码问题的解决

三、加入开机自启动及启动/停止MySQL服务

四、远程连接ubuntu下MySQL&lt;img src=&quot;http://www1.feedsky.com/t1/524406305/maoweiwer/csdn.net/s.gif?r=http://blog.csdn.net/maoweiwer/archive/2011/06/18/6553435.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><pubDate>Sat, 18 Jun 2011 14:54:00 +0800</pubDate><author>冷雨</author><guid isPermaLink="false">http://blog.csdn.net/maoweiwer/archive/2011/06/18/6553435.aspx</guid><dc:creator>冷雨</dc:creator><fs:srclink>http://blog.csdn.net/maoweiwer/archive/2011/06/18/6553435.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/maoweiwer/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/maoweiwer/~1087367/524406305/1087366</fs:itemid></item><item><title>JavaScript过程小记</title><link>http://blog.csdn.net/maoweiwer/archive/2011/01/05/6118160.aspx</link><description>arguments属性:         通过 arguments 属性，函数可以处理可变数量的参数。 arguments 对象的 length 属性包含了传递给函数的参数的数目。对于arguments 对象所包含的单个参数，其访问方法与数组中所包含的参数的访问方法相同。
       用例：arguments.length 得到可变参数的数量。arguments[i]：得到指定索引i 的参数值。&lt;img src=&quot;http://www1.feedsky.com/t1/524406312/maoweiwer/csdn.net/s.gif?r=http://blog.csdn.net/maoweiwer/archive/2011/01/05/6118160.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><pubDate>Wed, 05 Jan 2011 15:55:00 +0800</pubDate><author>冷雨</author><guid isPermaLink="false">http://blog.csdn.net/maoweiwer/archive/2011/01/05/6118160.aspx</guid><dc:creator>冷雨</dc:creator><fs:srclink>http://blog.csdn.net/maoweiwer/archive/2011/01/05/6118160.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/maoweiwer/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/maoweiwer/~1087367/524406312/1087366</fs:itemid></item><item><title>jdk(32bit)的高级安装---client模式与server模式</title><link>http://blog.csdn.net/maoweiwer/archive/2011/01/05/6117099.aspx</link><description>这个问题讨论起来其实挺简单,但笔者也是最近才恍然大悟.受益匪浅.刚开始,笔者误认为openJDK的性能强于sun的HotSpot,后来发现,openJDK的默认运行模式是server,而HotSpot的默认模式client,所以拿出来心得,与朋友们分享,如果大家觉得这篇文章有用，请跟帖讨论,本人以后还会拿出更多的心得与大家交流学习.&lt;img src=&quot;http://www1.feedsky.com/t1/524406333/maoweiwer/csdn.net/s.gif?r=http://blog.csdn.net/maoweiwer/archive/2011/01/05/6117099.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><pubDate>Wed, 05 Jan 2011 09:28:00 +0800</pubDate><author>冷雨</author><guid isPermaLink="false">http://blog.csdn.net/maoweiwer/archive/2011/01/05/6117099.aspx</guid><dc:creator>冷雨</dc:creator><fs:srclink>http://blog.csdn.net/maoweiwer/archive/2011/01/05/6117099.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/maoweiwer/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/maoweiwer/~1087367/524406333/1087366</fs:itemid></item><item><title>Mysql私有增强性命令小记</title><link>http://blog.csdn.net/maoweiwer/archive/2010/12/18/6083484.aspx</link><description>从MySQL 5 开始 ,  你可以看到多了一个系统数据库 information_schema . information_schema  存贮了其他所有数据库的信息。 information_schema是一个虚拟数据库，并不物理存在，在 select 的时候，从其他数据库获取相应的信息。  让我们来看看几个使用这个数据库的例子：&lt;img src=&quot;http://www1.feedsky.com/t1/524406346/maoweiwer/csdn.net/s.gif?r=http://blog.csdn.net/maoweiwer/archive/2010/12/18/6083484.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><pubDate>Sat, 18 Dec 2010 09:08:00 +0800</pubDate><author>冷雨</author><guid isPermaLink="false">http://blog.csdn.net/maoweiwer/archive/2010/12/18/6083484.aspx</guid><dc:creator>冷雨</dc:creator><fs:srclink>http://blog.csdn.net/maoweiwer/archive/2010/12/18/6083484.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/maoweiwer/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/maoweiwer/~1087367/524406346/1087366</fs:itemid></item><item><title>WIN下MYSQL自动备份批处理</title><link>http://blog.csdn.net/maoweiwer/archive/2010/07/10/5726266.aspx</link><description>@echo off
TITLE DJ情人舞曲网数据库自动备份管理 Author:冷雨
:start
CLS
COLOR 1f
rem 使用COLOR命令对控制台输出颜色进行更改
MODE con: COLS=77 LINES=14
rem MODE语句为设定窗体的宽和高
ECHO ----------------------------------------------------------------------------
echo                         正在执行系统数据备份操作
echo              请暂时不要关闭本窗口,备份完毕后系统会自动关闭窗口
ECHO ----------------------------------------------------------------------------
rem ---------------------------------------传说中的分隔线-------------------------------------------
r&lt;img src=&quot;http://www1.feedsky.com/t1/524406347/maoweiwer/csdn.net/s.gif?r=http://blog.csdn.net/maoweiwer/archive/2010/07/10/5726266.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><pubDate>Sat, 10 Jul 2010 23:39:00 +0800</pubDate><author>冷雨</author><guid isPermaLink="false">http://blog.csdn.net/maoweiwer/archive/2010/07/10/5726266.aspx</guid><dc:creator>冷雨</dc:creator><fs:srclink>http://blog.csdn.net/maoweiwer/archive/2010/07/10/5726266.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/maoweiwer/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/maoweiwer/~1087367/524406347/1087366</fs:itemid></item><item><title>SQL 2008 清除日志文件</title><link>http://blog.csdn.net/maoweiwer/archive/2010/05/09/5572343.aspx</link><description>&lt;br /&gt;右击要清除日志的数据库 选择属性 &lt;br /&gt;&lt;br /&gt;在数据库属性中 选择选项 在右边恢复模式下拉列表框中 选择简单 单击确定 返回 &lt;br /&gt;&lt;br /&gt;右击要清除日志的数据库 选择任务-收缩-数据库 单击确定 &lt;br /&gt;&lt;br /&gt;完成收缩 日志文件大小变为0 &lt;img src=&quot;http://www1.feedsky.com/t1/524406348/maoweiwer/csdn.net/s.gif?r=http://blog.csdn.net/maoweiwer/archive/2010/05/09/5572343.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><pubDate>Sun, 09 May 2010 17:26:00 +0800</pubDate><author>冷雨</author><guid isPermaLink="false">http://blog.csdn.net/maoweiwer/archive/2010/05/09/5572343.aspx</guid><dc:creator>冷雨</dc:creator><fs:srclink>http://blog.csdn.net/maoweiwer/archive/2010/05/09/5572343.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/maoweiwer/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/maoweiwer/~1087367/524406348/1087366</fs:itemid></item><item><title>SQL查询中的一些小实例</title><link>http://blog.csdn.net/maoweiwer/archive/2010/04/29/5544412.aspx</link><description>1.在表的记录中,查出某个字段的值在表中出现的次数最多的是哪个值,如何查询 ？SELECT     dirPath, COUNT(dirPath) AS cc
FROM         MusicInfo
GROUP BY dirPath
ORDER BY cc DESC&lt;img src=&quot;http://www1.feedsky.com/t1/524406349/maoweiwer/csdn.net/s.gif?r=http://blog.csdn.net/maoweiwer/archive/2010/04/29/5544412.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><pubDate>Thu, 29 Apr 2010 23:21:00 +0800</pubDate><author>冷雨</author><guid isPermaLink="false">http://blog.csdn.net/maoweiwer/archive/2010/04/29/5544412.aspx</guid><dc:creator>冷雨</dc:creator><fs:srclink>http://blog.csdn.net/maoweiwer/archive/2010/04/29/5544412.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/maoweiwer/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/maoweiwer/~1087367/524406349/1087366</fs:itemid></item><item><title>Nginx应用中的一些实际需求解决方案</title><link>http://blog.csdn.net/maoweiwer/archive/2010/04/01/5442777.aspx</link><description>Nginx应用中的一些实际需求解决方案&lt;img src=&quot;http://www1.feedsky.com/t1/524406350/maoweiwer/csdn.net/s.gif?r=http://blog.csdn.net/maoweiwer/archive/2010/04/01/5442777.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><pubDate>Thu, 01 Apr 2010 20:30:00 +0800</pubDate><author>冷雨</author><guid isPermaLink="false">http://blog.csdn.net/maoweiwer/archive/2010/04/01/5442777.aspx</guid><dc:creator>冷雨</dc:creator><fs:srclink>http://blog.csdn.net/maoweiwer/archive/2010/04/01/5442777.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/maoweiwer/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/maoweiwer/~1087367/524406350/1087366</fs:itemid></item></channel></rss>
