免费电子图书馆


DedeCms的SEO技巧之URL篇

| |
[不指定 2008/09/04 22:00 | by mlzy ]
帮别人写了一些测试用的SEO的站点,用的工具是DEDECMS3.1,当时找想关的CMS程序就花了很多心思,开始用的是国外的几个,都不顺手,在别人的博客看到了有人推荐DEDECMS,下了一个用用,经过小小的努力,当然也是因为有压力(我这个人没点压力什么都做不好),掌握了一些SEO优化技巧,大家一起分享一下吧!

所谓SEO技巧,这里要说的不是<MATE>标签之类的,是URL,不知道大家是否留意过这个。 DEDECMS,提供了几种生成URL的方法,把它叫做“文章命名规则”,有这几种:{Y}、{M}、{D},{timestamp},{aid},{pinyin}, {py},{typedir},{cc}这几种,大家常用哪些呢?在DEDECMS的论坛上,看见有人寻问用{pinyin}的方法,如何去掉文章的 ID,一直没有人回复,也不知道那位兄弟解决了没,但是这里有更好的方法命名后的地址如:http: //www.xxx.com/xxx/dkofkvom.html,类似这种随机数的样子,并且去掉了\"-""_"之类的字符,想知道吗,打开DW,与我一起动手改吧!<br/><br/>首先打开,include\inc_channel_unit_functions.php,在56行左右,$articleRule = str_replace("{py}",GetPinyin($title,1)."_".$aid,$articleRule);改成$ articleRule = str_replace("{py}",GetPinyin($title,1),$articleRule);也就是去掉."_".$aid.<br/><br/>然后在include\inc\inc_fun_funAdmin.php中,把第一个函数function SpGetPinyin($str,$ishead=0,$isclose=1)下面的FOR循环修改为如下:<br/><br/><div class="code"><br/>  for($i=0;$i<24;$i++){<br/>    if(ord($str[$i])>0x80)<br/>    {<br/>        $c = $str[$i].$str[$i+1];<br/>        $i++;<br/>        if(isset($pinyins[$c])){<br/>          if($ishead==0) $restr .= $pinyins[$c];<br/>          else $restr .= $pinyins[$c][0];<br/>        }else $restr .= "";<br/>    }else if( eregi("[a-z]",$str[$i]) ){   $restr .= $str[$i]; }<br/>    else{ $restr .= ""; }<br/>  }<br/><br/></div><br/><br/>这两部都做完之后,把“文章命名规则”写为{typedir}/{py}.html,测试一下你的文章URL吧!是不是很SEO。<!-- Added by RelatedTopic, plugin for Bo-Blog 2.0.0 --> <div style='clear: both; text-align: left; margin-top: 12px; padding: 5px; margin-bottom: 15px;'><strong>相关日志</strong><br/><a href="post/912/">更新了订阅功能</a><br/><a href="post/911/">Gmail新增主题设置功能</a><br/><a href="post/910/">耗资2320万美元仅为装修天花板,联合国没有金融危机</a><br/><a href="post/909/">百度在上海不具备广告经营资格?请看上海工商局答复</a><br/><a href="post/908/">郭沫若的人格问题——小时候被他欺负过的同学们可以来看看了</a><br/></div> <!-- RelatedTopic over --><p><strong>作者:<a href="user/32/">mlzy</a>@<a href="http://www.zhanghongbiao.com">牧龙在野!</a><br />地址:<a href="http://www.zhanghongbiao.com/post/807/">http://www.zhanghongbiao.com/post/807/</a><br /><font color=red>版权所有。转载时必须以链接形式注明作者和原始出处及本声明!</font></strong></p> </div> <div class="tags" style="display: block">Tags: <a href="tags/%25E8%25BD%25AC%25E8%25BD%25BD/" title="Tags: 转载" rel="tag">转载</a> , <a href="tags/%25E7%25BD%2591%25E7%25BB%259C/" title="Tags: 网络" rel="tag">网络</a> , <a href="tags/%25E6%258A%2580%25E6%259C%25AF/" title="Tags: 技术" rel="tag">技术</a> , <a href="tags/dedecms/" title="Tags: dedecms" rel="tag">dedecms</a></div> <div class="textbox-bottom"> <a href="category/15/" title="查看分类: 技术">技术</a> | <a href="post/807/#reply" title="发表您的评论">评论(0)</a> | <a href='javascript: void(0);' title="查看引用地址" onclick='showhidediv("tb807");'>引用(0)</a> | <a href="post/807/">阅读(298)</a> <div id="tb807" style="display: none;" class="textbox-tburl"><strong>引用功能被关闭了。</strong></div> <!-- Added by BookMarkIt, plugin for Bo-Blog 2.0.0 --> <div style='clear: both; text-align: center; margin-top: 22px;'>收藏到 [<a href="javascript:d=document;t=d.selection?(d.selection.type!='None'?d.selection.createRange().text:''):(d.getSelection?d.getSelection():'');void(keyit=window.open('http://www.365key.com/storeit.aspx?t='+escape(d.title)+'&u='+escape(d.location.href)+'&c='+escape(t),'keyit','scrollbars=no,width=475,height=575,left=75,top=20,status=no,resizable=yes'));keyit.focus();" title="功能强大的网络收藏夹,一秒钟操作就可以轻松实现保存带来的价值、分享带来的快乐">天天</a>] [<a href="javascript:t=document.title;u=location.href;e=document.selection?(document.selection.type!='None'?document.selection.createRange().text:''):(document.getSelection?document.getSelection():'');void(open('http://bookmark.hexun.com/post.aspx?title='+escape(t)+'&url='+escape(u)+'&excerpt='+escape(e),'HexunBookmark','scrollbars=no,width=600,height=450,left=80,top=80,status=no,resizable=yes'));">和讯</a>] [<a href="javascript:d=document;t=d.selection?(d.selection.type!='None'?d.selection.createRange().text:''):(d.getSelection?d.getSelection():'');void(wozhai=window.open('http://www.wozhai.com/wozhai/Cento.asp#t='+escape(d.title)+'&u='+escape(d.location.href)+'&c='+escape(t),'wozhai','scrollbars=no,width=475,height=575,left=75,top=20,status=no,resizable=yes'));wozhai.focus();">我摘</a>] [<a href="javascript:d=document;t=d.selection?(d.selection.type!='None'?d.selection.createRange().text:''):(d.getSelection?d.getSelection():'');void(yesky=window.open('http://hot.yesky.com/dp.aspx?t='+escape(d.title)+'&u='+escape(d.location.href)+'&c='+escape(t)+'&st=2','yesky','scrollbars=no,width=400,height=480,left=75,top=20,status=no,resizable=yes'));yesky.focus();" title="天极网摘:文摘|图摘|闪摘|乐摘 http://hot.yesky.com">天极</a>] [<a href="javascript:d=document;t=d.selection?(d.selection.type!='None'?d.selection.createRange().text:''):(d.getSelection?d.getSelection():'');void(vivi=window.open('http://vivi.sina.com.cn/collect/icollect.php?pid=http://www.cg58.com&title='+escape(d.title)+'&url='+escape(d.location.href)+'&desc='+escape(t),'vivi','scrollbars=no,width=480,height=480,left=75,top=20,status=no,resizable=yes'));vivi.focus();" title="收藏的网页将被永久地保存到新浪ViVi收藏夹http://vivi.sina.com.cn">新浪</a>] [<a href="javascript:d=document;t=d.selection?(d.selection.type!='None'?d.selection.createRange().text:''):(d.getSelection?d.getSelection():'');void(keyit=window.open('http://blogmark.blogchina.com/jsp/key/quickaddkey.jsp?k='+encodeURI(d.title)+'&u='+encodeURI(d.location.href)+'&c='+encodeURI(t),'keyit','scrollbars=no,width=500,height=430,status=no,resizable=yes'));keyit.focus();">博采</a>] [<a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.zhanghongbiao.com%2F807&title=DedeCms%E7%9A%84SEO%E6%8A%80%E5%B7%A7%E4%B9%8BURL%E7%AF%87">Del.icio.us</a>]</div> <!-- BookMarkIt over --> </div> </div> <div id="commentWrapper" class="comment-wrapper"> <a name="topreply"></a> <div id="addnew"></div><a href=http://www5.bolaa.com/quickvouch/index.html target=_blank><img src=http://www5.bolaa.com/Resource/images/check_82_19.gif width=82 height=19 border=0 /></a> <div class="comment-pages"> </div> </div> <a name="reply"></a> <div id="commentForm"> <form name="visitorinput" id="visitorinput" method="post" action="javascript: ajax_submit('addreply');"> <table width="100%" border="0" align="center" cellpadding="4" cellspacing="1" class="formbox-comment"> <tr> <td colspan="2" class="formbox-comment-title">发表评论</td> </tr> <tr> <td class="formbox-comment-rowheader" width="140"> <div class="panel-smilies"> <div class="panel-smilies-title">表情</div> <div class="panel-smilies-content"> <div id="smileygroup"><a href="javascript: insertemot('anger');"><img src="images/emot/thumbnail/anger.gif" alt='emot' border='0'/></a><a href="javascript: insertemot('bad');"><img src="images/emot/thumbnail/bad.gif" alt='emot' border='0'/></a><a href="javascript: insertemot('cool');"><img src="images/emot/thumbnail/cool.gif" alt='emot' border='0'/></a><a href="javascript: insertemot('cry');"><img src="images/emot/thumbnail/cry.gif" alt='emot' border='0'/></a><a href="javascript: insertemot('dog');"><img src="images/emot/thumbnail/dog.gif" alt='emot' border='0'/></a><br/><a href="javascript: insertemot('envy');"><img src="images/emot/thumbnail/envy.gif" alt='emot' border='0'/></a><a href="javascript: insertemot('fear');"><img src="images/emot/thumbnail/fear.gif" alt='emot' border='0'/></a><a href="javascript: insertemot('grin');"><img src="images/emot/thumbnail/grin.gif" alt='emot' border='0'/></a><a href="javascript: insertemot('kill');"><img src="images/emot/thumbnail/kill.gif" alt='emot' border='0'/></a><a href="javascript: insertemot('love');"><img src="images/emot/thumbnail/love.gif" alt='emot' border='0'/></a><br/><a href="javascript: insertemot('pig');"><img src="images/emot/thumbnail/pig.gif" alt='emot' border='0'/></a><a href="javascript: insertemot('puke');"><img src="images/emot/thumbnail/puke.gif" alt='emot' border='0'/></a><a href="javascript: insertemot('question');"><img src="images/emot/thumbnail/question.gif" alt='emot' border='0'/></a><a href="javascript: insertemot('shock');"><img src="images/emot/thumbnail/shock.gif" alt='emot' border='0'/></a><a href="javascript: insertemot('shuai');"><img src="images/emot/thumbnail/shuai.gif" alt='emot' border='0'/></a><br/><a href="javascript: insertemot('shy');"><img src="images/emot/thumbnail/shy.gif" alt='emot' border='0'/></a><a href="javascript: insertemot('sleepy');"><img src="images/emot/thumbnail/sleepy.gif" alt='emot' border='0'/></a><a href="javascript: insertemot('smile');"><img src="images/emot/thumbnail/smile.gif" alt='emot' border='0'/></a><a href="javascript: insertemot('smoke');"><img src="images/emot/thumbnail/smoke.gif" alt='emot' border='0'/></a><a href="javascript: insertemot('stupid');"><img src="images/emot/thumbnail/stupid.gif" alt='emot' border='0'/></a><br/><a href="javascript: insertemot('sweat');"><img src="images/emot/thumbnail/sweat.gif" alt='emot' border='0'/></a><a href="javascript: insertemot('thumbdown');"><img src="images/emot/thumbnail/thumbdown.gif" alt='emot' border='0'/></a><a href="javascript: insertemot('unhappy');"><img src="images/emot/thumbnail/unhappy.gif" alt='emot' border='0'/></a><a href="javascript: insertemot('uplook');"><img src="images/emot/thumbnail/uplook.gif" alt='emot' border='0'/></a><a href="javascript: insertemot('zan');"><img src="images/emot/thumbnail/zan.gif" alt='emot' border='0'/></a><br/></div> <script type="text/javascript"> //<![CDATA[ var emotgroup = new Array (); emotgroup[0]='<a href="javascript: insertemot(\'anger\');"><img src="images/emot/thumbnail/anger.gif" alt=\'emot\' border=\'0\'/></a><a href="javascript: insertemot(\'bad\');"><img src="images/emot/thumbnail/bad.gif" alt=\'emot\' border=\'0\'/></a><a href="javascript: insertemot(\'cool\');"><img src="images/emot/thumbnail/cool.gif" alt=\'emot\' border=\'0\'/></a><a href="javascript: insertemot(\'cry\');"><img src="images/emot/thumbnail/cry.gif" alt=\'emot\' border=\'0\'/></a><a href="javascript: insertemot(\'dog\');"><img src="images/emot/thumbnail/dog.gif" alt=\'emot\' border=\'0\'/></a><br/><a href="javascript: insertemot(\'envy\');"><img src="images/emot/thumbnail/envy.gif" alt=\'emot\' border=\'0\'/></a><a href="javascript: insertemot(\'fear\');"><img src="images/emot/thumbnail/fear.gif" alt=\'emot\' border=\'0\'/></a><a href="javascript: insertemot(\'grin\');"><img src="images/emot/thumbnail/grin.gif" alt=\'emot\' border=\'0\'/></a><a href="javascript: insertemot(\'kill\');"><img src="images/emot/thumbnail/kill.gif" alt=\'emot\' border=\'0\'/></a><a href="javascript: insertemot(\'love\');"><img src="images/emot/thumbnail/love.gif" alt=\'emot\' border=\'0\'/></a><br/><a href="javascript: insertemot(\'pig\');"><img src="images/emot/thumbnail/pig.gif" alt=\'emot\' border=\'0\'/></a><a href="javascript: insertemot(\'puke\');"><img src="images/emot/thumbnail/puke.gif" alt=\'emot\' border=\'0\'/></a><a href="javascript: insertemot(\'question\');"><img src="images/emot/thumbnail/question.gif" alt=\'emot\' border=\'0\'/></a><a href="javascript: insertemot(\'shock\');"><img src="images/emot/thumbnail/shock.gif" alt=\'emot\' border=\'0\'/></a><a href="javascript: insertemot(\'shuai\');"><img src="images/emot/thumbnail/shuai.gif" alt=\'emot\' border=\'0\'/></a><br/><a href="javascript: insertemot(\'shy\');"><img src="images/emot/thumbnail/shy.gif" alt=\'emot\' border=\'0\'/></a><a href="javascript: insertemot(\'sleepy\');"><img src="images/emot/thumbnail/sleepy.gif" alt=\'emot\' border=\'0\'/></a><a href="javascript: insertemot(\'smile\');"><img src="images/emot/thumbnail/smile.gif" alt=\'emot\' border=\'0\'/></a><a href="javascript: insertemot(\'smoke\');"><img src="images/emot/thumbnail/smoke.gif" alt=\'emot\' border=\'0\'/></a><a href="javascript: insertemot(\'stupid\');"><img src="images/emot/thumbnail/stupid.gif" alt=\'emot\' border=\'0\'/></a><br/><a href="javascript: insertemot(\'sweat\');"><img src="images/emot/thumbnail/sweat.gif" alt=\'emot\' border=\'0\'/></a><a href="javascript: insertemot(\'thumbdown\');"><img src="images/emot/thumbnail/thumbdown.gif" alt=\'emot\' border=\'0\'/></a><a href="javascript: insertemot(\'unhappy\');"><img src="images/emot/thumbnail/unhappy.gif" alt=\'emot\' border=\'0\'/></a><a href="javascript: insertemot(\'uplook\');"><img src="images/emot/thumbnail/uplook.gif" alt=\'emot\' border=\'0\'/></a><a href="javascript: insertemot(\'zan\');"><img src="images/emot/thumbnail/zan.gif" alt=\'emot\' border=\'0\'/></a><br/>'; emotgroup[1]=''; //]]> </script> <div id="smileybuttons"><span class="smileybut"><a href="javascript: turnsmileygroup(0);">1</a></span><span class="smileybut"><a href="javascript: turnsmileygroup(1);">2</a></span></div> </div> </div> <div style="text-align: left;"> <input name="stat_html" id="stat_html" type="checkbox" value="1" disabled='disabled' /> 打开HTML<br /> <input name="stat_ubb" id="stat_ubb" type="checkbox" value="1" checked='checked' /> 打开UBB<br /> <input name="stat_emot" id="stat_emot" type="checkbox" value="1" checked='checked' /> 打开表情<br /> <input name="stat_property" id="stat_property" type="checkbox" value="1" onclick="promptreppsw();" /> 隐藏<br /><input name="stat_rememberme" id="stat_rememberme" type="checkbox" value="1" onclick="quickremember();"/> 记住我 </div> </td> <td class="formbox-comment-content" valign="top"> <div style="padding-bottom:5px"> 昵称 <input name="v_replier" id="v_replier" type="text" size="12" class="text" value="" />  密码 <input name="v_password" id="v_password" type="password" size="12" class="text" value="" />  游客无需密码 <br/> 网址 <input name="v_repurl" id="v_repurl" type="text" size="12" class="text" value="" />  电邮 <input name="v_repemail" id="v_repemail" type="text" size="12" class="text" value="" />  <a href="login.php?job=register" title="注册">[注册]</a> </div> <script type="text/javascript" src="editor/ubb/ubbeditor_tiny.js"></script><div style="margin: 4px 0px 4px 0px;"><img src="editor/ubb/images/bar.gif" alt=''/>  <a href="javascript: bold();"><img border='0' title="粗体" src="editor/ubb/images/bold.gif" alt=''/></a>  <a href="javascript: italicize();"><img border='0' title="斜体" src="editor/ubb/images/italic.gif" alt=''/></a>  <a href="javascript: underline();"><img border='0' title="下划线" src="editor/ubb/images/underline.gif" alt=''/></a>  <img src="editor/ubb/images/bar.gif" alt=''/>  <a href="javascript: image();"><img border='0' title="插入图片" src="editor/ubb/images/insertimage.gif" alt=''/></a>  <a href="javascript: hyperlink();"><img border='0' title="插入超链接" src="editor/ubb/images/url.gif" alt=''/></a>  <a href="javascript: email();"><img border='0' title="插入邮件地址" src="editor/ubb/images/email.gif" alt=''/></a>  <a href="javascript: quoteme();"><img border='0' title="插入引用文字" src="editor/ubb/images/quote.gif" alt=''/></a></div> <!--<script type="text/javascript">securitycodejs="验证码 <span id='securityimagearea'><img src='inc/securitycode.php?rand=1203' alt='' title='请输入验证码'/></span> <input name='v_security' id='v_security' type='text' size='4' maxlength='4' class='text' /> 不区分大小写 [<a href=\"javascript: refreshsecuritycode('securityimagearea', 'v_security');\">看不清?</a>]";</script> --> <textarea name="v_content" id="v_content" cols="60" rows="10" onfocus="if (securitycodejs!=null) {document.getElementById('showsecuritycode').innerHTML=securitycodejs; securitycodejs=null;}"></textarea> <br/> <span id="showsecuritycode"></span> <div style="padding-top:10px"> <input type="hidden" name="v_id" id="v_id" value="807" /><input type="hidden" name="v_reppsw" id="v_reppsw" value="" /> <input type="button" name="btnSubmit" id="btnSubmit" value="提交" class="button" onclick="ajax_submit('addreply'); return false;"/>  <input name="reset" id="reset" type="reset" value="重置" class="button" /> </div> </td> </tr> </table> </form> </div> <div class="article-bottom" style="display: none"> <div class="pages"> </div> </div> </div> </div> <div id="sidebar" class="sidebar"> <div id="innerSidebar"> <div class="panel"> <h5 onclick='showhidediv("sidebar_2008 Olympic");'>天气预报</h5> <div class="panel-content" id="sidebar_2008 Olympic" style="display: block"> <iframe src="http://www.265.com/weather.htm" width="168" height="50" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" name="265"></iframe> </div> </div><div class="panel"> <h5 onclick='showhidediv("sidebar_announcement");'>与我联系</h5> <div class="panel-content" id="sidebar_announcement" style="display: block"> <br /> <img src="http://www.mlzy.net/attachment/mlzy@live.png" > </div> </div><div class="panel"> <h5 onclick='showhidediv("sidebar_search");'>搜索</h5> <div class="panel-content" id="sidebar_search" style="display: block"> <form method="post" action="visit.php"> <input name="job" type="hidden" value="search"/> <input name="keyword" class="search-field" type="text"/> <select name="searchmethod"><option value="1">日志标题</option><option value="2">日志全文</option><option value="3">评论引用</option><option value="4">所有留言</option><option value="5">Tags</option></select> <input value="搜索" class="button" type="submit"/> </form> </div> </div><div class="panel"> <h5 onclick='showhidediv("sidebar_entries");'>最新日志</h5> <div class="panel-content" id="sidebar_entries" style="display: block"> <ul><li class='rowcouple'><a href="post/912/" title="更新了订阅功能">更新了订阅功能</a></li><li class='rowodd'><a href="post/911/" title="Gmail新增主题设置功能">Gmail新增主题设置功...</a></li><li class='rowcouple'><a href="post/910/" title="耗资2320万美元仅为装修天花板,联合国没有金融危机">耗资2320万美元仅为装...</a></li><li class='rowodd'><a href="post/909/" title="百度在上海不具备广告经营资格?请看上海工商局答复">百度在上海不具备广告经营...</a></li><li class='rowcouple'><a href="post/908/" title="郭沫若的人格问题——小时候被他欺负过的同学们可以来看看了">郭沫若的人格问题——小时...</a></li><li class='rowodd'><a href="post/907/" title="百度图片成为黄窟——百度的美女榜第一位—张筱雨">百度图片成为黄窟——百度...</a></li><li class='rowcouple'><a href="post/906/" title="酒桌上的潜规则,男人必学">酒桌上的潜规则,男人必学</a></li><li class='rowodd'><a href="post/905/" title="百度栽赃陷害谷歌证据被网友曝光:人工修改搜索结果,黑白颠倒">百度栽赃陷害谷歌证据被网...</a></li></ul> </div> </div><div class="panel"> <h5 onclick='showhidediv("sidebar_replies");'>最新评论</h5> <div class="panel-content" id="sidebar_replies" style="display: block"> <ul><li class='rowcouple'><a href="post/911/#blogcomment5018" title="[cake] - Gmail新增主题设置功能">哈 我也发现了~!</a></li><li class='rowodd'><a href="post/902/#blogcomment5017" title="[丫丫/程] - 简单好吃的牛腩">真佩服你能准备这么多配料...</a></li><li class='rowcouple'><a href="post/906/#blogcomment5016" title="[cake] - 酒桌上的潜规则,男人必学">恐怖 我就不喝 爱谁谁</a></li><li class='rowodd'><a href="sogou_pornographic_pictures/#blogcomment5015" title="[cake] - 搜狗——更懂色情">第二行第二个都畸形了。。...</a></li><li class='rowcouple'><a href="free-softwares/#blogcomment5014" title="[cake] - 买不起商业软件,又不想用盗版,那就收藏这个名单吧!">感觉foxit就比ado...</a></li></ul> </div> </div><div class="panel"> <h5 onclick='showhidediv("sidebar_now3hotview");'>季度点击排行</h5> <div class="panel-content" id="sidebar_now3hotview" style="display: block"> <ul><li>[519]<a href="read.php?808" title="中搜完了">中搜完了</a></li><li>[419]<a href="read.php?801" title="提问的艺术">提问的艺术</a></li><li>[416]<a href="read.php?804" title="女教师课上教学生别网聊 课后见网友被强暴">女教师课上教学生别...</a></li><li>[412]<a href="read.php?816" title="从搜狐子频道用了DedeCms后的遐想">从搜狐子频道用了D...</a></li><li>[373]<a href="read.php?901" title="又一大型bttorrent网站被关闭:国际版权保护运动方兴未艾">又一大型bttor...</a></li><li>[363]<a href="read.php?800" title="王震将军简传">王震将军简传</a></li><li>[362]<a href="read.php?823" title="在word2007中使用MathType5.0(公式编辑器)">在word2007...</a></li><li>[355]<a href="read.php?828" title="流星*蝴蝶*剑">流星*蝴蝶*剑</a></li></ul> </div> </div><div class="panel"> <h5 onclick='showhidediv("sidebar_allhotview");'>综合点击排行</h5> <div class="panel-content" id="sidebar_allhotview" style="display: block"> <ul><li>[20880]<a href="post/40/">正确的念书方法以...</a></li><li>[15801]<a href="post/125/">汇率走势曲线图(...</a></li><li>[12082]<a href="post/127/">课堂里学不到的英...</a></li><li>[8834]<a href="post/65/">成功格言176条—...</a></li><li>[8176]<a href="post/385/">三角函数公式大全</a></li><li>[7614]<a href="post/213/">前几天过生日的照片</a></li><li>[7233]<a href="post/156/">Macquarie...</a></li><li>[6402]<a href="post/241/">红烧肉的N种做法</a></li></ul> </div> </div><div class="panel"> <h5 onclick='showhidediv("sidebar_RandArticle");'>随机日志</h5> <div class="panel-content" id="sidebar_RandArticle" style="display: block"> <ul><li class="rowcouple"><a href="read.php?817" title="你所不知道的腾讯和马化腾 - 一封腾讯内部的员工信">你所不知道的腾讯和马化腾...</a></li><li class="rowodd"><a href="read.php?241" title="红烧肉的N种做法">红烧肉的N种做法</a></li><li class="rowcouple"><a href="read.php?561" title="提高网站流量秘籍系列">提高网站流量秘籍系列</a></li><li class="rowodd"><a href="read.php?533" title="番茄花园版Windows XP作者被拘留">番茄花园版Windows...</a></li><li class="rowcouple"><a href="read.php?381" title="自我催眠实战技巧">自我催眠实战技巧</a></li><li class="rowodd"><a href="read.php?163" title="原创的懒人面条煮法">原创的懒人面条煮法</a></li><li class="rowcouple"><a href="read.php?119" title="炎热">炎热</a></li><li class="rowodd"><a href="read.php?346" title="怎样做一个居士">怎样做一个居士</a></li></ul> </div> </div><div class="panel"> <h5 onclick='showhidediv("sidebar_add to feed");'>订阅博客</h5> <div class="panel-content" id="sidebar_add to feed" style="display: block"> <!-- Feedsky FEED发布代码开始 --> <!-- FEED自动发现标记开始 --> <link title="RSS 2.0" type="application/rss+xml" href="http://feed.feedsky.com/mlzy" rel="alternate" /> <!-- FEED自动发现标记结束 --> <a href="http://feed.feedsky.com/mlzy" target="_blank"><img border="0" src="http://img.feedsky.com/images/icon_sub_c1s16.gif" alt="feedsky" vspace="2" style="margin-bottom:3px" ></a><br /> <a href="http://www.zhuaxia.com/add_channel.php?url=http://feed.feedsky.com/mlzy" target="_blank"><img border="0" src="http://img.feedsky.com/images/icon_subshot02_zhuaxia.gif" alt="抓虾" vspace="2" style="margin-bottom:3px" ></a><br /> <a href="http://fusion.google.com/add?feedurl=http://feed.feedsky.com/mlzy" target="_blank"><img border="0" src="http://img.feedsky.com/images/icon_subshot02_google.gif" alt="google reader" vspace="2" style="margin-bottom:3px" ></a><br /> <a href="http://www.xianguo.com/subscribe.php?url=http://feed.feedsky.com/mlzy" target="_blank"><img border="0" src="http://img.feedsky.com/images/icon_subshot02_xianguo.jpg" alt="鲜果" vspace="2" style="margin-bottom:3px" ></a><br /> <a href="http://inezha.com/add?url=http://feed.feedsky.com/mlzy" target="_blank"><img border="0" src="http://img.feedsky.com/images/icon_subshot02_nazha.gif" alt="哪吒" vspace="2" style="margin-bottom:3px" ></a><br /> <!-- Feedsky FEED发布代码结束 --> <!-- Feedsky FEED发布代码开始 --> <!-- FEED自动发现标记开始 --> <link title="RSS 2.0" type="application/rss+xml" href="http://feed.feedsky.com/mlzy" rel="alternate" /> <!-- FEED自动发现标记结束 --> <a href="http://wap.feedsky.com/mlzy"><img border="0" src="http://img.feedsky.com/images/icon_sub_mobile_c1s1.gif" alt="http://wap.feedsky.com/mlzy" vspace="2" ></a> <!-- Feedsky FEED发布代码结束 --> <br /> <!-- Feedsky FEED 订阅统计发布代码开始 --> <a href="http://feed.feedsky.com/mlzy" title="牧龙在野" target="_blank"><img src="http://www.feedsky.com/feed/mlzy/sc/orange.gif" style="border:0" alt="" /></a> <!-- Feedsky FEED 订阅统计发布代码结束 --> <script language="javascript" type="text/javascript" src="http://www.feedsky.com/msub_ajax_sub_js.html?burl=mlzy&t=1&c=orange"></script> </div> </div><div id='panelCategory' class="panel"> <h5 style="cursor: pointer" onclick='showhidediv("sideblock_category");'>分类</h5> <div class="panel-content" id="sideblock_category" style="display: block"> <ul><li><a href="category/0/" title="关于网络,关于IT">网络</a> [115] <a href="feed.php?go=category_0"><img src="template/Simple Blue/images/rss.png" border="0" alt="RSS" title="追踪这个分类的RSS" /></a></li><li><a href="category/1/" title="经济视角">经济</a> [43] <a href="feed.php?go=category_1"><img src="template/Simple Blue/images/rss.png" border="0" alt="RSS" title="追踪这个分类的RSS" /></a></li><li><a href="category/2/" title="一个具有争议的人,有一个具有争议的生活。很多人可以在这里看到我过去一些荒唐事,也有很多人可以挖出来非常多的八卦信息。不过这就是我的生活,我开始的时候,是想隐瞒,后来想想,无所谓了,毕竟自己是个大活人,想欺骗一个人或者一些人,需要不停的创造出来新的谎言去弥补。所以我选择面对~无论如何,我就是这么一个人,荒唐~ 荒唐的人有着荒唐的思想和荒唐的故事。">生活</a> [164] <a href="feed.php?go=category_2"><img src="template/Simple Blue/images/rss.png" border="0" alt="RSS" title="追踪这个分类的RSS" /></a></li><li><a href="category/3/" title="色影无忌">照片</a> [26] <a href="feed.php?go=category_3"><img src="template/Simple Blue/images/rss.png" border="0" alt="RSS" title="追踪这个分类的RSS" /></a></li><li><a href="category/4/" title="有关文化的一些东西">文化</a> [18] <a href="feed.php?go=category_4"><img src="template/Simple Blue/images/rss.png" border="0" alt="RSS" title="追踪这个分类的RSS" /></a></li><li><a href="category/5/" title="什么是成功?">成功</a> [20] <a href="feed.php?go=category_5"><img src="template/Simple Blue/images/rss.png" border="0" alt="RSS" title="追踪这个分类的RSS" /></a></li><li><a href="category/6/" title="如何自律?">自律</a> [7] <a href="feed.php?go=category_6"><img src="template/Simple Blue/images/rss.png" border="0" alt="RSS" title="追踪这个分类的RSS" /></a></li><li><a href="category/7/" title="合理安排自己的时间">时间</a> [10] <a href="feed.php?go=category_7"><img src="template/Simple Blue/images/rss.png" border="0" alt="RSS" title="追踪这个分类的RSS" /></a></li><li><a href="category/8/" title="读书以修身">读书</a> [33] <a href="feed.php?go=category_8"><img src="template/Simple Blue/images/rss.png" border="0" alt="RSS" title="追踪这个分类的RSS" /></a></li><li><a href="category/9/" title="学习的方法">学习</a> [43] <a href="feed.php?go=category_9"><img src="template/Simple Blue/images/rss.png" border="0" alt="RSS" title="追踪这个分类的RSS" /></a></li><li><a href="category/10/" title="人际关系的处理">人际</a> [6] <a href="feed.php?go=category_10"><img src="template/Simple Blue/images/rss.png" border="0" alt="RSS" title="追踪这个分类的RSS" /></a></li><li><a href="category/11/" title="作为一个领导者,如何做好管理工作?">管理</a> [6] <a href="feed.php?go=category_11"><img src="template/Simple Blue/images/rss.png" border="0" alt="RSS" title="追踪这个分类的RSS" /></a></li><li><a href="category/12/" title="如何投资">投资</a> [11] <a href="feed.php?go=category_12"><img src="template/Simple Blue/images/rss.png" border="0" alt="RSS" title="追踪这个分类的RSS" /></a></li><li><a href="category/13/" title="努力做好菜">菜谱</a> [10] <a href="feed.php?go=category_13"><img src="template/Simple Blue/images/rss.png" border="0" alt="RSS" title="追踪这个分类的RSS" /></a></li><li><a href="category/14/" title="喜欢的歌曲和音乐">音乐</a> [12] <a href="feed.php?go=category_14"><img src="template/Simple Blue/images/rss.png" border="0" alt="RSS" title="追踪这个分类的RSS" /></a></li><li><a href="category/15/" title="IT TECH此分类中文章绝大部分为转载(配有评论的话,应该都是我的评论)。有些文章没有写上来源,可能是来自 www.admin5.com 的,在这里道歉下~ 希望大家能够见谅。。本人还是非常尊重别人版权的。。。">技术</a> [74] <a href="feed.php?go=category_15"><img src="template/Simple Blue/images/rss.png" border="0" alt="RSS" title="追踪这个分类的RSS" /></a></li><li><a href="category/16/" title="大部分都是原创,如果没有注明是“转载”,肯定是原创啦">文字</a> [22] <a href="feed.php?go=category_16"><img src="template/Simple Blue/images/rss.png" border="0" alt="RSS" title="追踪这个分类的RSS" /></a></li><li><a href="category/17/" title="搜索引擎优化">SEO</a> [249] <a href="feed.php?go=category_17"><img src="template/Simple Blue/images/rss.png" border="0" alt="RSS" title="追踪这个分类的RSS" /></a></li><li><a href="category/18/" title="记录真实的历史;或者被人称为真实的历史">历史</a> [5] <a href="feed.php?go=category_18"><img src="template/Simple Blue/images/rss.png" border="0" alt="RSS" title="追踪这个分类的RSS" /></a></li><li><a href="category/19/" title="搞笑,囧......">恶搞</a> [15] <a href="feed.php?go=category_19"><img src="template/Simple Blue/images/rss.png" border="0" alt="RSS" title="追踪这个分类的RSS" /></a></li><li><a href="category/20/" title="转载文章">美文</a> [0] <a href="feed.php?go=category_20"><img src="template/Simple Blue/images/rss.png" border="0" alt="RSS" title="追踪这个分类的RSS" /></a></li><li><a href="category/21/" title="源代码和软件下载。只提供开源软件。">源码</a> [4] <a href="feed.php?go=category_21"><img src="template/Simple Blue/images/rss.png" border="0" alt="RSS" title="追踪这个分类的RSS" /></a></li></ul> </div> </div><div class="panel"> <h5 onclick='showhidediv("sidebar_misc");'>其他</h5> <div class="panel-content" id="sidebar_misc" style="display: block"> <a href='login.php'>登入</a><br/><a href='login.php?job=register'>注册</a><br/><a href='login.php?job=applylink'>申请链接</a><br/>RSS: <a href='feed.php'>日志</a> | <a href='feed.php?go=comment'>评论</a><br/>编码:UTF-8<br/><a href="http://validator.w3.org/check?uri=referer" target="_blank">XHTML 1.0</a> </div> </div><div class="panel"> <h5 onclick='showhidediv("sidebar_archive");'>归档</h5> <div class="panel-content" id="sidebar_archive" style="display: block"> <ul><li><a href="archiver/11/2008/" rel="noindex,nofollow">2008/11</a></li> <li><a href="archiver/10/2008/" rel="noindex,nofollow">2008/10</a></li> <li><a href="archiver/9/2008/" rel="noindex,nofollow">2008/09</a></li> <li><a href="archiver/8/2008/" rel="noindex,nofollow">2008/08</a></li> <li><a href="archiver/7/2008/" rel="noindex,nofollow">2008/07</a></li></ul> </div> </div><div class="panel"> <h5 onclick='showhidediv("sidebar_statistics");'>统计</h5> <div class="panel-content" id="sidebar_statistics" style="display: block"> 访问次数 1316434<br/>今日访问 1085<br/>日志数量 893<br/><a href="view.php?go=comment">评论数量 714</a><br/><a href="view.php?go=userlist">注册用户 411</a><br/>在线人数 45<br/> </div> </div><div class="panel"> <h5 onclick='showhidediv("sidebar_calendar");'>日历</h5> <div class="panel-content" id="sidebar_calendar" style="display: block"> <table id="calendar" cellspacing="1" width="100%"> <tbody><tr><td colspan="7" class="calendar-top"> <a href="archiver/11/2007/" rel="noindex,nofollow"><</a> <a href="archive.php" rel="noindex,nofollow"><span class="calendar-year">2008</span></a> <a href="archiver/11/2009/" rel="noindex,nofollow">></a>    <a href="archiver/10/2008/" rel="noindex,nofollow"><</a> <a href="archiver/11/2008/" rel="noindex,nofollow"><span class="calendar-month">11</span></a> <a href="archiver/12/2008/" rel="noindex,nofollow">></a><br/>戊子年(鼠) </td></tr> <tr class="calendar-weekdays"> <td class="calendar-weekday-cell">日</td> <td class="calendar-weekday-cell">一</td> <td class="calendar-weekday-cell">二</td> <td class="calendar-weekday-cell">三</td> <td class="calendar-weekday-cell">四</td> <td class="calendar-weekday-cell">五</td> <td class="calendar-weekday-cell">六</td> </tr> <tr class="calendar-weekdays"><td class="calendar-sunday"><span title=''></span></td><td class="calendar-day"><span title=''></span></td><td class="calendar-day"><span title=''></span></td><td class="calendar-day"><span title=''></span></td><td class="calendar-day"><span title=''></span></td><td class="calendar-day"><span title=''></span></td><td id="cal1" class="calendar-saturday"><span title='初四'><a href="date/2008/11/1/" rel="noindex,nofollow">1</a></span></td></tr><tr class="calendar-weekdays"><td id="cal2" class="calendar-sunday"><span title='初五'><a href="date/2008/11/2/" rel="noindex,nofollow">2</a></span></td><td id="cal3" class="calendar-day"><span title='初六'><a href="date/2008/11/3/" rel="noindex,nofollow">3</a></span></td><td id="cal4" class="calendar-day"><span title='初七'><a href="date/2008/11/4/" rel="noindex,nofollow">4</a></span></td><td id="cal5" class="calendar-day"><span title='初八'><a href="date/2008/11/5/" rel="noindex,nofollow">5</a></span></td><td id="cal6" class="calendar-day"><span title='初九'><a href="date/2008/11/6/" rel="noindex,nofollow">6</a></span></td><td id="cal7" class="calendar-day"><span title='初十'><a href="date/2008/11/7/" rel="noindex,nofollow">7</a></span></td><td id="cal8" class="calendar-saturday"><span title='十一'><a href="date/2008/11/8/" rel="noindex,nofollow">8</a></span></td></tr><tr class="calendar-weekdays"><td id="cal9" class="calendar-sunday"><span title='十二'><a href="date/2008/11/9/" rel="noindex,nofollow">9</a></span></td><td id="cal10" class="calendar-day"><span title='十三'><a href="date/2008/11/10/" rel="noindex,nofollow">10</a></span></td><td id="cal11" class="calendar-day"><span title='十四'>11</span></td><td id="cal12" class="calendar-day"><span title='十五'><a href="date/2008/11/12/" rel="noindex,nofollow">12</a></span></td><td id="cal13" class="calendar-day"><span title='十六'><a href="date/2008/11/13/" rel="noindex,nofollow">13</a></span></td><td id="cal14" class="calendar-day"><span title='十七'><a href="date/2008/11/14/" rel="noindex,nofollow">14</a></span></td><td id="cal15" class="calendar-saturday"><span title='十八'>15</span></td></tr><tr class="calendar-weekdays"><td id="cal16" class="calendar-sunday"><span title='十九'><a href="date/2008/11/16/" rel="noindex,nofollow">16</a></span></td><td id="cal17" class="calendar-day"><span title='二十'><a href="date/2008/11/17/" rel="noindex,nofollow">17</a></span></td><td id="cal18" class="calendar-day"><span title='廿一'><a href="date/2008/11/18/" rel="noindex,nofollow">18</a></span></td><td id="cal19" class="calendar-day"><span title='廿二'><a href="date/2008/11/19/" rel="noindex,nofollow">19</a></span></td><td id="cal20" class="calendar-day"><span title='廿三'>20</span></td><td id="cal21" class="calendar-day"><span title='廿四'><a href="date/2008/11/21/" rel="noindex,nofollow">21</a></span></td><td id="cal22" class="calendar-today"><span title='廿五'><a href="date/2008/11/22/" rel="noindex,nofollow">22</a></span></td></tr><tr class="calendar-weekdays"><td id="cal23" class="calendar-sunday"><span title='廿六'>23</span></td><td id="cal24" class="calendar-day"><span title='廿七'>24</span></td><td id="cal25" class="calendar-day"><span title='廿八'>25</span></td><td id="cal26" class="calendar-day"><span title='廿九'>26</span></td><td id="cal27" class="calendar-day"><span title='三十'>27</span></td><td id="cal28" class="calendar-day"><span title='十一'>28</span></td><td id="cal29" class="calendar-saturday"><span title='初二'>29</span></td></tr><tr class="calendar-weekdays"><td id="cal30" class="calendar-sunday"><span title='初三'>30</span></td><td class="calendar-day"><span title=''></span></td><td class="calendar-day"><span title=''></span></td><td class="calendar-day"><span title=''></span></td><td class="calendar-day"><span title=''></span></td><td class="calendar-day"><span title=''></span></td><td class="calendar-saturday"><span title=''></span></td></tr> </tbody></table> </div> </div><div class="panel"> <h5 onclick='showhidediv("sidebar_Rank");'>全球排名</h5> <div class="panel-content" id="sidebar_Rank" style="display: block"> <center><SCRIPT type='text/javascript' language='JavaScript' src='http://xslt.alexa.com/site_stats/js/s/a?url=www.mlzy.net'></SCRIPT></center> </div> </div><div class="panel"> <h5 onclick='showhidediv("sidebar_License");'>版权声明</h5> <div class="panel-content" id="sidebar_License" style="display: block"> <a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/2.5/cn/"><img alt="Creative Commons License" style="border-width:0" src="http://creativecommons.org/images/public/somerights20.png"/></a><br/> <a xmlns:cc="http://creativecommons.org/ns#" href="http://www.mlzy.net" property="cc:attributionName" rel="cc:attributionURL">牧龙在野!</a> 作品采用 <a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/2.5/cn/">Creative Commons 署名-非商业性使用-禁止演绎 2.5 中国大陆 License</a>. </div> </div><div class="panel"> <h5 onclick='showhidediv("sidebar_tongji");'>流量统计</h5> <div class="panel-content" id="sidebar_tongji" style="display: block"> <script language="javascript" type="text/javascript" src="http://quote.51.la/?id=1738150&mb=4"></script> </div> </div> </div> </div> </div> <div id="footer"> <div id="innerFooter"> Powered by <a href="http://www.bo-blog.com" target="_blank">Bo-Blog 2.1.0</a><span id="footer-security"><a href="http://www.cnbct.org" target="_blank" title="Code detection by Bug.Center.Team"><img src="images/others/detect.gif" alt="Code detection by Bug.Center.Team" border="0" /></a></span><span id="nav_http_3A_2F_2Fwww.miibeian.gov.cn"><a href="http://www.miibeian.gov.cn" target="_blank"><span id="navitem_http_3A_2F_2Fwww.miibeian.gov.cn"><br/>京ICP备06001274号</span></a></span><center><script type='text/javascript' src='http://track2.mybloglog.com/js/jsserv.php?mblID=2006101504374329'></script></center><script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> </script> <script type="text/javascript"> _uacct = "UA-622943-2"; urchinTracker(); </script><center><script language="javascript" type="text/javascript" src="http://js.users.51.la/1738150.js"></script> <noscript><a href="http://www.51.la/?1738150" target="_blank"><img alt="我要啦免费统计" src="http://img.users.51.la/1738150.asp" style="border:none" /></a></noscript> </center> <br> <script type="text/JavaScript"> alimama_domain_auth="103918_10769323"; </script> <div id="processtime"> </div> </div> </div> </div> </div> <script type="text/javascript"> loadSidebar(); </script> <script type='text/javascript'> //<![CDATA[ if (document.getElementById('processtime')) document.getElementById('processtime').innerHTML="<span class='runtimedisplay'>Run in 155 ms, 11 Queries, Gzip enabled.</span>"; //]]> </script></body> </html>