<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="http://feeds.qzone.qq.com/rss.xsl" version="1.0"?>
<rss version="2.0" xmlns:qz="http://qzone.qq.com">
<channel>
<title><![CDATA[Key]]></title>
<description><![CDATA[ ]]></description>
<link>http://185238997.qzone.qq.com</link>
<lastBuildDate>Sat, 28 Nov 2009 08:53:05 GMT</lastBuildDate>
<generator>Qzone</generator>
<language>zh-cn</language>
<copyright>Copyright (C), 2005-2008, Tencent Tech. Co., Ltd.</copyright>
<pubDate>Fri, 27 Nov 2009 06:14:35 GMT</pubDate>

<item>
<title><![CDATA[海猫鸣泣之时EP6 黄金魔女的黎明！]]></title>
<link>http://185238997.qzone.qq.com/blog/1259302475</link>
<description><![CDATA[<wbr /><a href="http://d-stage.com/image_item/2900006800117_0_l.jpg" target="_blank"><img style="width:400px;height:399px;border:0;" src="http://d-stage.com/image_item/2900006800117_0_l.jpg" /></a><wbr /><br>这次的主角是这4位吗？怎么有两个人笑得有点腹黑啊....（而且你两不是已经挂了吗？）<br><wbr /><a href="http://d-stage.com/image_item/2900006800117_1_l.jpg" target="_blank"><img style="width:400px;height:566px;border:0;" src="http://d-stage.com/image_item/2900006800117_1_l.jpg" /></a><wbr /><br>巴托拉威武！！！！欢迎魔女..不魔术师巴拖拉·贝阿特利切同学！<br><br><wbr /><a href="http://d-stage.com/image_item/2900006800117_2_l.jpg" target="_blank"><img style="width:400px;height:300px;border:0;" src="http://d-stage.com/image_item/2900006800117_2_l.jpg" /></a><wbr /><br>...意义不明 喜欢打扫宾馆吗...<br><br><wbr /><a href="http://d-stage.com/image_item/2900006800117_3_l.jpg" target="_blank"><img style="width:400px;height:300px;border:0;" src="http://d-stage.com/image_item/2900006800117_3_l.jpg" /></a><wbr /><br>又见天草~看台词就知道她在和谁说话了...果然给人设的较色都不是路人啊...难道这次的棋子是天草吗?<br><wbr /><a href="http://d-stage.com/image_item/2900006800117_4_l.jpg" target="_blank"><img style="width:400px;height:300px;border:0;" src="http://d-stage.com/image_item/2900006800117_4_l.jpg" /></a><wbr /><br>对天草说吗...还是这次的新角色？<br><wbr /><a href="http://d-stage.com/image_item/2900006800117_5_l.jpg" target="_blank"><img style="width:400px;height:300px;border:0;" src="http://d-stage.com/image_item/2900006800117_5_l.jpg" /></a><wbr /><br>霸气了 你在和谁说话呢 巴托啦同学...你都魔女..不魔术师了 怎么衣服还是没变啊...<br><wbr /><a href="http://d-stage.com/image_item/2900006800117_6_l.jpg" target="_blank"><img style="width:400px;height:300px;border:0;" src="http://d-stage.com/image_item/2900006800117_6_l.jpg" /></a><wbr /><br>走廊温暖的灯亮着 不只是听到 还能感受到有什么快乐的气氛 ....。。。谁有躲着偷看外面了？<br><wbr /><a href="http://d-stage.com/image_item/2900006800117_7_l.jpg" target="_blank"><img style="width:400px;height:300px;border:0;" src="http://d-stage.com/image_item/2900006800117_7_l.jpg" /></a><wbr /><br>元首撒马！！！这意味什么？否定元首是被天草射杀的嘛？<br><wbr /><a href="http://d-stage.com/image_item/2900006800117_8_l.jpg" target="_blank"><img style="width:400px;height:300px;border:0;" src="http://d-stage.com/image_item/2900006800117_8_l.jpg" /></a><wbr /><br>....<br><wbr /><a href="http://d-stage.com/image_item/2900006800117_9_l.jpg" target="_blank"><img style="width:400px;height:300px;border:0;" src="http://d-stage.com/image_item/2900006800117_9_l.jpg" /></a><wbr /><br>EP6主题呢 魔女的黎明<br><br>还有1个月了..期待啊..<br><br><br> <!--v:3.2--> ]]></description>
<category><![CDATA[个人日记]]></category>
<author><![CDATA[185238997@qq.com(Key)]]></author>
<comments>http://185238997.qzone.qq.com/blog/1259302475#comment</comments>
<qz:effect>134218241</qz:effect>
<pubDate>Fri, 27 Nov 2009 06:14:35 GMT</pubDate>
<guid>http://185238997.qzone.qq.com/blog/1259302475</guid>
</item>

<item>
<title><![CDATA[几个表达式]]></title>
<link>http://185238997.qzone.qq.com/blog/1258946937</link>
<description><![CDATA[x=thisComp.layer(&quot;POINT&quot;).transform.position[0]-thisComp.width/2;<br>x/thisComp.width<br><br>y=thisComp.layer(&quot;POINT&quot;).transform.position[1]-thisComp.height/2;<br>y/thisComp.width<br><br>z=thisComp.layer(&quot;POINT&quot;).transform.position[2];<br>z/thisComp.width<br> <br><br>...用在粒子的X（[0]),Y([1]),Z([2])上。。。<br>point为指引层...  粒子根据此层的三维移动而移动...<br>（注这表达式写在的是AE自带的粒子世界上... 如果用trapcode的particular的话 直接在发射器XY上连线到移动 的[0][1] Z拉到[2]上 更为快捷... ）<br> <br>write on 配合摄像机做路径也不麻烦...但用这几个表达式可以省去手描这一步 比较方便<br>很常用的表达式..记一下.. <!--v:3.2--> ]]></description>
<category><![CDATA[个人日记]]></category>
<author><![CDATA[185238997@qq.com(Key)]]></author>
<comments>http://185238997.qzone.qq.com/blog/1258946937#comment</comments>
<qz:effect>134218240</qz:effect>
<pubDate>Mon, 23 Nov 2009 03:28:57 GMT</pubDate>
<guid>http://185238997.qzone.qq.com/blog/1258946937</guid>
</item>

<item>
<title><![CDATA[练技术明年我也要参加春秋核战！]]></title>
<link>http://185238997.qzone.qq.com/blog/1258864457</link>
<description><![CDATA[http://seeasea.net/sprau/<br>今年的核战结束了....  真的非常精彩！明年我也想参加！....但是明年不举办了...，错过了第一届，无缘第二届 哎... <!--v:3.2--> ]]></description>
<category><![CDATA[个人日记]]></category>
<author><![CDATA[185238997@qq.com(Key)]]></author>
<comments>http://185238997.qzone.qq.com/blog/1258864457#comment</comments>
<qz:effect>134218240</qz:effect>
<pubDate>Sun, 22 Nov 2009 04:34:17 GMT</pubDate>
<guid>http://185238997.qzone.qq.com/blog/1258864457</guid>
</item>

<item>
<title><![CDATA[原创MAD]銀魂紅蜘蛛編-with you-]]></title>
<link>http://185238997.qzone.qq.com/blog/1257785260</link>
<description><![CDATA[ZOOME 近期好像不给外连了... 复制地址进去看高清的吧...（直接点击可能会算你盗链）<br><a href="http://zoome.jp/xiaobai927/diary/15/" target="_blank"><span style="color:#000000;line-height:1.8em;">http://zoome.jp/xiaobai927/diary/15/</span><wbr /></a><wbr />  <br> <br>新浪<br><embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" menu="false" id="flash0" width="512" height="384" src="http://p.you.video.sina.com.cn/player/outer_player.swf?auto=1&amp;vid=25930069&amp;uid=1257200061" /><br><a href="http://220.170.79.48/plus/view.php?aid=56993" target="_blank">http://220.170.79.48/plus/view.php?aid=56993</a><wbr /> <!--v:3.2--> ]]></description>
<category><![CDATA[个人日记]]></category>
<author><![CDATA[185238997@qq.com(Key)]]></author>
<comments>http://185238997.qzone.qq.com/blog/1257785260#comment</comments>
<qz:effect>134222354</qz:effect>
<pubDate>Mon, 09 Nov 2009 16:47:40 GMT</pubDate>
<guid>http://185238997.qzone.qq.com/blog/1257785260</guid>
</item>

<item>
<title><![CDATA[这才是海猫动画！金千秋你别做了！让同人来做吧！]]></title>
<link>http://185238997.qzone.qq.com/blog/1257667403</link>
<description><![CDATA[<embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" menu="false" id="flash0" width="512" height="384" src="http://vhead.blog.sina.com.cn/player/outer_player.swf?auto=0&amp;vid=25846453&amp;uid=1574307652" /><br>~http://you.video.sina.com.cn/b/25846453-1574307652.html<br> <br>什么都不说了 等TV完结之时再来对比  看看到底哪家出色<br><span style="text-decoration:underline;"><wbr /></span><wbr /><a href="http://vhead.blog.sina.com.cn/player/outer_player.swf?auto=0&amp;vid=25846453&amp;uid=1574307652" target="_blank"></a><wbr /> <!--v:3.2--> ]]></description>
<category><![CDATA[个人日记]]></category>
<author><![CDATA[185238997@qq.com(Key)]]></author>
<comments>http://185238997.qzone.qq.com/blog/1257667403#comment</comments>
<qz:effect>134222336</qz:effect>
<pubDate>Sun, 08 Nov 2009 08:03:23 GMT</pubDate>
<guid>http://185238997.qzone.qq.com/blog/1257667403</guid>
</item>

<item>
<title><![CDATA[君に届け]]></title>
<link>http://185238997.qzone.qq.com/blog/1257089119</link>
<description><![CDATA[<br><span style="font-size:16px;line-height:1.8em;">抱着试试看的态度看了，结果一发不可收拾</span><wbr /><br><span style="font-size:16px;line-height:1.8em;">我已经很久没有被这么傻傻的女孩子所感动第一部第一集就把感动了的作品</span><wbr /><br> <br><span style="color:#000000;line-height:1.8em;">------------第一话----------</span><wbr /><br><span style="color:#000000;line-height:1.8em;"><wbr /><a href="http://i.imagehost.org/0203/5_216759_50cf83d54b27e96.jpg" target="_blank"><img style="width:504px;height:287px;border:0;" src="http://i.imagehost.org/0203/5_216759_50cf83d54b27e96.jpg" /></a><wbr /></span><wbr /><br><span style="color:#000000;line-height:1.8em;">做工非常精细 每个画面都很传神~连漫画党都有说动画比漫画好的~</span><wbr /><br><wbr /><a href="http://i.imagehost.org/0513/5_216759_645498eb7b824dc.jpg" target="_blank"><img style="width:504px;height:287px;border:0;" src="http://i.imagehost.org/0513/5_216759_645498eb7b824dc.jpg" /></a><wbr /><br><wbr /><a href="http://i.imagehost.org/0571/5_216759_fb8b2e6e406ed6e.jpg" target="_blank"><img style="width:504px;height:287px;border:0;" src="http://i.imagehost.org/0571/5_216759_fb8b2e6e406ed6e.jpg" /></a><wbr /><br><wbr /><a href="http://i.imagehost.org/0450/5_216759_ad68501cce4cf76.jpg" target="_blank"><img style="width:504px;height:287px;border:0;" src="http://i.imagehost.org/0450/5_216759_ad68501cce4cf76.jpg" /></a><wbr /><br>一个处处为他人照想的傻傻的女孩，却总是被他人误会,总是孤独的流泪...<br><br>------------第二话----------<br>什么也不说了~ 看到这一幕的时候 就足够让人泪目的了<br><wbr /><a href="http://i786.photobucket.com/albums/yy148/yingabc/snapshot20091023182504.png" target="_blank"><img style="width:848px;height:480px;border:0;" src="http://i786.photobucket.com/albums/yy148/yingabc/snapshot20091023182504.png" /></a><wbr /><br> <br><br>---第三话-------------------------------<br><wbr /><a href="http://i.imagehost.org/0882/18.jpg" target="_blank"><img style="width:611px;height:389px;border:0;" src="http://i.imagehost.org/0882/18.jpg" /></a><wbr /><br><wbr /><a href="http://i299.photobucket.com/albums/mm306/nakai_mei/OTHER/19.jpg" target="_blank"><img style="width:500px;height:283px;border:0;" src="http://i299.photobucket.com/albums/mm306/nakai_mei/OTHER/19.jpg" /></a><wbr /><br>最美丽的笑容<br><br>-------------------------第四话----------------<br><wbr /><a href="http://i.imagehost.org/0386/408_290024_7436c38b16a2579.jpg" target="_blank"><img style="width:800px;height:500px;border:0;" src="http://i.imagehost.org/0386/408_290024_7436c38b16a2579.jpg" /></a><wbr /><br><span style="font-size:16px;line-height:1.8em;"><span style="font-weight:bold"><wbr />流言，重重地搁在了彼此的心里；误会，也一层层地加深。压抑、揪心，这便是看完第四话后的心情··</span><wbr /></span><wbr /> <br><span style="font-size:16px;line-height:1.8em;"><span style="font-weight:bold"><wbr />“巧妙”的剧情一次次避开了可以解开误会的契机，也正是这样的安排，让我们看到了这样的一位爽子</span><wbr /></span><wbr /> <br><span style="font-size:16px;line-height:1.8em;"><span style="font-weight:bold"><wbr />即便孤单，依然可以一人承受--因为我在身边的话会给你们带来麻烦，多么简单的理由</span><wbr /></span><wbr /> <br><span style="font-size:16px;line-height:1.8em;"><span style="font-weight:bold"><wbr />我们知道，这三位在她心中的位置是多么特殊</span><wbr /></span><wbr /> <br><span style="font-size:16px;line-height:1.8em;"><span style="font-weight:bold"><wbr />因为拥有这些朋友，她感受到了之前想都没想过的幸福，也一直希望这样的感受可以继续下去。</span><wbr /></span><wbr /> <br><span style="font-size:16px;line-height:1.8em;"><span style="font-weight:bold"><wbr />然而今天，她决定要离开他们。</span><wbr /></span><wbr /> <br><span style="font-size:16px;line-height:1.8em;"><span style="font-weight:bold"><wbr />抛下多么想在一起的愿望，仅仅只是为了朋友可以更好的生活——没有我的话，你们就不会这么难过了。</span><wbr /></span><wbr /> <br><br><br> <!--v:3.2--> ]]></description>
<category><![CDATA[个人日记]]></category>
<author><![CDATA[185238997@qq.com(Key)]]></author>
<comments>http://185238997.qzone.qq.com/blog/1257089119#comment</comments>
<qz:effect>134218241</qz:effect>
<pubDate>Sun, 01 Nov 2009 15:25:19 GMT</pubDate>
<guid>http://185238997.qzone.qq.com/blog/1257089119</guid>
</item>

<item>
<title><![CDATA[纪念下 我的MAD首次上NICO排行榜！]]></title>
<link>http://185238997.qzone.qq.com/blog/1256530122</link>
<description><![CDATA[<br><wbr /><a href="http://i.imagehost.org/0879/eeea.jpg" target="_blank"><img style="width:576px;height:550px;border:0;" src="http://i.imagehost.org/0879/eeea.jpg" /></a><wbr /><br>截图纪念下<br> <br>今天：<br><wbr /><a href="http://i.imagehost.org/0053/10.jpg" target="_blank"><img style="width:697px;height:495px;border:0;" src="http://i.imagehost.org/0053/10.jpg" /></a><wbr /><br> <!--v:3.2--> ]]></description>
<category><![CDATA[个人日记]]></category>
<author><![CDATA[185238997@qq.com(Key)]]></author>
<comments>http://185238997.qzone.qq.com/blog/1256530122#comment</comments>
<qz:effect>134218241</qz:effect>
<pubDate>Mon, 26 Oct 2009 04:08:42 GMT</pubDate>
<guid>http://185238997.qzone.qq.com/blog/1256530122</guid>
</item>

<item>
<title><![CDATA[[原创MAD] うみねこのなく頃に -TSUBASA- 增加国内高画质]]></title>
<link>http://185238997.qzone.qq.com/blog/1256403482</link>
<description><![CDATA[<br> <br>祝贺下 NICO排行前10了！<br><wbr /><a href="http://i.imagehost.org/0053/10.jpg" target="_blank"><img style="width:697px;height:495px;border:0;" src="http://i.imagehost.org/0053/10.jpg" /></a><wbr /><br><br> <br>恩 这次这只做的满久的 差不多1个多月到2月吧（和显示器被盗有一定关系...） (上次AS也是用的这次的素材..）所以特别淡定...<br>    用我那蹩脚的日语水平打通EP5后 还是被感动了一把 [s:53] ED想起的时候真的很有感觉（就是这首曲子）...于是激情上来就开始做了....但是因为海猫的动画...现在还没到那些时候...要组织起来比较困难...所以就想到用歌词和特效来做了...但是,这首歌现在只有2CH的歌词,我在网上也没有找到中文版的,所以自己翻译起来有一定的困难。所以非常感谢KFC的会长和便当君的翻译帮助~~ <br>    有爱的东西做多久都不嫌累，海猫真的是部好作品，热血催泪都不少，游戏里已经泪目过很多次了~所以动画党们不要放弃，那么多感人热血的元素，虽然动画不可能都表达出来，但也不会让你们失望的，谢谢各位的观看 。<br> <br>高画质（日本）： <br>QQ空间问题，可能观看会卡，卡的话直接去ZOOME看吧..国内的还在弄..<br><a href="http://zoome.jp/xiaobai927/diary/12" target="_blank">http://zoome.jp/xiaobai927/diary/12</a><wbr /> 建议直接点击进去观看<br><br><embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" menu="false" id="flash0" width="640" height="512" src="http://zoome.jp/xiaobai927/zpdia/p/12/55" /><br>国内<br>sina:<br><embed invokeURLs="false" allowNetworking="internal" allowscriptaccess="never" menu="false" id="flash1" width="512" height="384" src="http://p.you.video.sina.com.cn/player/outer_player.swf?auto=1&amp;vid=25490138&amp;uid=1257200061" /><br> <br>NICO上的一些评价：<br><wbr /><a href="http://b25.photo.store.qq.com/http_imgload.cgi?/rurl4_b=50bb5de6311c33c1436e2d38489fb39f829e5f1418632eac6342c1fe7222ae1dfabcec590b66100eacd071aa5af4ae1985b9b8df16cf58b1fdf9dd81c877389b71dc9a3d2820a1270dc89829787c2748cb71af48&amp;a=25&amp;b=25" target="_blank"><img style="width:532px;height:337px;border:0;" src="http://b25.photo.store.qq.com/http_imgload.cgi?/rurl4_b=50bb5de6311c33c1436e2d38489fb39f829e5f1418632eac6342c1fe7222ae1dfabcec590b66100eacd071aa5af4ae1985b9b8df16cf58b1fdf9dd81c877389b71dc9a3d2820a1270dc89829787c2748cb71af48&amp;a=25&amp;b=25" /></a><wbr /><br><wbr /><a href="http://b12.photo.store.qq.com/http_imgload.cgi?/rurl4_b=50bb5de6311c33c1436e2d38489fb39f1aa1eb5084d7041d2b8d475db2bec59acb9394f75b32e3d03e6f8d8e2ce12cfa096b67085e3ef4ba1b618b51f911baaaff45519c5f0b0f86b23e2a1813a1648d3a37c0d7&amp;a=12&amp;b=12" target="_blank"><img style="width:641px;height:339px;border:0;" src="http://b12.photo.store.qq.com/http_imgload.cgi?/rurl4_b=50bb5de6311c33c1436e2d38489fb39f1aa1eb5084d7041d2b8d475db2bec59acb9394f75b32e3d03e6f8d8e2ce12cfa096b67085e3ef4ba1b618b51f911baaaff45519c5f0b0f86b23e2a1813a1648d3a37c0d7&amp;a=12&amp;b=12" /></a><wbr /><br><wbr /><a href="http://b24.photo.store.qq.com/http_imgload.cgi?/rurl4_b=50bb5de6311c33c1436e2d38489fb39f725369dedcc0a22201ad387d9b269ddf3569e0db226b0960f98d2a556f588a3b4339a8a56a8e79fc235711d6105ecd9810d7feb4c9c8496cadeabdc05d5b14eaa26d8222&amp;a=12&amp;b=24" target="_blank"><img style="width:618px;height:287px;border:0;" src="http://b24.photo.store.qq.com/http_imgload.cgi?/rurl4_b=50bb5de6311c33c1436e2d38489fb39f725369dedcc0a22201ad387d9b269ddf3569e0db226b0960f98d2a556f588a3b4339a8a56a8e79fc235711d6105ecd9810d7feb4c9c8496cadeabdc05d5b14eaa26d8222&amp;a=12&amp;b=24" /></a><wbr /><br> <br>继续努力！ <!--v:3.2--> ]]></description>
<category><![CDATA[个人日记]]></category>
<author><![CDATA[185238997@qq.com(Key)]]></author>
<comments>http://185238997.qzone.qq.com/blog/1256403482#comment</comments>
<qz:effect>134222355</qz:effect>
<pubDate>Sat, 24 Oct 2009 16:58:02 GMT</pubDate>
<guid>http://185238997.qzone.qq.com/blog/1256403482</guid>
</item>

<item>
<title><![CDATA[都咬破肚脐去死吧]]></title>
<link>http://185238997.qzone.qq.com/blog/1255872548</link>
<description><![CDATA[<br>        大一为网络部做了他们那么多视频，奖励学分不给加，说这个可以留到综合测评加分，好今天奖励测评了，哪里可以，我在哪里可以找到我所付出所得到的回报？锻炼？笑话，直接买本书来蒙头去做也比做这么一个大一的视频学到的多， 一进去不久就当组长，本来想学技术的，到头来呢？全部还不是都是由我打理，恩 我们视频组的都很努力，但是到头来呢？看看大一结束，除了我以外的人几乎都走光了。为啥？累啊，有谁愿意天天都熬通宵的做没爱的视频啊？做那么多到头来没地放，也不知道看这些视频的“领导”是何人？人意我也算是尽到头了，留到了最后。但是今天我真的怒了，一直忽悠到现在，综合测评还不是和那些部员一样，付出和没付出回报是一样的。我不是圣人，现在就是不爽，很不爽，相当不爽。忽悠我，全都忽悠我，我可被忽悠的好惨。王导，每次都装好人，奖励学分问你的时候说到综合测评，现在呢？你告诉我，我那30多个视频找谁加分去，你说锻炼，锻炼毛，我现在真他妈就是想要学分，锻炼毛，宿舍显示器被盗，你也说让我当做教训，我他妈欠谁了？玩弄别人的付出真的很开心吗？<br> <!--v:3.2--> ]]></description>
<category><![CDATA[个人日记]]></category>
<author><![CDATA[185238997@qq.com(Key)]]></author>
<comments>http://185238997.qzone.qq.com/blog/1255872548#comment</comments>
<qz:effect>134218240</qz:effect>
<pubDate>Sun, 18 Oct 2009 13:29:08 GMT</pubDate>
<guid>http://185238997.qzone.qq.com/blog/1255872548</guid>
</item>

<item>
<title><![CDATA[- -]]></title>
<link>http://185238997.qzone.qq.com/blog/1254204900</link>
<description><![CDATA[<br>「以上により、祖父さまの不在は証明され、夏妃伯母さんの、祖父さまを巡る不名誉は返上されるッ！！」<br>「夏妃伯母さんは純潔にして貞淑だ！<br>貴様ら好みの下劣な物語は許さないッ！！」<br>「………ば、………戦人くん……！！」<br> <br>就想把这段台词记下...<br> <!--v:3.2--> ]]></description>
<category><![CDATA[个人日记]]></category>
<author><![CDATA[185238997@qq.com(Key)]]></author>
<comments>http://185238997.qzone.qq.com/blog/1254204900#comment</comments>
<qz:effect>134218240</qz:effect>
<pubDate>Tue, 29 Sep 2009 06:15:00 GMT</pubDate>
<guid>http://185238997.qzone.qq.com/blog/1254204900</guid>
</item>

</channel>
</rss>

