<?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:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/arcow" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/arcow" type="application/rss+xml"></fs:self_link><lastBuildDate>Fri, 13 Jun 2008 19:38:00 GMT</lastBuildDate><title>arcow的专栏</title><description>我自由，我时尚</description><item><title>终于把csdn博客搬家到百度空间了</title><link>http://blog.csdn.net/arcow/archive/2008/06/13/2544783.aspx</link><wfw:comment>comments/2544783.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2544783.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2544783</trackback:ping><description>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;   从大学开始，一直在csdn上写博，直到工作后发现csdn的博客不是很好用，而且用户基数小，就偶尔写写了，一直想搬家，但也不知道去哪好。最近发现百度空间越来越不错了，于是就计划搬家。&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;在网上找遍了搬家相关，没有与csdn博客相关的搬家工具或者网站，于是自己动手写了一个搬家程序。说干就干，花了二小时写完，于是又花了二小时才搬完，原因居然是太频繁的在百度空间发表博文或提示不允许过于频繁的写博，只好在程序中增加了延时功能，每发一篇休息2分钟，这下就成功了，呵呵。还好是机器在做苦力搬运工，哈哈，要是一个个复制粘贴，不知道要何时。 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&lt;span style=&quot;color: rgb(255, 165, 0); font-weight: bold;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 要是有在csdn博客中的用户也想搬家的话，可以联系我哦，我可以帮你搬家（本来想把搬家程序放到网上去，但由于我&lt;img src =&quot;aggbug/2544783.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 14 Jun 2008 03:38:00 +0800</pubDate><author>冲星</author><comments>http://blog.csdn.net/arcow/archive/2008/06/13/2544783.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/arcow/archive/2008/06/13/2544783.aspx</guid><dc:creator>冲星</dc:creator></item><item><title>Selenium 使用介绍</title><link>http://blog.csdn.net/arcow/archive/2008/03/21/2204346.aspx</link><wfw:comment>comments/2204346.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2204346.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2204346</trackback:ping><description>国内大部分公司还依靠QA组的MM看着测试用例Word文档来手工测试。如果钱人有限，又想改变现状，最实在的自动化测试建议是先编写直接访问数据库的商业层单元测试用例和 基于Selenium的集成测试用例。

    在徐昊指导下，SpringSide2.0 已经全面应用Selenium。

    Selenium能被选为最好集成测试、回归测试方案的原因是：

  1. Selenium IDE ，一个FireFox plugin，能自动记录用户的操作，生成测试脚本。

  2. 生成的测试脚本可以用Selenium Core手工执行，也能基于Selenium RC放入Java，C#，Ruby的单元测试用例中自动运行。

  3. 测试用例调用实际的浏览器(如IE、FireFox)来执行测试。和有些开源方案自行实现Web解释引擎相比，实际的浏览器能模拟更多用户交互和JS语法，顺便还可以测试各浏览器兼容性。

  4. 测试脚本语法非常简单，见后。
  &lt;img src =&quot;aggbug/2204346.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 22 Mar 2008 06:46:00 +0800</pubDate><author>冲星</author><comments>http://blog.csdn.net/arcow/archive/2008/03/21/2204346.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/arcow/archive/2008/03/21/2204346.aspx</guid><dc:creator>冲星</dc:creator></item><item><title>linux下设置ip方法</title><link>http://blog.csdn.net/arcow/archive/2007/08/14/1743248.aspx</link><wfw:comment>comments/1743248.aspx</wfw:comment><slash:comments>2</slash:comments><wfw:commentRss>comments/commentRss/1743248.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1743248</trackback:ping><description>静态方法
注意：所有操作均使用root用户
修改ip：
编辑文件/etc/sysconfig/network-scripts/ifcfg-eth0
&lt;img src =&quot;aggbug/1743248.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 15 Aug 2007 05:11:00 +0800</pubDate><author>冲星</author><comments>http://blog.csdn.net/arcow/archive/2007/08/14/1743248.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/arcow/archive/2007/08/14/1743248.aspx</guid><dc:creator>冲星</dc:creator></item><item><title>javascript event 事件解析</title><link>http://blog.csdn.net/arcow/archive/2007/08/07/1729104.aspx</link><wfw:comment>comments/1729104.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>comments/commentRss/1729104.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1729104</trackback:ping><description>javascript event 事件解析
描述 event代表事件的状态，例如触发event对象的元素、鼠标的位置及状态、按下的键等等。 event对象只在事件发生的过程中才有效。  event的某些属性只对特定的事件有意义。比如，fromElement 和 toElement 属性只对 onmouseover 和  onmouseout 事件有意义。 例子 下面的例子检查鼠标是否在链接上单击，并且，如果shift键被按下，就取消链接的跳转。 &lt;img src =&quot;aggbug/1729104.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 07 Aug 2007 19:50:00 +0800</pubDate><author>冲星</author><comments>http://blog.csdn.net/arcow/archive/2007/08/07/1729104.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/arcow/archive/2007/08/07/1729104.aspx</guid><dc:creator>冲星</dc:creator></item><item><title>写个批处理动态改变公司办公与家用IP地址。</title><link>http://blog.csdn.net/arcow/archive/2007/07/10/1684345.aspx</link><wfw:comment>comments/1684345.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1684345.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1684345</trackback:ping><description>我们通常用笔记本在单位办公，回家在家上网
由于公司和家里的ip设置不一样，这样每次来回设置都很麻烦
于是很多切换ip的软件诞生了，不过通常我们只需在二个ip自由切换，所以写个批处理文件就可以了，不必杀鸡用宰牛刀。&lt;img src =&quot;aggbug/1684345.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 10 Jul 2007 21:38:00 +0800</pubDate><author>冲星</author><comments>http://blog.csdn.net/arcow/archive/2007/07/10/1684345.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/arcow/archive/2007/07/10/1684345.aspx</guid><dc:creator>冲星</dc:creator></item><item><title>Linux下常用压缩格式的压缩与解压方法</title><link>http://blog.csdn.net/arcow/archive/2007/07/09/1683423.aspx</link><wfw:comment>comments/1683423.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1683423.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1683423</trackback:ping><description>大致总结了一下linux下各种格式的压缩包的压缩、解压方法。但是部分方法我没有用到，也就不全，希望大家帮我补充，我将随时修改完善，谢谢！
整理：会游泳的鱼
来自：www.LinuxByte.net
最后更新时间：2005-2-20&lt;img src =&quot;aggbug/1683423.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 09 Jul 2007 19:28:00 +0800</pubDate><author>冲星</author><comments>http://blog.csdn.net/arcow/archive/2007/07/09/1683423.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/arcow/archive/2007/07/09/1683423.aspx</guid><dc:creator>冲星</dc:creator></item><item><title>什么是CSS hack及写法。</title><link>http://blog.csdn.net/arcow/archive/2007/07/06/1681027.aspx</link><wfw:comment>comments/1681027.aspx</wfw:comment><slash:comments>4</slash:comments><wfw:commentRss>comments/commentRss/1681027.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1681027</trackback:ping><description>什么是CSS hack

由于不同的浏览器，比如Internet Explorer 6,Internet Explorer 7,Mozilla Firefox等，对CSS的解析认识不一样，因此会导致生成的页面效果不一样，得不到我们所需要的页面效果。

这个时候我们就需要针对不同的浏览器去写不同的CSS，让它能够同时兼容不同的浏览器，能在不同的浏览器中也能得到我们想要的页面效果。

这个针对不同的浏览器写不同的CSS code的过程，就叫CSS hack,也叫写CSS hack。
&lt;img src =&quot;aggbug/1681027.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 06 Jul 2007 23:21:00 +0800</pubDate><author>冲星</author><comments>http://blog.csdn.net/arcow/archive/2007/07/06/1681027.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/arcow/archive/2007/07/06/1681027.aspx</guid><dc:creator>冲星</dc:creator></item><item><title>使用Xdebug调试和优化PHP程序</title><link>http://blog.csdn.net/arcow/archive/2007/06/23/1663163.aspx</link><wfw:comment>comments/1663163.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1663163.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1663163</trackback:ping><description>为什么需要Debugger?
很多PHP程序员调试使用echo、print_r()、var_dump()、printf()等，其实对于有较丰富开发经验的程序员来说这些也已经足够了，他们往往可以在程序执行的过程中，通过输出特定变量的值可以判断程序执行是否正确，甚至效率高低也可以看出来（当然可能还需要使用一些时间函数）。那么我们为什么还需要一个专门的调试程序来监控我们的程序运行呢？ 这个问题的答案不妨留到后面来揭晓。
 
&lt;img src =&quot;aggbug/1663163.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 23 Jun 2007 19:44:00 +0800</pubDate><author>冲星</author><comments>http://blog.csdn.net/arcow/archive/2007/06/23/1663163.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/arcow/archive/2007/06/23/1663163.aspx</guid><dc:creator>冲星</dc:creator></item><item><title>PHP &amp; memcached</title><link>http://blog.csdn.net/arcow/archive/2007/06/23/1663158.aspx</link><wfw:comment>comments/1663158.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1663158.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1663158</trackback:ping><description>首先是下载 memcached 了，目前最新版本是 1.1.12，直接从官方网站即可下载到 memcached-1.1.12.tar.gz。除此之外，memcached 用到了 libevent，我下载的是 libevent-1.1a.tar.gz。

接下来是分别将 libevent-1.1a.tar.gz 和 memcached-1.1.12&lt;img src =&quot;aggbug/1663158.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 23 Jun 2007 19:35:00 +0800</pubDate><author>冲星</author><comments>http://blog.csdn.net/arcow/archive/2007/06/23/1663158.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/arcow/archive/2007/06/23/1663158.aspx</guid><dc:creator>冲星</dc:creator></item><item><title>一个把时间戳转成日期的javascript函数</title><link>http://blog.csdn.net/arcow/archive/2007/05/17/1613678.aspx</link><wfw:comment>comments/1613678.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1613678.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1613678</trackback:ping><description>&lt;img src =&quot;aggbug/1613678.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 18 May 2007 01:15:00 +0800</pubDate><author>冲星</author><comments>http://blog.csdn.net/arcow/archive/2007/05/17/1613678.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/arcow/archive/2007/05/17/1613678.aspx</guid><dc:creator>冲星</dc:creator></item></channel></rss>