<?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/cecoo" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/cecoo" type="application/rss+xml"></fs:self_link><lastBuildDate>Tue, 07 Jun 2011 14:48:00 GMT</lastBuildDate><title>岭南六少</title><description>岭南六少：致力于Web技术的研究</description><link>http://blog.csdn.net/blogrss.aspx?username=cecoo</link><item><title>近来打算帮老婆把网店推广起来，所有正在研究网络推广</title><link>http://blog.csdn.net/cecoo/archive/2011/06/07/6530608.aspx</link><description>&lt;br /&gt;近来准备着手研究一下网络营销和网店推广的课题，刚好双儿在淘宝开了家女性时尚用品店&quot; 双儿时尚轩&quot;，所以打算就用她的店铺来试着推广一下，尝试一下各种网络营销方法。我会不定期的公布推广方法以及推广效果。请关注同学课题的同学留意我的新浪博客。 &lt;br /&gt;下面是一些我想到的推广方法：&lt;br /&gt; 1.微博推广&lt;br /&gt;    感觉一下开始使用微博推广效果应该不会是很快，毕竟大家都不是名人，不过这样多加入一些微群，多交些朋友这样一段时间之后效果会比较明显的，因为微博大家基本上都是实名，通过一段时间的关注，朋友们都了解你是怎么样的人，当朋友们有需求的时候他们就会第一个想到你有开网店，所以他们就是潜在客户啦。&lt;br /&gt;2.QQ群、旺旺群等即时通讯功能推广&lt;br /&gt;    使用qq群推广相信大家都不会陌生，应该大家的qq多少都会加上那么几个群，都会碰上有人在qq群里面发广告这样的事情。虽然大家都很讨厌有人在群里面发布广告，但是有时候刚好碰上有需求的朋友那么就会给你的网店带来浏览和潜在的客户。就我所识，一般通过qq群推广有如下手法：最笨拙的就是通过暴力发广告，通过不停的加群，不停发广&lt;img src=&quot;http://www1.feedsky.com/t1/520363248/cecoo/csdn.net/s.gif?r=http://blog.csdn.net/cecoo/archive/2011/06/07/6530608.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><pubDate>Tue, 07 Jun 2011 22:48:00 +0800</pubDate><author>tenking</author><guid isPermaLink="false">http://blog.csdn.net/cecoo/archive/2011/06/07/6530608.aspx</guid><dc:creator>tenking</dc:creator><fs:srclink>http://blog.csdn.net/cecoo/archive/2011/06/07/6530608.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/cecoo/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/cecoo/~1158749/520363248/1158732</fs:itemid></item><item><title>PHP比较时间段一与时间段二是否有交集</title><link>http://blog.csdn.net/cecoo/archive/2011/05/31/6456465.aspx</link><description>&lt;br /&gt;&lt;br /&gt;/*&lt;br /&gt;*比较时间段一与时间段二是否有交集&lt;br /&gt;*/&lt;br /&gt;function isMixTime($begintime1,$endtime1,$begintime2,$endtime2)&lt;br /&gt;{&lt;br /&gt;$status = $begintime2 - $begintime1;&lt;br /&gt;if($status&gt;0){&lt;br /&gt;$status2 = $begintime2 - $endtime1;&lt;br /&gt;if($status2&gt;0){&lt;br /&gt;return false;&lt;br /&gt;}else{&lt;br /&gt;return true;&lt;br /&gt;}&lt;br /&gt;}else{&lt;br /&gt;$status2 = $begintime1 - $endtime2;&lt;br /&gt;if($status2&gt;0){&lt;br /&gt;return false;&lt;br /&gt;}else{&lt;br /&gt;return true;&lt;br /&gt;}&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;}&lt;img src=&quot;http://www1.feedsky.com/t1/520363249/cecoo/csdn.net/s.gif?r=http://blog.csdn.net/cecoo/archive/2011/05/31/6456465.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><pubDate>Tue, 31 May 2011 12:02:00 +0800</pubDate><author>tenking</author><guid isPermaLink="false">http://blog.csdn.net/cecoo/archive/2011/05/31/6456465.aspx</guid><dc:creator>tenking</dc:creator><fs:srclink>http://blog.csdn.net/cecoo/archive/2011/05/31/6456465.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/cecoo/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/cecoo/~1158749/520363249/1158732</fs:itemid></item><item><title>Netbeans7安装python插件</title><link>http://blog.csdn.net/cecoo/archive/2011/05/26/6448624.aspx</link><description>&lt;br /&gt;安装netbeans7之后在插件安装那里找不到python插件，google一下发现官方论坛里面有解决方法，如下：&lt;br /&gt;http://forums.netbeans.org/topic37805.html&lt;br /&gt;Just go to Tools-&gt;Plugins, click Settings. Click Add, and add a new &quot;Update Center&quot; , name it like &quot;Python plugin is here&quot;, and in the link, paste this: &lt;br /&gt;http://deadlock.netbeans.org/hudson/job/nbms-and-javadoc/lastStableBuild/artifact/nbbuild/nbms/updates.xml.gz &lt;img src=&quot;http://www1.feedsky.com/t1/520363250/cecoo/csdn.net/s.gif?r=http://blog.csdn.net/cecoo/archive/2011/05/26/6448624.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><pubDate>Thu, 26 May 2011 22:21:00 +0800</pubDate><author>tenking</author><guid isPermaLink="false">http://blog.csdn.net/cecoo/archive/2011/05/26/6448624.aspx</guid><dc:creator>tenking</dc:creator><fs:srclink>http://blog.csdn.net/cecoo/archive/2011/05/26/6448624.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/cecoo/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/cecoo/~1158749/520363250/1158732</fs:itemid></item><item><title>PHP显示今天、今月、上月、今年的起点/终点时间戳</title><link>http://blog.csdn.net/cecoo/archive/2011/05/24/6442717.aspx</link><description>&lt;br /&gt;PHP显示今天、今月、上月、今年的起点/终点时间戳$t    =   time();$t1   =   mktime(0,0,0,date(“m”,$t),date(“d”,$t),date(“Y”,$t));$t2   =   mktime(0,0,0,date(“m”,$t),1,date(“Y”,$t));$t3   =   mktime(0,0,0,date(“m”,$t)-1,1,date(“Y”,$t));$t4   =   mktime(0,0,0,1,1,date(“Y”,$t));$e1   =   mktime(23,59,59,date(“m”,$t),date(“d”,$t),date(“Y”,$t));$e2   =   mktime(23,59,59,date(“m”,$t),date(“t”),date(“Y”,$t));$e3   =   mktime(23,59,59,date(“m”,$t)-1,date(“t”,$t3),date(“Y”,$t));$e4   =   mktime(23,59,59,12,31,date(“Y”,$t)&lt;img src=&quot;http://www1.feedsky.com/t1/520363251/cecoo/csdn.net/s.gif?r=http://blog.csdn.net/cecoo/archive/2011/05/24/6442717.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><pubDate>Tue, 24 May 2011 16:16:00 +0800</pubDate><author>tenking</author><guid isPermaLink="false">http://blog.csdn.net/cecoo/archive/2011/05/24/6442717.aspx</guid><dc:creator>tenking</dc:creator><fs:srclink>http://blog.csdn.net/cecoo/archive/2011/05/24/6442717.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/cecoo/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/cecoo/~1158749/520363251/1158732</fs:itemid></item><item><title>我收藏的技术站点</title><link>http://blog.csdn.net/cecoo/archive/2011/05/21/6435966.aspx</link><description>python编程python学习 - 一簇簇的部落格小项(肥象) - Powered by BuySzPython PycURL 网络编程 - 真功夫 - 博客园pycurl模块（第三方）（例子）_python_百度空间Python3.0 如何抓取网页 - GAE学苑python 书籍推荐_python 入门书籍-老王pythonpython自由人 最好的python交流学习平台 - Powered by Discuz!Old Nabble - python-chinese @ googlegroups - [CPyUG] Python 和 MFC程序 通信的问题 (请教Windows消息机制高手)简明 Python 教程 _ 前言 _ 本书的读者中蟒 (中文 Python) 编程语言网站 chinesepython首页 - Woodpecker Wiki for CPUGPlanet of Woodpecker.org.cn for CPUG老王python-每天更新一篇python教程[转]用python爬虫抓站的一些技巧总结 - 持续改进........... - JavaEye&lt;img src=&quot;http://www1.feedsky.com/t1/520363252/cecoo/csdn.net/s.gif?r=http://blog.csdn.net/cecoo/archive/2011/05/21/6435966.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><pubDate>Sat, 21 May 2011 08:58:00 +0800</pubDate><author>tenking</author><guid isPermaLink="false">http://blog.csdn.net/cecoo/archive/2011/05/21/6435966.aspx</guid><dc:creator>tenking</dc:creator><fs:srclink>http://blog.csdn.net/cecoo/archive/2011/05/21/6435966.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/cecoo/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/cecoo/~1158749/520363252/1158732</fs:itemid></item><item><title>dwzjs在firefox下遇到页面加载问题解决方法</title><link>http://blog.csdn.net/cecoo/archive/2011/05/21/6435843.aspx</link><description>&lt;br /&gt;正常情况下：&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;firefox下bug：&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;之所以出现上面的情况是因为dwz.frag.xml为加载完就实行了菜单加载，具体看代码：&lt;br /&gt;问题代码：&lt;br /&gt;$(document).ready(function(){&lt;br /&gt; DWZ.init(&quot;__PUBLIC__/dwz/dwz.frag.xml&quot;, {&lt;br /&gt;  loginUrl:&quot;login.html&quot;,&lt;br /&gt;  debug:false,&lt;br /&gt;  statusCode:{ok:1,error:0},&lt;br /&gt;  callback:function(){&lt;br /&gt;   initEnv();&lt;br /&gt;   $(&quot;#themeList&quot;).theme({themeBase:&quot;__PUBLIC__/dwz/themes&quot;});&lt;br /&gt;&lt;br /&gt;  }&lt;br /&gt; });&lt;br /&gt;   $(&quot;#sidebar&quot;).loadUrl(&quot;__APP__/Public/menu&quot;);   &lt;br /&gt;});&lt;br /&gt;修改成如下代&lt;img src=&quot;http://www1.feedsky.com/t1/520363253/cecoo/csdn.net/s.gif?r=http://blog.csdn.net/cecoo/archive/2011/05/21/6435843.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><pubDate>Sat, 21 May 2011 00:26:00 +0800</pubDate><author>tenking</author><guid isPermaLink="false">http://blog.csdn.net/cecoo/archive/2011/05/21/6435843.aspx</guid><dc:creator>tenking</dc:creator><fs:srclink>http://blog.csdn.net/cecoo/archive/2011/05/21/6435843.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/cecoo/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/cecoo/~1158749/520363253/1158732</fs:itemid></item><item><title>thinkphp and dwzjs 开发的一个东东的几张图</title><link>http://blog.csdn.net/cecoo/archive/2011/05/20/6435784.aspx</link><description>&lt;br /&gt;这两周用thinkphp and dwzjs开发了一个小系统，感觉开发效率还算可以，就是程序效率不咋的，还好系统用的人少，漂过去啦&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/520363254/cecoo/csdn.net/s.gif?r=http://blog.csdn.net/cecoo/archive/2011/05/20/6435784.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><pubDate>Fri, 20 May 2011 23:35:00 +0800</pubDate><author>tenking</author><guid isPermaLink="false">http://blog.csdn.net/cecoo/archive/2011/05/20/6435784.aspx</guid><dc:creator>tenking</dc:creator><fs:srclink>http://blog.csdn.net/cecoo/archive/2011/05/20/6435784.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/cecoo/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/cecoo/~1158749/520363254/1158732</fs:itemid></item><item><title>the css view helper (application / layout / helpers / css.php)</title><link>http://blog.csdn.net/cecoo/archive/2011/02/16/6187625.aspx</link><description>&lt;br /&gt;The goal of this helper is also to make managing css files easier. &lt;br /&gt;&lt;br /&gt;This css view helper is really simple, im not kidding ;) It looks really complex but it isn't. There are just so many lines of code because i load several css files. &lt;br /&gt;&lt;br /&gt;If you create a website you will probably have several css files, one for the default layout, a special one for the sick IE (Internet Explorer), perhaps a reset css as i do, another one for handhelds, you will also probably use a javascr&lt;img src=&quot;http://www1.feedsky.com/t1/520363255/cecoo/csdn.net/s.gif?r=http://blog.csdn.net/cecoo/archive/2011/02/16/6187625.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><pubDate>Wed, 16 Feb 2011 11:54:00 +0800</pubDate><author>tenking</author><guid isPermaLink="false">http://blog.csdn.net/cecoo/archive/2011/02/16/6187625.aspx</guid><dc:creator>tenking</dc:creator><fs:srclink>http://blog.csdn.net/cecoo/archive/2011/02/16/6187625.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/cecoo/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/cecoo/~1158749/520363255/1158732</fs:itemid></item><item><title>The layout (application/layout/scripts/layout.phtml)</title><link>http://blog.csdn.net/cecoo/archive/2011/02/16/6187596.aspx</link><description>&lt;br /&gt;This article will show you an example for a zend framework layout in html5. In the next articles i will show you the view helpers i use in this layout. &lt;br /&gt;&lt;br /&gt;I know html5 is new and not supported by all browsers. Especially IE has problems with html5. But there is a solution for the html5 tags, the problem is, it's javascript, so if the user has deactivated javascript this hack won't work. To enable html5 tags in IE before IE9 we use the shiv javascript file from remy sharp. &lt;br /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/520363256/cecoo/csdn.net/s.gif?r=http://blog.csdn.net/cecoo/archive/2011/02/16/6187596.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><pubDate>Wed, 16 Feb 2011 11:50:00 +0800</pubDate><author>tenking</author><guid isPermaLink="false">http://blog.csdn.net/cecoo/archive/2011/02/16/6187596.aspx</guid><dc:creator>tenking</dc:creator><fs:srclink>http://blog.csdn.net/cecoo/archive/2011/02/16/6187596.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/cecoo/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/cecoo/~1158749/520363256/1158732</fs:itemid></item><item><title>The application bootsrap file (application / bootstrap.php)</title><link>http://blog.csdn.net/cecoo/archive/2011/02/16/6187586.aspx</link><description>&lt;br /&gt;For a basic bootstrap there is already a lot of code inside. One thing i haven't included yet is the database initialization as well as the database profiler initialization, i will add that part in as soon as we need it...&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;To make our code more reusable we could write several application resources (that where introduced with zf 1.8) but i won't use them here because i want to keep my tutorial simple. I will perhaps write an article about how to create custom resouces later&lt;img src=&quot;http://www1.feedsky.com/t1/520363257/cecoo/csdn.net/s.gif?r=http://blog.csdn.net/cecoo/archive/2011/02/16/6187586.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><pubDate>Wed, 16 Feb 2011 11:47:00 +0800</pubDate><author>tenking</author><guid isPermaLink="false">http://blog.csdn.net/cecoo/archive/2011/02/16/6187586.aspx</guid><dc:creator>tenking</dc:creator><fs:srclink>http://blog.csdn.net/cecoo/archive/2011/02/16/6187586.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/cecoo/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/cecoo/~1158749/520363257/1158732</fs:itemid></item></channel></rss>
