<?xml version="1.0" encoding="UTF-8" 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>洋洋的小站</title><link>http://blog.525ya.com/</link><description>专注于web网站开发及互联网营销,广交朋友。</description><generator>RainbowSoft Studio Z-Blog 1.8 Walle Build 100427</generator><language>zh-CN</language><copyright>Copyright 2006-2010 blog.525ya.com. Some Rights Reserved.浙ICP备06026058号</copyright><pubDate>Thu, 17 May 2012 15:42:27 +0800</pubDate><item><title>破解winrar 4.11正式版 注册码</title><author>master@cnwyy.com (cnwyy)</author><link>http://blog.525ya.com/post/649.html</link><pubDate>Thu, 10 May 2012 11:24:14 +0800</pubDate><guid>http://blog.525ya.com/post/649.html</guid><description><![CDATA[<p>&nbsp;从网上下载个正版的winrar，安装</p><div>把下面这段复制后粘贴到记事本里，保存为rarreg.key，注意后缀名不是.txt而是.key。然后把这个rarreg.key复制粘贴到winrar安装文件夹覆盖原来的文件就行了。</div><div>&nbsp;</div><div>RAR registration data</div><div>Team EAT</div><div>Single PC usage license</div><div>UID=c97811c0f0ceeb28c500</div>...]]></description><category>计算机技巧</category><comments>http://blog.525ya.com/post/649.html#comment</comments><wfw:comment>http://blog.525ya.com/</wfw:comment><wfw:commentRss>http://blog.525ya.com/feed.asp?cmt=649</wfw:commentRss><trackback:ping>http://blog.525ya.com/cmd.asp?act=tb&amp;id=649&amp;key=f0d3a098</trackback:ping></item><item><title>消失的苹果“刷榜族”</title><author>master@cnwyy.com (cnwyy)</author><link>http://blog.525ya.com/post/648.html</link><pubDate>Sat, 07 Apr 2012 08:59:32 +0800</pubDate><guid>http://blog.525ya.com/post/648.html</guid><description><![CDATA[<p>&nbsp;<span style="background-color: rgb(244, 248, 250); font-family: 宋体; font-size: 14px; line-height: 1.7em; text-indent: 2em; ">4月6日，号称App Store排名优化鼻祖、国内最大的iOS刷榜公司itunesrank的网站主页已经无法打开。此时，距离该公司3月22日发布业务全面暂停的公告刚刚过去两周时间。</span></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.7em; text-indent: 2em; font-family: 宋体; font-size: 14px; background-color: rgb(244, 248, 250); ">不久之前，江湖还在传言这是为数不多尚未放弃研究苹果新规则的刷量公司，他们已经购买了大量的iPad、iTouch等设备，试图在破解苹果的排名新算法之后重启业务。</p>...]]></description><category>网络文摘</category><comments>http://blog.525ya.com/post/648.html#comment</comments><wfw:comment>http://blog.525ya.com/</wfw:comment><wfw:commentRss>http://blog.525ya.com/feed.asp?cmt=648</wfw:commentRss><trackback:ping>http://blog.525ya.com/cmd.asp?act=tb&amp;id=648&amp;key=397c06c7</trackback:ping></item><item><title>IIS服务器开启shtml的GZIP压缩方法</title><author>master@cnwyy.com (cnwyy)</author><link>http://blog.525ya.com/post/647.html</link><pubDate>Fri, 09 Mar 2012 09:03:53 +0800</pubDate><guid>http://blog.525ya.com/post/647.html</guid><description><![CDATA[<p>&nbsp;网上N多资料介绍在IIS6下开启gzip压缩，经测试除了shtml、shtm之外的其他文件都能成功开启GZIP压缩。这些资料的通病是说把shtml加在HcFileExtensions中，经测试，这个是失败的。然后经过笔者多次实验，应该把shtml及shtm放在HcScriptFileExtensions内，可正常压缩，如果把shtml文件后缀改成了其他后缀，如html，也要把html放</p>]]></description><category>网络技术</category><comments>http://blog.525ya.com/post/647.html#comment</comments><wfw:comment>http://blog.525ya.com/</wfw:comment><wfw:commentRss>http://blog.525ya.com/feed.asp?cmt=647</wfw:commentRss><trackback:ping>http://blog.525ya.com/cmd.asp?act=tb&amp;id=647&amp;key=c7471fb2</trackback:ping></item><item><title>织梦DEDECMS5.7 Tags标签URL去掉中文用数字id调用</title><author>master@cnwyy.com (cnwyy)</author><link>http://blog.525ya.com/post/646.html</link><pubDate>Thu, 08 Mar 2012 15:07:48 +0800</pubDate><guid>http://blog.525ya.com/post/646.html</guid><description><![CDATA[<p>dedecms5.7在默认情况下，tags的url一般是这样：</p><p>+ tags.php + ? + / + 中文tag加密字符串</p><p>从实际情况看，google对中文的url很友好，收录很快，也会给予一定的权重。但是百度对中文的url貌似不感冒，虽然这有可能是测试时间比较短，百度还没有反应过来，但是万一百度真的对tag的中文url不感冒就麻烦了。所以出于稳妥考虑，下面的修改方法是采用tags的id来进行url构造，让它更符合标准化一些。</p><p>登陆织梦5.7后台，找到tag.lib.php文件，大约在87行：</p>...]]></description><category>网站制作</category><comments>http://blog.525ya.com/post/646.html#comment</comments><wfw:comment>http://blog.525ya.com/</wfw:comment><wfw:commentRss>http://blog.525ya.com/feed.asp?cmt=646</wfw:commentRss><trackback:ping>http://blog.525ya.com/cmd.asp?act=tb&amp;id=646&amp;key=cf1611ed</trackback:ping></item><item><title>织梦5.6和5.7跳转地址更改直接地址方法</title><author>master@cnwyy.com (cnwyy)</author><link>http://blog.525ya.com/post/645.html</link><pubDate>Thu, 08 Mar 2012 10:15:44 +0800</pubDate><guid>http://blog.525ya.com/post/645.html</guid><description><![CDATA[<p>织梦5.6和5.7跳转地址更改直接地址方法,已经测试可行 &nbsp;DEDECMS V5.6&nbsp; 修改： include/channelunit.func.php &nbsp;DEDECMS V5.7&nbsp; 修改： include/helpers/channelunit.helper.php 将： $GLOBALS['cfg_phpurl'].&quot;/view.php?aid</p>]]></description><category>网站制作</category><comments>http://blog.525ya.com/post/645.html#comment</comments><wfw:comment>http://blog.525ya.com/</wfw:comment><wfw:commentRss>http://blog.525ya.com/feed.asp?cmt=645</wfw:commentRss><trackback:ping>http://blog.525ya.com/cmd.asp?act=tb&amp;id=645&amp;key=167ed8a6</trackback:ping></item><item><title>“每天对着电脑4-6小时的人必看”之粉碎</title><author>master@cnwyy.com (cnwyy)</author><link>http://blog.525ya.com/post/644.html</link><pubDate>Mon, 05 Mar 2012 11:30:34 +0800</pubDate><guid>http://blog.525ya.com/post/644.html</guid><description><![CDATA[<p>&nbsp;<span style="background-color: rgb(229, 236, 244); font-family: Verdana; font-size: 14px; line-height: 21px; text-align: left; ">一篇题为《电脑辐射----每天对着电脑4-6小时的人必看》的文章在网上流传很久了。在仙人掌、防辐射服依旧走俏市场的情况下，我们就来翻翻旧账，批量粉碎一下：</span></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-family: Verdana; font-size: 14px; line-height: 21px; text-align: left; background-color: rgb(229, 236, 244); ">&nbsp;</p>...]]></description><category>网络文摘</category><comments>http://blog.525ya.com/post/644.html#comment</comments><wfw:comment>http://blog.525ya.com/</wfw:comment><wfw:commentRss>http://blog.525ya.com/feed.asp?cmt=644</wfw:commentRss><trackback:ping>http://blog.525ya.com/cmd.asp?act=tb&amp;id=644&amp;key=900cabfc</trackback:ping></item><item><title>微软Windows XP仍具重要作用的10大理由</title><author>master@cnwyy.com (cnwyy)</author><link>http://blog.525ya.com/post/643.html</link><pubDate>Sat, 03 Mar 2012 11:38:47 +0800</pubDate><guid>http://blog.525ya.com/post/643.html</guid><description><![CDATA[<p>&nbsp;<span style="background-color: rgb(229, 236, 244); font-family: Verdana; font-size: 14px; line-height: 21px; text-align: left; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-weight: bold; ">著名IT杂志《eWeek》网站今天发表了分析文章，称微软的Windows&nbsp;XP系统已经面世10周年，但此操作系统可谓经久不衰，至今仍在市场上起着 重要作用。</span><span style="background-color: rgb(229, 236, 244); font-family: Verdana; font-size: 14px; line-height: 21px; text-align: left; ">《eWeek》杂志表示，微软于2001年发布了Windows&nbsp;XP操作系统，当时主要希望是提高此系列系统的安全性和生产力，并促进该系统占领普通消息者和企业消费者市场。</span></p>...]]></description><category>网络文摘</category><comments>http://blog.525ya.com/post/643.html#comment</comments><wfw:comment>http://blog.525ya.com/</wfw:comment><wfw:commentRss>http://blog.525ya.com/feed.asp?cmt=643</wfw:commentRss><trackback:ping>http://blog.525ya.com/cmd.asp?act=tb&amp;id=643&amp;key=0dcfb0a9</trackback:ping></item><item><title>apache Rewrite 二级域名设定 </title><author>master@cnwyy.com (cnwyy)</author><link>http://blog.525ya.com/post/642.html</link><pubDate>Sat, 25 Feb 2012 12:03:10 +0800</pubDate><guid>http://blog.525ya.com/post/642.html</guid><description><![CDATA[<p>&nbsp;<span style="text-indent: 2em; ">在httpd.conf中，对某个主机进行以下操作：</span></p><p style="TEXT-INDENT: 2em">&lt;VirtualHost ip:80&gt;</p><p style="TEXT-INDENT: 2em">rewriteengine on</p><p style="TEXT-INDENT: 2em">rewritecond %{HTTP_HOST} [^.]+\.域名\.com$</p>...]]></description><category>计算机技巧</category><comments>http://blog.525ya.com/post/642.html#comment</comments><wfw:comment>http://blog.525ya.com/</wfw:comment><wfw:commentRss>http://blog.525ya.com/feed.asp?cmt=642</wfw:commentRss><trackback:ping>http://blog.525ya.com/cmd.asp?act=tb&amp;id=642&amp;key=69de3885</trackback:ping></item><item><title>工作与梦想中的工作 - 给应届生的建议</title><author>master@cnwyy.com (cnwyy)</author><link>http://blog.525ya.com/post/640.html</link><pubDate>Fri, 24 Feb 2012 13:31:40 +0800</pubDate><guid>http://blog.525ya.com/post/640.html</guid><description><![CDATA[<p>我最近参加了 Big Ivy University （BIU）的招聘会，和大约50位计算机专业的本科生交谈过。他们希望能到我的公司 10gen  来实习或者正式工作。我确信他们之中有很聪明的，但是他们没有学会如何把自己和别人区分出来。在我看来这些学生有类似的建立，类似的着装，类似的语言来和我聊天。<br />&nbsp;</p><p><img width="400" height="300" style="margin-right: auto; margin-left: auto; display: block;" alt="" src="http://blog.525ya.com/upload/201202241332273367.jpg" /><br />...</p>]]></description><category>网络文摘</category><comments>http://blog.525ya.com/post/640.html#comment</comments><wfw:comment>http://blog.525ya.com/</wfw:comment><wfw:commentRss>http://blog.525ya.com/feed.asp?cmt=640</wfw:commentRss><trackback:ping>http://blog.525ya.com/cmd.asp?act=tb&amp;id=640&amp;key=ac52d431</trackback:ping></item><item><title>谷歌员工离职五大原因：其它岗位低工程师一等</title><author>master@cnwyy.com (cnwyy)</author><link>http://blog.525ya.com/post/641.html</link><pubDate>Fri, 24 Feb 2012 13:31:40 +0800</pubDate><guid>http://blog.525ya.com/post/641.html</guid><description><![CDATA[<p>新闻来源:TechWeb谷歌被认为是最有乐趣的工作环境之一，但为何还是有谷歌员工离开呢？以下是一些人离职的首要原因：1. 如果你不是工程师，做好低人一等的准备吧。&nbsp;在大多数公司，产品经理比工程师更有价值。但在谷歌，工程师拥有最终拍板权。这样一来，设计师、广告人员就无足轻重了。这是一些谷歌前员工离职的原因。2.  有时候是得往前看了。两位谷歌前员工表示，他们在谷歌待了挺长时间，想要尝试新事</p>]]></description><category>网络文摘</category><comments>http://blog.525ya.com/post/641.html#comment</comments><wfw:comment>http://blog.525ya.com/</wfw:comment><wfw:commentRss>http://blog.525ya.com/feed.asp?cmt=641</wfw:commentRss><trackback:ping>http://blog.525ya.com/cmd.asp?act=tb&amp;id=641&amp;key=b21be0a7</trackback:ping></item></channel></rss>

