<?php xml version="1.0" encoding="UTF-8"?> 
<feed xmlns="http://www.w3.org/2005/Atom">
<title type="html"><![CDATA[Rember]]></title>
<subtitle type="html"><![CDATA[DH JUST － Free My Soul]]></subtitle>
<id>http://dh.dolii.com</id> 
<link rel="alternate" type="text/html" href="http://dh.dolii.com" /> 
<link rel="self" type="application/atom+xml" href="http://dh.dolii.comatom.php" /> 
<generator uri="http://www.f2blog.com/" version="1.2 build 03.01">F2Blog</generator> 
<updated>2010-02-04 21:46:24</updated> 
<entry>
  <title type="html"><![CDATA[centos 修改IP地址，网关，DNS]]></title>
  <author>
	 <name>DH</name>
	 <uri>http://dh.dolii.comrewrite.php/read-90.html</uri>
	 <email>devilhookey@126.com</email>
  </author>
  <category term="" scheme="http://dh.dolii.comrewrite.php/category-2.html" label="技术" /> 
  <updated>2010-02-04 21:46:24</updated>
  <published>2010-02-04 21:46:24</published>
  <content type='text'><![CDATA[<span style="font-family: Verdana, 宋体, sans-serif; color: #333333" class="Apple-style-span"><div class="articleTitle" style="padding-bottom: 8px; border-width: initial; border-color: initial; zoom: 1; border-style: none"><div style="display: inline"><strong style="font-size: 20px; font-family: 微软雅黑, 黑体; font-weight: 300; color: #04478d">centos&nbsp;修改IP地址，网关，DNS</strong></div></div><div id="articleBody" class="articleContent" style="font-family: 宋体; word-wrap: normal; word-break: normal; line-height: 25px; font-size: 14px; padding-top: 22px; overflow-x: hidden; overflow-y: hidden; width: 100%; color: #2a2a2a"><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; border-style: initial; border-color: initial; list-style-type: none; list-style-position: initial; list-style-image: initial; word-wrap: normal; word-break: normal; line-height: 1.5em; border-width: 0px; padding: 0px">&nbsp;&nbsp;&nbsp;&nbsp;<font style="word-wrap: normal; word-break: normal; line-height: 27px; font-size: 18px; font-family: 黑体">一、修改IP地址</font></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; border-style: initial; border-color: initial; list-style-type: none; list-style-position: initial; list-style-image: initial; word-wrap: normal; word-break: normal; line-height: 1.5em; border-width: 0px; padding: 0px">修改对应网卡的IP地址的配置文件</p><div style="word-wrap: normal; word-break: normal; margin-top: 5px; margin-right: 5px; margin-bottom: 0px; margin-left: 5px; background-color: #ffffff; border-width: 1px; border-color: #00a0c6; border-style: dashed; padding: 3px">[root@centos]# vi /etc/sysconfig/network-scripts/ifcfg-eth0</div><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; border-style: initial; border-color: initial; list-style-type: none; list-style-position: initial; list-style-image: initial; word-wrap: normal; word-break: normal; line-height: 1.5em; border-width: 0px; padding: 0px">&nbsp;&nbsp;&nbsp;&nbsp;修改以下内容</p><div style="word-wrap: normal; word-break: normal; margin-top: 5px; margin-right: 5px; margin-bottom: 0px; margin-left: 5px; background-color: #000000; border-width: 1px; border-color: #ffffff; border-style: dashed; padding: 3px"><font size="2" style="word-wrap: normal; word-break: normal; line-height: 21px; font-size: 14px" color="#FFFFFF">DEVICE=eth0<font style="word-wrap: normal; word-break: normal; line-height: 21px" color="#FF0000">(描述网卡对应的设备别名，例如ifcfg-eth0的文件中它为eth0)<br /></font>BOOTPROTO=static<font style="word-wrap: normal; word-break: normal; line-height: 21px" color="#FF0000">(设置网卡获得ip地址的方式，可能的选项为static，dhcp或bootp，分别对应静态指定的ip地址，通过dhcp协议获得的ip地址，通过bootp协议获得的ip地址)<br /></font>BROADCAST=192.168.0.255<font style="word-wrap: normal; word-break: normal; line-height: 21px" color="#FF0000">(对应的子网广播地址)</font><br /> HWADDR=00:07:E9:05:E8:B4&nbsp;<font style="word-wrap: normal; word-break: normal; line-height: 21px" color="#FF0000">(对应的网卡物理地址)<br /></font>IPADDR=12.168.1.2<font style="word-wrap: normal; word-break: normal; line-height: 21px" color="#FF0000">(如果设置网卡获得ip地址的方式为静态指定，此字段就指定了网卡对应的ip地址)<br /></font>IPV6INIT=no&nbsp;<br /> IPV6_AUTOCONF=no<br /> NETMASK=255.255.255.0<font style="word-wrap: normal; word-break: normal; line-height: 21px" color="#FF0000">(</font></font></div></div></span>]]></content>
  <link rel="alternate" type="text/html" href="http://dh.dolii.comrewrite.php/read-90.html" /> 
  <id>http://dh.dolii.comrewrite.php/read-90.html</id> 
</entry>	
<entry>
  <title type="html"><![CDATA[php 二分法]]></title>
  <author>
	 <name>DH</name>
	 <uri>http://dh.dolii.comrewrite.php/read-89.html</uri>
	 <email>devilhookey@126.com</email>
  </author>
  <category term="" scheme="http://dh.dolii.comrewrite.php/category-2.html" label="技术" /> 
  <updated>2009-12-03 13:08:04</updated>
  <published>2009-12-03 13:08:04</published>
  <content type='text'><![CDATA[[code]<br />
&lt;?php   <br />
//search函数 其中$array为数组，$k为要找的值，$low为查找范围的最小键值，$high为查找范围的最大键值   <br />
function search($array, $k, $low=0, $high=0)       <br />
{    <br />
    if(count($array)!=0 and $high == 0)                 //判断是否为第一次调用   <br />
    {   <br />
        $high = count($array);   <br />
    }   <br />
    if($low &lt;= $high)                                //如果还存在剩余的数组元素   <br />
    {    <br />
        $mid = intval(($low+$high)/2);                  //取$low和$high的中间值   <br />
        if ($array[$mid] == $k)                         //如果找]]></content>
  <link rel="alternate" type="text/html" href="http://dh.dolii.comrewrite.php/read-89.html" /> 
  <id>http://dh.dolii.comrewrite.php/read-89.html</id> 
</entry>	
<entry>
  <title type="html"><![CDATA[Michael Jackson]]></title>
  <author>
	 <name>DH</name>
	 <uri>http://dh.dolii.comrewrite.php/read-88.html</uri>
	 <email>devilhookey@126.com</email>
  </author>
  <category term="" scheme="http://dh.dolii.comrewrite.php/category-1.html" label="未分類文章" /> 
  <updated>2009-10-26 18:39:04</updated>
  <published>2009-10-26 18:39:04</published>
  <content type='text'><![CDATA[<img src="http://dh.dolii.comattachments/200910/0873986868.jpg" style="cursor:pointer;" onclick="open_img(&#39;http://dh.dolii.comattachments/200910/0873986868.jpg&#39;)" alt="http://dh.dolii.comattachments/200910/0873986868.jpg" width="400" height="239" /><br /><br /><br /><br /><br /><br /><img src="http://dh.dolii.comattachments/200910/4049831584.jpg" style="cursor:pointer;" onclick="open_img(&#39;http://dh.dolii.comattachments/200910/4049831584.jpg&#39;)" alt="http://dh.dolii.comattachments/200910/4049831584.jpg" width="400" height="258" />]]></content>
  <link rel="alternate" type="text/html" href="http://dh.dolii.comrewrite.php/read-88.html" /> 
  <id>http://dh.dolii.comrewrite.php/read-88.html</id> 
</entry>	
<entry>
  <title type="html"><![CDATA[This is it!!!!]]></title>
  <author>
	 <name>DH</name>
	 <uri>http://dh.dolii.comrewrite.php/read-87.html</uri>
	 <email>devilhookey@126.com</email>
  </author>
  <category term="" scheme="http://dh.dolii.comrewrite.php/category-1.html" label="未分類文章" /> 
  <updated>2009-10-26 18:11:42</updated>
  <published>2009-10-26 18:11:42</published>
  <content type='text'><![CDATA[<p>This is it 海淀剧院</p><p><img src="http://dh.dolii.comattachments/200910/7072046695.jpg" style="cursor:pointer;" onclick="open_img(&#39;http://dh.dolii.comattachments/200910/7072046695.jpg&#39;)" alt="http://dh.dolii.comattachments/200910/7072046695.jpg" width="400" height="300" /></p>]]></content>
  <link rel="alternate" type="text/html" href="http://dh.dolii.comrewrite.php/read-87.html" /> 
  <id>http://dh.dolii.comrewrite.php/read-87.html</id> 
</entry>	
<entry>
  <title type="html"><![CDATA[实例(Smarty+FCKeditor新闻系统)]]></title>
  <author>
	 <name>DH</name>
	 <uri>http://dh.dolii.comrewrite.php/read-86.html</uri>
	 <email>devilhookey@126.com</email>
  </author>
  <category term="" scheme="http://dh.dolii.comrewrite.php/category-2.html" label="技术" /> 
  <updated>2009-10-13 22:42:19</updated>
  <published>2009-10-13 22:42:19</published>
  <content type='text'><![CDATA[<p>无意间在网上搜到的没觉得还好，为了方便就记这了&nbsp;</p><p>实例(Smarty+FCKeditor新闻系统)<br /> &mdash;&mdash;一牛人学习php一个月的作业&mdash;&mdash;</p><p><br /><strong>以下是主文件index.php的内容:</strong><br /> &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot;&gt;<br /> &lt;?php<br /> require(&#39;./global.php&#39;);<br /> require(&#39;./smarty/libs/Smarty.class.php&#39;);<br /> require(&#39;./mysql.php&#39;);<br /> require(&#39;./FCKeditor/fckeditor.php&#39;);<br /> $action=$_REQUEST[&#39;action&#39;];<br /> //定义一个函数用于调用FCK<br /> function editor($input_name, $input_value)<br /> {<br /> global $smarty;<br /> $edit</p>]]></content>
  <link rel="alternate" type="text/html" href="http://dh.dolii.comrewrite.php/read-86.html" /> 
  <id>http://dh.dolii.comrewrite.php/read-86.html</id> 
</entry>	
<entry>
  <title type="html"><![CDATA[LAMP项目开发流程规则]]></title>
  <author>
	 <name>DH</name>
	 <uri>http://dh.dolii.comrewrite.php/read-85.html</uri>
	 <email>devilhookey@126.com</email>
  </author>
  <category term="" scheme="http://dh.dolii.comrewrite.php/category-6.html" label="摘录&amp;think" /> 
  <updated>2009-09-16 14:01:13</updated>
  <published>2009-09-16 14:01:13</published>
  <content type='text'><![CDATA[<br /><br /> LAMP项目三层架构体系是由表现层、应用层以及数据存储层构成的。<br /><br /><br /> 表现层主要由Web浏览器构成，用于表现应用层的数据或者通过应用层对数据进行操作。应用层主要由业务逻辑层和数据连接层构成，它们主要在应用服务器上运行。其中，业务逻辑层负责完成所有关键的业务操作，而数据连接层则负责与数据存储层进行通信。数据存储层则主要是指数据库，在这一层用来存储系统数据。<br /><br /><br /><br /><br /> LAMP项目开发一般分为以下几个阶段，包括需求分析、系统设计、数据库设计、模块及界面设计、代码实现以及系统测试。<br /> 1.需求分析<br /><br /> 在需求分析阶段，需要明确系统开发的主要目的，为开发人员界定具体的工作范围。明确系统将要实现的所有功能、角色划分、用户界面原型等，完成需求文档。需求分析阶段的文档包括需求阶段客户调查记录、需求访谈记录表、需求分析说明书、需求分析说明书、需求变更追踪表、需求总结报告等。<br /><br /> 2.系统设计<br /><br /> 系统设计阶段需要在需求分析的基础上进一步明确系统的总体框架，软件的组织结构、部署结构及运行环境。系统设计阶段包括开发计划、概要设计说明书。<br /><br /> 3.数据库设计<br /><br /> 根据系统的设计和功能模块的分析，数据库设计阶段包括进行数据进行数据库的需求分析]]></content>
  <link rel="alternate" type="text/html" href="http://dh.dolii.comrewrite.php/read-85.html" /> 
  <id>http://dh.dolii.comrewrite.php/read-85.html</id> 
</entry>	
<entry>
  <title type="html"><![CDATA[mysql的字符串函数]]></title>
  <author>
	 <name>DH</name>
	 <uri>http://dh.dolii.comrewrite.php/read-84.html</uri>
	 <email>devilhookey@126.com</email>
  </author>
  <category term="" scheme="http://dh.dolii.comrewrite.php/category-2.html" label="技术" /> 
  <updated>2009-09-16 13:43:39</updated>
  <published>2009-09-16 13:43:39</published>
  <content type='text'><![CDATA[对于针对字符串位置的操作，第一个位置被标记为1。<br /> ASCII(str)<br /> 返回字符串str的最左面字符的ASCII代码值。如果str是空字符串，返回0。如果str是NULL，返回NULL。<br /> mysql&gt; select ASCII(&#39;2&#39;);<br /> -&gt; 50<br /> mysql&gt; select ASCII(2);<br /> -&gt; 50<br /> mysql&gt; select ASCII(&#39;dx&#39;);<br /> -&gt; 100<br /><br /> 也可参见ORD()函数。<br /> ORD(str)<br /> 如果字符串str最左面字符是一个多字节字符，通过以格式((first byte ASCII code)*256+(second byte ASCII code))[*256+third byte ASCII code...]返回字符的ASCII代码值来返回多字节字符代码。如果最左面的字符不是一个多字节字符。返回与ASCII()函数返回的相同值。<br /> mysql&gt; select ORD(&#39;2&#39;);<br /> -&gt; 50<br /><br /> CONV(N,from_base,to_base)<br /> 在不同的数字基之间变]]></content>
  <link rel="alternate" type="text/html" href="http://dh.dolii.comrewrite.php/read-84.html" /> 
  <id>http://dh.dolii.comrewrite.php/read-84.html</id> 
</entry>	
<entry>
  <title type="html"><![CDATA[Linux下安装memcached和编译PHP扩展]]></title>
  <author>
	 <name>DH</name>
	 <uri>http://dh.dolii.comrewrite.php/read-83.html</uri>
	 <email>devilhookey@126.com</email>
  </author>
  <category term="" scheme="http://dh.dolii.comrewrite.php/category-2.html" label="技术" /> 
  <updated>2009-09-16 10:40:57</updated>
  <published>2009-09-16 10:40:57</published>
  <content type='text'><![CDATA[<br /> 1. 安装memcached (服务器版本1.2.6)<br /><br /> 服务器OS是RHEL5(Red Hat Linux Enterprise 5)，之前已经装好LAMP环境，这是我们的一台测试服务器，LAMP均位于/opt/lamp下。准备将memcached安装在/opt/cache/memcached目录下。<br /><br /> memcached需要libevent(http://monkey.org/~provos/libevent/)的支持，所以需要先安装libevent，安装目录位于/opt/cache/libevent，下载最新版本的libevent（此例中为1.4.8），解压后进入源代码目录，进行配置和安装。<br /> ./configure --prefix=/opt/cache/libevent<br /><br /> make<br /><br /> make install<br /><br /> 接着安装memcached，使用的版本是1.2.6，进入解压后的源代码目录，<br /> ./configure --prefix=/opt/cache/memcached --with-libevent=/opt/cache/libevent<br /><br /> &ndash;with-libevent指令]]></content>
  <link rel="alternate" type="text/html" href="http://dh.dolii.comrewrite.php/read-83.html" /> 
  <id>http://dh.dolii.comrewrite.php/read-83.html</id> 
</entry>	
<entry>
  <title type="html"><![CDATA[PHP对MYSQL数据库进行事务处理及表锁定]]></title>
  <author>
	 <name>DH</name>
	 <uri>http://dh.dolii.comrewrite.php/read-82.html</uri>
	 <email>devilhookey@126.com</email>
  </author>
  <category term="" scheme="http://dh.dolii.comrewrite.php/category-2.html" label="技术" /> 
  <updated>2009-09-16 09:31:53</updated>
  <published>2009-09-16 09:31:53</published>
  <content type='text'><![CDATA[<br /> PHP对MYSQL数据库进行事务处理及表锁定<br /><br /> MYSQL事务处理<br /><br /> MYSQL的事务处理主要有两种方法。<br /><br /> 1、用begin,rollback,commit来实现<br /><br /> begin 开始一个事务<br /><br /> rollback 事务回滚<br /><br /> commit 事务确认<br /><br /> 2、直接用set来改变mysql的自动提交模式<br /><br /> MYSQL默认是自动提交的，也就是你提交一个QUERY，它就直接执行！我们可以通过<br /><br /> set autocommit=0 禁止自动提交<br /><br /> set autocommit=1 开启自动提交<br /><br /> 来实现事务的处理。<br /><br /> 当你用 set autocommit=0 的时候，你以后所有的SQL都将做为事务处理，直到你用commit确认或rollback结束。<br /><br /> 注意当你结束这个事务的同时也开启了个新的事务！按第一种方法只将当前的作为一个事务！<br /><br /> 个人推荐使用第一种方法！<br /><br /><br /> MYSQL中只有INNODB和BDB类型的数据表才能支持事务处理！其他的类型是不支持的！<br /><br /> ***：一般MYSQL数据库默认的引擎是MyISAM,这种引擎不支持事务！如果要让MYSQL支持事务，可以自己手动修改:<br /><br /> 方法如下：1.修改c:\appserv\mysql\m]]></content>
  <link rel="alternate" type="text/html" href="http://dh.dolii.comrewrite.php/read-82.html" /> 
  <id>http://dh.dolii.comrewrite.php/read-82.html</id> 
</entry>	
<entry>
  <title type="html"><![CDATA[对话zhang]]></title>
  <author>
	 <name>DH</name>
	 <uri>http://dh.dolii.comrewrite.php/read-81.html</uri>
	 <email>devilhookey@126.com</email>
  </author>
  <category term="" scheme="http://dh.dolii.comrewrite.php/category-6.html" label="摘录&amp;think" /> 
  <updated>2009-09-02 10:18:31</updated>
  <published>2009-09-02 10:18:31</published>
  <content type='text'><![CDATA[<p>昨天和朋友聊天的内容,如下:<br /><br /> self:最近对网络有什么高深的看法没？<br /> zhang:更加坚信，内容才是王道，技术创新意义不大，太容易被复制<br /> self:呵呵，原创王道 ,不过抄的也快<br /> zhang:恩，我用一个月时间把我网站从210万排名拉到50万以下，决定放弃弄论坛了，太累<br /> zhang:我没原创，都是抄了改标题 ,百分百抄袭<br /> self:跟抄速度一流的话其实也跟原创就差不多了<br /> zhang:靠，这句话绝对经典<br /><br /> 后来想了想,也是,现在网络上的抄袭速度越来越厉害,可谓是神速了<br /> 不过既然是搞这个的,有句话也是很受用的,原创的不一定比整合的好<br /> 思路混乱,胡写2句,凑合看吧</p>]]></content>
  <link rel="alternate" type="text/html" href="http://dh.dolii.comrewrite.php/read-81.html" /> 
  <id>http://dh.dolii.comrewrite.php/read-81.html</id> 
</entry>	
<entry>
  <title type="html"><![CDATA[永别,多多]]></title>
  <author>
	 <name>DH</name>
	 <uri>http://dh.dolii.comrewrite.php/read-80.html</uri>
	 <email>devilhookey@126.com</email>
  </author>
  <category term="" scheme="http://dh.dolii.comrewrite.php/category-3.html" label="心情" /> 
  <updated>2009-08-15 23:20:00</updated>
  <published>2009-08-15 23:20:00</published>
  <content type='text'><![CDATA[今天多多走了，不想让他再这样痛苦的对抗病魔了<br /> 不知道掉了多少次眼泪，真的很久没流过眼泪了<br /> 现在还不能想，写这篇的时候眼睛又模糊了<br /> 只是希望他一路走好，因为他解脱了]]></content>
  <link rel="alternate" type="text/html" href="http://dh.dolii.comrewrite.php/read-80.html" /> 
  <id>http://dh.dolii.comrewrite.php/read-80.html</id> 
</entry>	
<entry>
  <title type="html"><![CDATA[Comet may have hit Jupiter]]></title>
  <author>
	 <name>DH</name>
	 <uri>http://dh.dolii.comrewrite.php/read-79.html</uri>
	 <email>devilhookey@126.com</email>
  </author>
  <category term="" scheme="http://dh.dolii.comrewrite.php/category-7.html" label="news" /> 
  <updated>2009-07-22 08:42:57</updated>
  <published>2009-07-22 08:42:57</published>
  <content type='text'><![CDATA[<h1>NASA images show scar in planet&rsquo;s atmosphere&nbsp; near south pole</h1><table border="0" cellspacing="0" cellpadding="0"><tr><td style="padding-right: 0px; padding-left: 15px; padding-bottom: 0px; padding-top: 25px"><a id="linkImgRelatedPhotos" href="http://www.msnbc.msn.com/id/32015827/displaymode/1176/rstry/32015814/"><img style="border: #000000 1px solid" src="http://msnbcmedia2.msn.com/j/MSNBC/Components/Photo/_new/090720-space-jupiter-hlarge-6p.hlarge.jpg" border="0" alt="Image: Jupiter impact" title="Image: Jupiter impact" width="593" height="273" /></a><div class="credit aR">NASA / JPL / IRTF</div><div class="caption" style="padding-right: 0px; padding-left: 0px; padding-bottom: 0px; padding-top: 10px">This image, captured by NASA&#39;s Infrared Telescope Facility on Hawaii, shows a large impact on Jupiter&#39;s south polar region on Monday. The impact zone is the bright spot at lower left.</div></td></tr></table>]]></content>
  <link rel="alternate" type="text/html" href="http://dh.dolii.comrewrite.php/read-79.html" /> 
  <id>http://dh.dolii.comrewrite.php/read-79.html</id> 
</entry>	
<entry>
  <title type="html"><![CDATA[多多抗战20天，继续，没问题的，多坚强]]></title>
  <author>
	 <name>DH</name>
	 <uri>http://dh.dolii.comrewrite.php/read-78.html</uri>
	 <email>devilhookey@126.com</email>
  </author>
  <category term="" scheme="http://dh.dolii.comrewrite.php/category-5.html" label="Self" /> 
  <updated>2009-07-07 16:22:38</updated>
  <published>2009-07-07 16:22:38</published>
  <content type='text'><![CDATA[<p>多多得病（狗瘟）从诊断出来已经是第20天了，之前天天跑医院（主要是输液）跑了1周多，大体稳定了</p><p>现在就是每天靠补营养和癫安舒 ，帮着小多对抗它体内的敌人</p><p>昨天把泰迪嘴很不忍心的給T了，现在成了贵妇脸了</p><p>不过没关系，多多+U,抗过去之后再留回来&nbsp;</p>]]></content>
  <link rel="alternate" type="text/html" href="http://dh.dolii.comrewrite.php/read-78.html" /> 
  <id>http://dh.dolii.comrewrite.php/read-78.html</id> 
</entry>	
<entry>
  <title type="html"><![CDATA[歌王迈克尔·杰克逊心脏停搏26日逝世 终年50岁]]></title>
  <author>
	 <name>DH</name>
	 <uri>http://dh.dolii.comrewrite.php/read-77.html</uri>
	 <email>devilhookey@126.com</email>
  </author>
  <category term="" scheme="http://dh.dolii.comrewrite.php/category-7.html" label="news" /> 
  <updated>2009-06-26 09:51:16</updated>
  <published>2009-06-26 09:51:16</published>
  <content type='text'><![CDATA[据国外媒体报道，北京时间6月26日，一代歌王迈克尔&middot;杰克逊因心脏停动逝世，终年50岁。<br /> 跟老婆一说，她的第一反应就认为是炒作。<br /> 主要这消息有点太突然了，看看今天晚点的消息吧。<br /><br /><strong>Singer Michael Jackson dead at 50<br /> Legendary pop star had been preparing for London comeback tour<br /></strong><br /><p class="textBodyBlack">Michael Jackson, the sensationally gifted child star who rose to become the &ldquo;King of Pop&rdquo; and the biggest celebrity in the world only to fall from his throne in a freakish series of scandals, died Thursday. He was 50.</p><p class="textBodyBlack">Jackson died at UCLA Medical Center in Los Angeles. Ed Winter, the assistant chie</p>]]></content>
  <link rel="alternate" type="text/html" href="http://dh.dolii.comrewrite.php/read-77.html" /> 
  <id>http://dh.dolii.comrewrite.php/read-77.html</id> 
</entry>	
<entry>
  <title type="html"><![CDATA[PHP截取字符串 包函HTML标志的也可截取]]></title>
  <author>
	 <name>DH</name>
	 <uri>http://dh.dolii.comrewrite.php/read-76.html</uri>
	 <email>devilhookey@126.com</email>
  </author>
  <category term="" scheme="http://dh.dolii.comrewrite.php/category-2.html" label="技术" /> 
  <updated>2009-06-25 13:48:02</updated>
  <published>2009-06-25 13:48:02</published>
  <content type='text'><![CDATA[<p><span style="color: #000000"><font face="NSimsun"><span style="color: #0000bb">最近需要在HTML的内容中提取一段文本作为简介，如果用普通的办法提取那么将有可能出现截取了半个HTML标志的情况，会破坏页面布局， 为此添加了这么一个函数，可完美解决此问题！！注意在这里你截取的字符数是不含HTML标志的！！<br /><span style="color: #000000"><span style="color: #0000bb"><font face="NSimsun">&lt;?php<br /></font></span><font face="NSimsun"><span style="color: #ff8000">/**<br /> * 截取HTML字符串 允许忽略HTML标志不计<br /> *<br /> * Author：学无止境<br /> * Email：<br /> * QQ: 339534039<br /> * Blog:http://hi.baidu.com/phps<br /> *<br /> * 转载请保留作者信息</span></font></span></span></font></span></p><p><span style="color: #000000"><font face="NSimsun"><span style="color: #0000bb"><span style="color: #000000"><font face="NSimsun"><span style="color: #ff8000">*<br /> * @param 要截取的HTML $str<br /> * @param 截取的数量 $num<br /> * @param 是否需要加上更多 $more<br /> * @return 截取串<br /> */<br /></span><span style="color: #007700">function </span><span style="color: #0000bb">phpos_chsubstr_ahtml</span><span style="color: #007700">(</span><span style="color: #0000bb">$str</span><span style="color: #007700">,</span><span style="color: #0000bb">$num</span><span style="color: #007700">,</span><span style="color: #0000bb">$more</span><span style="color: #007700">=</span><span style="color: #0000bb">false</span></font><font face="NSimsun"><span style="color: #007700">)<br /> {<br /> &nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000bb">$leng</span><span style="color: #007700">=</span><span style="color: #0000bb">strlen</span><span style="color: #007700">(</span><span style="color: #0000bb">$str</span></font><font face="NSimsun"><span style="color: #007700">);<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if(</span><span style="color: #0000bb">$num</span><span style="color: #007700">&gt;=</span><span style="color: #0000bb">$leng</span><span style="color: #007700">)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; r</span></font></span></span></font></span></p>]]></content>
  <link rel="alternate" type="text/html" href="http://dh.dolii.comrewrite.php/read-76.html" /> 
  <id>http://dh.dolii.comrewrite.php/read-76.html</id> 
</entry>	
<entry>
  <title type="html"><![CDATA[80后人生的40条哲理!!!很有道理！！]]></title>
  <author>
	 <name>DH</name>
	 <uri>http://dh.dolii.comrewrite.php/read-75.html</uri>
	 <email>devilhookey@126.com</email>
  </author>
  <category term="" scheme="http://dh.dolii.comrewrite.php/category-6.html" label="摘录&amp;think" /> 
  <updated>2009-06-05 14:51:25</updated>
  <published>2009-06-05 14:51:25</published>
  <content type='text'><![CDATA[<p><img id="aimg_117232" src="http://civicslb.che168.com/http://dh.dolii.comattachments/month_0905/20090516_d487465f2d6feea4f14099UMHfJ0WTDq.jpg" alt="1.jpg" width="325" height="433" /></p><dl class="t_attachlist attachimg"><dd><br /><p><img id="aimg_117233" src="http://civicslb.che168.com/http://dh.dolii.comattachments/month_0905/20090516_88d2d43d9175d168e7e1QMveNlNLCA_pL.jpg" alt="2.jpg" width="400" height="486" /></p></dd></dl><dl class="t_attachlist attachimg"><dd><br /><p><img id="aimg_117234" src="http://civicslb.che168.com/http://dh.dolii.comattachments/month_0905/20090516_2844dab631feebc65337lOOJwJ377Q8w.jpg" alt="3.jpg" width="300" height="290" /></p></dd></dl><dl class="t_attachlist attachimg"><dd><br /><p><img id="aimg_117235" src="http://civicslb.che168.com/http://dh.dolii.comattachments/month_0905/20090516_62e81d7a7c24cb36453c0mO8itmUVIic.jpg" alt="4.jpg" width="301" height="450" /></p></dd></dl><dl class="t_attachlist attachimg"><dd><br /><p><img id="aimg_117236" src="http://civicslb.che168.com/http://dh.dolii.comattachments/month_0905/20090516_cc154b80eb4620f8a23a1Bb1i4awckSK.jpg" alt="5.jpg" width="352" height="550" /></p></dd></dl><dl class="t_attachlist attachimg"><dd><br /><p><img id="aimg_117237" src="http://civicslb.che168.com/http://dh.dolii.comattachments/month_0905/20090516_616cedb48c16598fb907D9oJcfj1b2te.jpg" alt="6.jpg" width="450" height="428" /></p></dd></dl><dl class="t_attachlist attachimg"><dd><br /><p><img id="aimg_117238" src="http://civicslb.che168.com/http://dh.dolii.comattachments/month_0905/20090516_b1b9426737b4276639e58f56URs4lqyW.jpg" alt="7.jpg" width="341" height="600" /></p></dd></dl><dl class="t_attachlist attachimg"><dd><br /><p><img id="aimg_117239" src="http://civicslb.che168.com/http://dh.dolii.comattachments/month_0905/20090516_ca4f62ce39091498c4c5rNBx0tQH3iwv.jpg" alt="8.jpg" width="287" height="300" /></p></dd></dl><dl class="t_attachlist attachimg"><dd><br /><p><img id="aimg_117240" src="http://civicslb.che168.com/http://dh.dolii.comattachments/month_0905/20090516_a8f0d07769b5b132cca5uv0c4Rg0GkYe.jpg" alt="9.jpg" width="400" height="596" /></p></dd></dl><dl class="t_attachlist attachimg"><dd><br /><p><img id="aimg_117241" src="http://civicslb.che168.com/http://dh.dolii.comattachments/month_0905/20090516_fc1e8344818c1bcf0013hz0NTX84g0Xx.jpg" alt="10.jpg" width="296" height="330" /></p></dd></dl><dl class="t_attachlist attachimg"><dd><br /><p><img id="aimg_117242" src="http://civicslb.che168.com/http://dh.dolii.comattachments/month_0905/20090516_f857015dd55260163120E3zT9XRxiv2O.jpg" alt="11.jpg" width="182" height="294" /></p></dd></dl><dl class="t_attachlist attachimg"><dd><br /><p><img id="aimg_117243" src="http://civicslb.che168.com/http://dh.dolii.comattachments/month_0905/20090516_96a6e7c84731fa0870b2ModYixZBpYCQ.jpg" alt="12.jpg" width="250" height="330" /></p></dd></dl><dl class="t_attachlist attachimg"><dd><br /><p><img id="aimg_117244" src="http://civicslb.che168.com/http://dh.dolii.comattachments/month_0905/20090516_c38762478d04ab5cd79c9RuENCdbNr9C.jpg" alt="13.jpg" width="400" height="588" /></p></dd></dl><dl class="t_attachlist attachimg"><dd><br /><p><img id="aimg_117245" src="http://civicslb.che168.com/http://dh.dolii.comattachments/month_0905/20090516_71721b620a0884f0fd64fmsXbCV9Ld3p.jpg" alt="14.jpg" width="350" height="464" /></p></dd></dl><dl class="t_attachlist attachimg"><dd><br /><p><img id="aimg_117246" src="http://civicslb.che168.com/http://dh.dolii.comattachments/month_0905/20090516_fc4ae2456b705e79eac7dGKuSiBysAOn.jpg" alt="15.jpg" width="306" height="350" /></p></dd></dl><dl class="t_attachlist attachimg"><dd><br /><p><img id="aimg_117247" src="http://civicslb.che168.com/http://dh.dolii.comattachments/month_0905/20090516_24bdb6170bc72cabcb02wqWgUU39pbcQ.jpg" alt="16.jpg" width="350" height="260" /></p></dd></dl><dl class="t_attachlist attachimg"><dd><br /><p><img id="aimg_117248" src="http://civicslb.che168.com/http://dh.dolii.comattachments/month_0905/20090516_64171f4a9b22f883cd0bCkm5e5Y7Nhxl.jpg" alt="17.jpg" width="300" height="415" /></p></dd></dl><dl class="t_attachlist attachimg"><dd><br /><p><img id="aimg_117249" src="http://civicslb.che168.com/http://dh.dolii.comattachments/month_0905/20090516_3ba0a8d38377591e5118pRxIEag86TeY.jpg" alt="18.jpg" width="460" height="355" /></p></dd></dl><dl class="t_attachlist attachimg"><dd><br /><p><img id="aimg_117250" src="http://civicslb.che168.com/http://dh.dolii.comattachments/month_0905/20090516_43762f89149fbd676f1fk1cjJqkgm2gQ.jpg" alt="19.jpg" width="370" height="501" /></p></dd></dl><dl class="t_attachlist attachimg"><dd><br /><p><img id="aimg_117251" src="http://civicslb.che168.com/http://dh.dolii.comattachments/month_0905/20090516_ac537a2ade2e382454750f9ZiZ2W0Zcu.jpg" alt="20.jpg" width="400" height="473" /></p></dd></dl><dl class="t_attachlist attachimg"><dd><br /><p><img id="aimg_117252" src="http://civicslb.che168.com/http://dh.dolii.comattachments/month_0905/20090516_defbfb7dadbfa83b9e81j6jDVb9yZhaT.jpg" alt="21.jpg" width="350" height="547" /></p></dd></dl><dl class="t_attachlist attachimg"><dd><br /><p><img id="aimg_117253" src="http://civicslb.che168.com/http://dh.dolii.comattachments/month_0905/20090516_7a527e19389686b862f5gRGbjaXCxUFw.jpg" alt="22.jpg" width="400" height="410" /></p></dd></dl><dl class="t_attachlist attachimg"><dd><br /><p><img id="aimg_117254" src="http://civicslb.che168.com/http://dh.dolii.comattachments/month_0905/20090516_6eab607542437f886b2bdNzBE5S6Zg3b.jpg" alt="23.jpg" width="404" height="430" /></p></dd></dl><dl class="t_attachlist attachimg"><dd><br /><p><img id="aimg_117255" src="http://civicslb.che168.com/http://dh.dolii.comattachments/month_0905/20090516_7eb4291bce5595d717f8Oxf6j6Jn4nDL.jpg" alt="24.jpg" width="300" height="407" /></p></dd></dl><dl class="t_attachlist attachimg"><dd><br /><p><img id="aimg_117256" src="http://civicslb.che168.com/http://dh.dolii.comattachments/month_0905/20090516_0c747eeb25854700ee5bMlY8vf58Cvdb.jpg" alt="25.jpg" width="350" height="459" /></p></dd></dl><dl class="t_attachlist attachimg"><dd><br /><p><img id="aimg_117257" src="http://civicslb.che168.com/http://dh.dolii.comattachments/month_0905/20090516_008d4fbfc7ce930416d8DuUUhu3iyJBO.jpg" alt="26.jpg" width="420" height="266" /></p></dd></dl><dl class="t_attachlist attachimg"><dd><br /><p><img id="aimg_117258" src="http://civicslb.che168.com/http://dh.dolii.comattachments/month_0905/20090516_028d3977d710ef90e39eoaItjgfEmX7A.jpg" alt="27.jpg" width="304" height="452" /></p></dd></dl><dl class="t_attachlist attachimg"><dd><br /><p><img id="aimg_117259" src="http://civicslb.che168.com/http://dh.dolii.comattachments/month_0905/20090516_efae0b899cb2240a4b7ascyPUeRKEadB.jpg" alt="28.jpg" width="420" height="320" /></p></dd></dl><dl class="t_attachlist attachimg"><dd><br /><p><img id="aimg_117260" src="http://civicslb.che168.com/http://dh.dolii.comattachments/month_0905/20090516_8585e98627db455dada3B6uHUfJgWLg0.jpg" alt="29.jpg" width="215" height="311" /></p></dd></dl><dl class="t_attachlist attachimg"><dd><br /><p><img id="aimg_117261" src="http://civicslb.che168.com/http://dh.dolii.comattachments/month_0905/20090516_f968c52897a6337209c3jtaWbeXY0AOg.jpg" alt="30.jpg" width="304" height="326" /></p></dd></dl><dl class="t_attachlist attachimg"><dd><br /><p><img id="aimg_117262" src="http://civicslb.che168.com/http://dh.dolii.comattachments/month_0905/20090516_ace5e0dadae48c371940MN2TnwlFyCTl.jpg" alt="31.jpg" width="350" height="394" /></p></dd></dl><dl class="t_attachlist attachimg"><dd><br /><p><img id="aimg_117263" src="http://civicslb.che168.com/http://dh.dolii.comattachments/month_0905/20090516_606160d703bc5d6c81429HERCaWgeZR6.jpg" alt="32.jpg" width="370" height="518" /></p></dd></dl><dl class="t_attachlist attachimg"><dd><br /><p><img id="aimg_117264" src="http://civicslb.che168.com/http://dh.dolii.comattachments/month_0905/20090516_c73c5a6af793e24a62bcJsaKWE6gOWmA.jpg" alt="33.jpg" width="300" height="269" /></p></dd></dl><dl class="t_attachlist attachimg"><dd><br /><p><img id="aimg_117265" src="http://civicslb.che168.com/http://dh.dolii.comattachments/month_0905/20090516_fb8678c8e5f5dbca3025hOYwmQsSwleS.jpg" alt="34.jpg" width="430" height="481" /></p></dd></dl><dl class="t_attachlist attachimg"><dd><br /><p><img id="aimg_117266" src="http://civicslb.che168.com/http://dh.dolii.comattachments/month_0905/20090516_bd105ab806c8d76be708d9GejsiayQTa.jpg" alt="35.jpg" width="350" height="448" /></p></dd></dl><dl class="t_attachlist attachimg"><dd><br /><p><img id="aimg_117267" src="http://civicslb.che168.com/http://dh.dolii.comattachments/month_0905/20090516_58b33a7b1439073c83fezreg4ODmV37D.jpg" alt="36.jpg" width="409" height="494" /></p></dd></dl><dl class="t_attachlist attachimg"><dd><br /><p><img id="aimg_117268" src="http://civicslb.che168.com/http://dh.dolii.comattachments/month_0905/20090516_a0c65d13689f25215f615ZHjeoIOTfW1.jpg" alt="37.jpg" width="283" height="400" /></p></dd></dl><dl class="t_attachlist attachimg"><dd><br /><p><img id="aimg_117269" src="http://civicslb.che168.com/http://dh.dolii.comattachments/month_0905/20090516_825e80727e7c095b74eaKfXpIkEORI5Y.jpg" alt="38.jpg" width="300" height="694" /></p></dd></dl><dl class="t_attachlist attachimg"><dd><br /><p><img id="aimg_117270" src="http://civicslb.che168.com/http://dh.dolii.comattachments/month_0905/20090516_32f7f437d5acf4def4dbiL3sIKfWq36M.jpg" alt="39.jpg" width="300" height="648" /></p></dd></dl><dl class="t_attachlist attachimg"><dd><br /><p><img id="aimg_117271" src="http://civicslb.che168.com/http://dh.dolii.comattachments/month_0905/20090516_b2f4d422152093446304gKv4mhcefSb1.jpg" alt="40.jpg" width="450" height="424" /></p></dd></dl>]]></content>
  <link rel="alternate" type="text/html" href="http://dh.dolii.comrewrite.php/read-75.html" /> 
  <id>http://dh.dolii.comrewrite.php/read-75.html</id> 
</entry>	
<entry>
  <title type="html"><![CDATA[男女关系示意图 批判的看吧]]></title>
  <author>
	 <name>DH</name>
	 <uri>http://dh.dolii.comrewrite.php/read-74.html</uri>
	 <email>devilhookey@126.com</email>
  </author>
  <category term="" scheme="http://dh.dolii.comrewrite.php/category-6.html" label="摘录&amp;think" /> 
  <updated>2009-06-03 16:24:29</updated>
  <published>2009-06-03 16:24:29</published>
  <content type='text'><![CDATA[<p><img src="http://dh.dolii.comattachments/200906/2887479721.jpg" style="cursor:pointer;" onclick="open_img(&#39;http://dh.dolii.comattachments/200906/2887479721.jpg&#39;)" alt="http://dh.dolii.comattachments/200906/2887479721.jpg" width="400" height="278" /><br /><img src="http://dh.dolii.comattachments/200906/5418221452.jpg" style="cursor:pointer;" onclick="open_img(&#39;http://dh.dolii.comattachments/200906/5418221452.jpg&#39;)" alt="http://dh.dolii.comattachments/200906/5418221452.jpg" width="400" height="300" /><br /><img src="http://dh.dolii.comattachments/200906/5080594438.jpg" style="cursor:pointer;" onclick="open_img(&#39;http://dh.dolii.comattachments/200906/5080594438.jpg&#39;)" alt="http://dh.dolii.comattachments/200906/5080594438.jpg" width="400" height="299" /><br /><img src="http://dh.dolii.comattachments/200906/7651917554.gif" style="cursor:pointer;" onclick="open_img(&#39;http://dh.dolii.comattachments/200906/7651917554.gif&#39;)" alt="http://dh.dolii.comattachments/200906/7651917554.gif" width="400" height="299" /><br /><img src="http://dh.dolii.comattachments/200906/4433901662.gif" style="cursor:pointer;" onclick="open_img(&#39;http://dh.dolii.comattachments/200906/4433901662.gif&#39;)" alt="http://dh.dolii.comattachments/200906/4433901662.gif" width="400" height="300" /><br /><img src="http://dh.dolii.comattachments/200906/6343427627.gif" style="cursor:pointer;" onclick="open_img(&#39;http://dh.dolii.comattachments/200906/6343427627.gif&#39;)" alt="http://dh.dolii.comattachments/200906/6343427627.gif" width="400" height="300" /><br /><img src="http://dh.dolii.comattachments/200906/8036341336.gif" style="cursor:pointer;" onclick="open_img(&#39;http://dh.dolii.comattachments/200906/8036341336.gif&#39;)" alt="http://dh.dolii.comattachments/200906/8036341336.gif" width="400" height="300" /><br /><img src="http://dh.dolii.comattachments/200906/5061192191.gif" style="cursor:pointer;" onclick="open_img(&#39;http://dh.dolii.comattachments/200906/5061192191.gif&#39;)" alt="http://dh.dolii.comattachments/200906/5061192191.gif" width="400" height="299" /><br /><img src="http://dh.dolii.comattachments/200906/3129533084.gif" style="cursor:pointer;" onclick="open_img(&#39;http://dh.dolii.comattachments/200906/3129533084.gif&#39;)" alt="http://dh.dolii.comattachments/200906/3129533084.gif" width="400" height="300" /><br /><img src="http://dh.dolii.comattachments/200906/1624776827.gif" style="cursor:pointer;" onclick="open_img(&#39;http://dh.dolii.comattachments/200906/1624776827.gif&#39;)" alt="http://dh.dolii.comattachments/200906/1624776827.gif" width="400" height="300" /><br /><img src="http://dh.dolii.comattachments/200906/0712746619.gif" style="cursor:pointer;" onclick="open_img(&#39;http://dh.dolii.comattachments/200906/0712746619.gif&#39;)" alt="http://dh.dolii.comattachments/200906/0712746619.gif" width="400" height="299" /><br /><img src="http://dh.dolii.comattachments/200906/0954524075.gif" style="cursor:pointer;" onclick="open_img(&#39;http://dh.dolii.comattachments/200906/0954524075.gif&#39;)" alt="http://dh.dolii.comattachments/200906/0954524075.gif" width="400" height="299" /><br /><img src="http://dh.dolii.comattachments/200906/3004842520.gif" style="cursor:pointer;" onclick="open_img(&#39;http://dh.dolii.comattachments/200906/3004842520.gif&#39;)" alt="http://dh.dolii.comattachments/200906/3004842520.gif" width="400" height="300" /><br /><img src="http://dh.dolii.comattachments/200906/4250400802.gif" style="cursor:pointer;" onclick="open_img(&#39;http://dh.dolii.comattachments/200906/4250400802.gif&#39;)" alt="http://dh.dolii.comattachments/200906/4250400802.gif" width="400" height="300" /><br /><img src="http://dh.dolii.comattachments/200906/8753737557.gif" style="cursor:pointer;" onclick="open_img(&#39;http://dh.dolii.comattachments/200906/8753737557.gif&#39;)" alt="http://dh.dolii.comattachments/200906/8753737557.gif" width="400" height="300" /><br /><img src="http://dh.dolii.comattachments/200906/6052863143.gif" style="cursor:pointer;" onclick="open_img(&#39;http://dh.dolii.comattachments/200906/6052863143.gif&#39;)" alt="http://dh.dolii.comattachments/200906/6052863143.gif" width="400" height="301" /><br /><img src="http://dh.dolii.comattachments/200906/6729204644.gif" style="cursor:pointer;" onclick="open_img(&#39;http://dh.dolii.comattachments/200906/6729204644.gif&#39;)" alt="http://dh.dolii.comattachments/200906/6729204644.gif" width="400" height="298" /><br /><img src="http://dh.dolii.comattachments/200906/0306344233.gif" style="cursor:pointer;" onclick="open_img(&#39;http://dh.dolii.comattachments/200906/0306344233.gif&#39;)" alt="http://dh.dolii.comattachments/200906/0306344233.gif" width="400" height="301" /><br /><img src="http://dh.dolii.comattachments/200906/9233479700.gif" style="cursor:pointer;" onclick="open_img(&#39;http://dh.dolii.comattachments/200906/9233479700.gif&#39;)" alt="http://dh.dolii.comattachments/200906/9233479700.gif" width="400" height="300" /><br /><img src="http://dh.dolii.comattachments/200906/4332087051.gif" style="cursor:pointer;" onclick="open_img(&#39;http://dh.dolii.comattachments/200906/4332087051.gif&#39;)" alt="http://dh.dolii.comattachments/200906/4332087051.gif" width="400" height="299" /><br /><img src="http://dh.dolii.comattachments/200906/0830338066.gif" style="cursor:pointer;" onclick="open_img(&#39;http://dh.dolii.comattachments/200906/0830338066.gif&#39;)" alt="http://dh.dolii.comattachments/200906/0830338066.gif" width="400" height="300" /><br /><img src="http://dh.dolii.comattachments/200906/4390413830.gif" style="cursor:pointer;" onclick="open_img(&#39;http://dh.dolii.comattachments/200906/4390413830.gif&#39;)" alt="http://dh.dolii.comattachments/200906/4390413830.gif" width="400" height="299" /><br /><img src="http://dh.dolii.comattachments/200906/7081708150.gif" style="cursor:pointer;" onclick="open_img(&#39;http://dh.dolii.comattachments/200906/7081708150.gif&#39;)" alt="http://dh.dolii.comattachments/200906/7081708150.gif" width="400" height="300" /><br /><img src="http://dh.dolii.comattachments/200906/3501567551.gif" style="cursor:pointer;" onclick="open_img(&#39;http://dh.dolii.comattachments/200906/3501567551.gif&#39;)" alt="http://dh.dolii.comattachments/200906/3501567551.gif" width="400" height="301" /><br /><img src="http://dh.dolii.comattachments/200906/6170872467.gif" style="cursor:pointer;" onclick="open_img(&#39;http://dh.dolii.comattachments/200906/6170872467.gif&#39;)" alt="http://dh.dolii.comattachments/200906/6170872467.gif" width="400" height="299" /><br /><img src="http://dh.dolii.comattachments/200906/5935964535.gif" style="cursor:pointer;" onclick="open_img(&#39;http://dh.dolii.comattachments/200906/5935964535.gif&#39;)" alt="http://dh.dolii.comattachments/200906/5935964535.gif" width="400" height="300" /><br /><img src="http://dh.dolii.comattachments/200906/8428947261.gif" style="cursor:pointer;" onclick="open_img(&#39;http://dh.dolii.comattachments/200906/8428947261.gif&#39;)" alt="http://dh.dolii.comattachments/200906/8428947261.gif" width="400" height="297" /><br /><img src="http://dh.dolii.comattachments/200906/9361472838.gif" style="cursor:pointer;" onclick="open_img(&#39;http://dh.dolii.comattachments/200906/9361472838.gif&#39;)" alt="http://dh.dolii.comattachments/200906/9361472838.gif" width="400" height="300" /><br /> 最后的最后,我说说我的看法,对不对的就是它了<br /> 磨合良好才是一切</p>]]></content>
  <link rel="alternate" type="text/html" href="http://dh.dolii.comrewrite.php/read-74.html" /> 
  <id>http://dh.dolii.comrewrite.php/read-74.html</id> 
</entry>	
<entry>
  <title type="html"><![CDATA[What Goes Around Something Mast Comes Around]]></title>
  <author>
	 <name>DH</name>
	 <uri>http://dh.dolii.comrewrite.php/read-73.html</uri>
	 <email>devilhookey@126.com</email>
  </author>
  <category term="" scheme="http://dh.dolii.comrewrite.php/category-3.html" label="心情" /> 
  <updated>2009-06-03 09:07:19</updated>
  <published>2009-06-03 09:07:19</published>
  <content type='text'><![CDATA[个人翻译版的有失必有得,当然了,反过来也是一样<br /> 不过正着和反着是两种心态<br /> 这么长时间了总是在得失的跷跷板上找平衡<br /> 不过总是找不到,真的是累了,想休息<br /> 不过真的是不能休息<br /> 奔叁的人了,引用句话<br /> &quot;过了叁十你还值钱吗?&quot;<br /> 想闯,可是现在要照顾的太多了,感觉真的....<br /> 不是说闯就什么都不顾的大步流星的冲的那种时候了<br /> 总是说&quot;去闯吧&quot;,又总是说&quot;要有稳定的收入&quot;,&quot;要负责&quot;<br /> 不觉得有写自相矛盾吗?<br /> 真的是累一个字不能完全表明的啊....]]></content>
  <link rel="alternate" type="text/html" href="http://dh.dolii.comrewrite.php/read-73.html" /> 
  <id>http://dh.dolii.comrewrite.php/read-73.html</id> 
</entry>	
<entry>
  <title type="html"><![CDATA[PHP中二维数组的排序]]></title>
  <author>
	 <name>DH</name>
	 <uri>http://dh.dolii.comrewrite.php/read-72.html</uri>
	 <email>devilhookey@126.com</email>
  </author>
  <category term="" scheme="http://dh.dolii.comrewrite.php/category-2.html" label="技术" /> 
  <updated>2009-05-22 10:51:31</updated>
  <published>2009-05-22 10:51:31</published>
  <content type='text'><![CDATA[<span style="color: #111111; font-family: &#39;-webkit-monospace&#39;; line-height: 18px; white-space: pre" class="Apple-style-span"><ol><li class="li1" style="font-family: &#39;Courier New&#39;, Courier, monospace; color: black; font-weight: normal; font-style: normal"><div class="de1" style="font-family: &#39;Courier New&#39;, Courier, monospace; font-weight: normal"><span style="color: #000000; font-weight: bold" class="kw2">&lt;?php</span></div></li><li class="li1" style="font-family: &#39;Courier New&#39;, Courier, monospace; color: black; font-weight: normal; font-style: normal"><div class="de1" style="font-family: &#39;Courier New&#39;, Courier, monospace; font-weight: normal"><span style="color: #808080; font-style: italic" class="co1">// 说明：PHP中二维数组的排序方法 </span></div></li><li class="li1" style="font-family: &#39;Courier New&#39;, Courier, monospace; color: black; font-weight: normal; font-style: normal"><div class="de1" style="font-family: &#39;Courier New&#39;, Courier, monospace; font-weight: normal"><span style="color: #808080; font-style: italic" class="Apple-style-span"><br /></span></div></li><li class="li2" style="font-family: &#39;Courier New&#39;, Courier, monospace; color: black; font-style: normal; font-weight: bold"><div class="de2" style="font-family: &#39;Courier New&#39;, Courier, monospace; font-weight: normal">&nbsp;</div></li><li class="li1" style="font-family: &#39;Courier New&#39;, Courier, monospace; color: black; font-weight: normal; font-style: normal"><div class="de1" style="font-family: &#39;Courier New&#39;, Courier, monospace; font-weight: normal"><span style="color: #808080; font-style: italic" class="coMULTI">/** </span></div></li><li class="li1" style="font-family: &#39;Courier New&#39;, Courier, monospace; color: black; font-weight: normal; font-style: normal"><div class="de1" style="font-family: &#39;Courier New&#39;, Courier, monospace; font-weight: normal"><span style="color: #808080; font-style: italic" class="coMULTI"> * @package     BugFree </span></div></li><li class="li1" style="font-family: &#39;Courier New&#39;, Courier, monospace; color: black; font-weight: normal; font-style: normal"><div class="de1" style="font-family: &#39;Courier New&#39;, Courier, monospace; font-weight: normal"><span style="color: #808080; font-style: italic" class="coMULTI"> * @version     $Id: FunctionsMain.inc.php,v 1.32 2005/09/24 11:38:37 wwccss Exp $ </span></div></li><li class="li1" style="font-family: &#39;Courier New&#39;, Courier, monospace; color: black; font-weight: normal; font-style: normal"><div class="de1" style="font-family: &#39;Courier New&#39;, Courier, monospace; font-weight: normal"><span style="color: #808080; font-style: italic" class="coMULTI"> * </span></div></li><li class="li2" style="font-family: &#39;Courier New&#39;, Courier, monospace; color: black; font-style: normal; font-weight: bold"><div class="de2" style="font-family: &#39;Courier New&#39;, Courier, monospace; font-weight: normal"><span style="color: #808080; font-style: italic" class="coMULTI"> * </span></div></li><li class="li1" style="font-family: &#39;Courier New&#39;, Courier, monospace; color: black; font-weight: normal; font-style: normal"><div class="de1" style="font-family: &#39;Courier New&#39;, Courier, monospace; font-weight: normal"><span style="color: #808080; font-style: italic" class="coMULTI"> * Sort an two-dimension array by some level two items use array_multisort() function. </span></div></li><li class="li1" style="font-family: &#39;Courier New&#39;, Courier, monospace; color: black; font-weight: normal; font-style: normal"><div class="de1" style="font-family: &#39;Courier New&#39;, Courier, monospace; font-weight: normal"><span style="color: #808080; font-style: italic" class="coMULTI"> * </span></div></li><li class="li1" style="font-family: &#39;Courier New&#39;, Courier, monospace; color: black; font-weight: normal; font-style: normal"><div class="de1" style="font-family: &#39;Courier New&#39;, Courier, monospace; font-weight: normal"><span style="color: #808080; font-style: italic" class="coMULTI"> * sysSortArray($Array,&quot;Key1&quot;,&quot;SORT_ASC&quot;,&quot;SORT_RETULAR&quot;,&quot;Key2&quot;&hellip;&hellip;) </span></div></li><li class="li1" style="font-family: &#39;Courier New&#39;, Courier, monospace; color: black; font-weight: normal; font-style: normal"><div class="de1" style="font-family: &#39;Courier New&#39;, Courier, monospace; font-weight: normal"><span style="color: #808080; font-style: italic" class="coMULTI"> * @author                      Chunsheng Wang &lt;wwccss@263.net&gt; </span></div></li><li class="li2" style="font-family: &#39;Courier New&#39;, Courier, monospace; color: black; font-style: normal; font-weight: bold"><div class="de2" style="font-family: &#39;Courier New&#39;, Courier, monospace; font-weight: normal"><span style="color: #808080; font-style: italic" class="coMULTI"> * @param  array   $ArrayData   the array to sort. </span></div></li><li class="li1" style="font-family: &#39;Courier New&#39;, Courier, monospace; color: black; font-weight: normal; font-style: normal"><div class="de1" style="font-family: &#39;Courier New&#39;, Courier, monospace; font-weight: normal"><span style="color: #808080; font-style: italic" class="coMULTI"> * @param  string </span></div></li></ol></span>]]></content>
  <link rel="alternate" type="text/html" href="http://dh.dolii.comrewrite.php/read-72.html" /> 
  <id>http://dh.dolii.comrewrite.php/read-72.html</id> 
</entry>	
<entry>
  <title type="html"><![CDATA[海运门主角海运女的男友照片被人肉搜索出来（图）]]></title>
  <author>
	 <name>DH</name>
	 <uri>http://dh.dolii.comrewrite.php/read-71.html</uri>
	 <email>devilhookey@126.com</email>
  </author>
  <category term="" scheme="http://dh.dolii.comrewrite.php/category-1.html" label="未分類文章" /> 
  <updated>2009-05-19 12:50:43</updated>
  <published>2009-05-19 12:50:43</published>
  <content type='text'><![CDATA[<span style="border-collapse: collapse; color: #333333; font-family: Simsun; font-size: 14px; line-height: 21px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px" class="Apple-style-span"><div id="flB0" class="postcontent" style="padding-top: 0px; padding-right: 24px; padding-bottom: 0px; padding-left: 11px"><img src="http://file338.upload.sogou.com/g/338162338/6219346/0.1554460742263024.1.jpg" alt=" " width="500" height="383" /></div><div id="flB0" class="postcontent" style="padding-top: 0px; padding-right: 24px; padding-bottom: 0px; padding-left: 11px">　　这男的貌似是住长宁区虹桥路中山西路这里的，像不像《大话西游》里的孙悟空??<br /> 　　起因：海运门事件殷虹艳照&mdash;&mdash;激情照片被其男友garros在网上公开<br /> 　　经过：海运艳照门事件男女主角殷虹及男友garros(朱惠)被人肉搜索出真身<br /> 　　人肉结果：<br /> 　　男主角情况：朱惠　网名garros<br /> 　　性别： 男 居住地： 江苏省-常州市<br /> 　　出生日期： 1986-07-27 邮编： 213000<br /> 　　工作年限： 应届毕业生 证件类型： 身份证&hellip;&hellip; 户口： 江苏省-常州市<br /> 　　男主角：25岁上海男 工作于新浪、网易任职网球评论 月薪8000-9000<br /> 　　海运门事件男主角博客： Road to Glory &mdash;&mdash;自己这样做的目的是&ldquo;为了娶她&rdquo;。<br /> 　　&ldquo;和女友谈了2年了，感情一直很好，谈婚论嫁也在议事日程里了。<br /> 　　但我的原则是买房不想动用父母的钱(家境从小不好，父母的存款都是牙齿缝里节省出来的)，最多可以忍受问父母要5万，但算是借，自己目前存款10万。<br /> 　　本来打算再打拼个一年凑个首付，明</div></span>]]></content>
  <link rel="alternate" type="text/html" href="http://dh.dolii.comrewrite.php/read-71.html" /> 
  <id>http://dh.dolii.comrewrite.php/read-71.html</id> 
</entry>	
</feed>