<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>欢迎光临TRip的专栏 - PHP及其他</title><link>http://blog.csdn.net/trip/category/28576.aspx</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Thu, 17 Nov 2005 10:01:02 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>待燃的烟头</dc:creator><title>用户认证管理设计方案 </title><link>http://blog.csdn.net/trip/archive/2005/09/29/491954.aspx</link><pubDate>Thu, 29 Sep 2005 11:18:00 GMT</pubDate><guid>http://blog.csdn.net/trip/archive/2005/09/29/491954.aspx</guid><wfw:comment>http://blog.csdn.net/trip/comments/491954.aspx</wfw:comment><comments>http://blog.csdn.net/trip/archive/2005/09/29/491954.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/trip/comments/commentRss/491954.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=491954</trackback:ping><description>为了设计一套具有较强可扩展性的用户认证管理，需要建立用户、角色和权限等数据库表，并且建立之间的关系，具体实现如下。&lt;img src ="http://blog.csdn.net/trip/aggbug/491954.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>待燃的烟头</dc:creator><title>权限系统概要（收集，整理） </title><link>http://blog.csdn.net/trip/archive/2005/09/29/491951.aspx</link><pubDate>Thu, 29 Sep 2005 11:16:00 GMT</pubDate><guid>http://blog.csdn.net/trip/archive/2005/09/29/491951.aspx</guid><wfw:comment>http://blog.csdn.net/trip/comments/491951.aspx</wfw:comment><comments>http://blog.csdn.net/trip/archive/2005/09/29/491951.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/trip/comments/commentRss/491951.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=491951</trackback:ping><description>【前言】：
权限往往是一个极其复杂的问题，但也可简单表述为这样的逻辑表达式：判断“Who对What(Which)进行How的操作”的逻辑表达式是否为真。针对不同的应用，需要根据项目的实际情况和具体架构，在维护性、灵活性、完整性等N多个方案之间比较权衡，选择符合的方案。&lt;img src ="http://blog.csdn.net/trip/aggbug/491951.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>待燃的烟头</dc:creator><title>权限设计【转贴】 </title><link>http://blog.csdn.net/trip/archive/2005/09/29/491948.aspx</link><pubDate>Thu, 29 Sep 2005 11:14:00 GMT</pubDate><guid>http://blog.csdn.net/trip/archive/2005/09/29/491948.aspx</guid><wfw:comment>http://blog.csdn.net/trip/comments/491948.aspx</wfw:comment><comments>http://blog.csdn.net/trip/archive/2005/09/29/491948.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/trip/comments/commentRss/491948.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=491948</trackback:ping><description>但凡涉及多用户不同权限的网络或者单机程序，都会有权限管理的问题，比较突出的是MIS系统。 

下面我要说的是MIS系统权限管理的数据库设计及实现，当然，这些思路也可以推广开来应用，比如说在BBS中用来管理不同级别的用户权限。 
&lt;img src ="http://blog.csdn.net/trip/aggbug/491948.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>待燃的烟头</dc:creator><title>PHP下得到客户端ip的方法</title><link>http://blog.csdn.net/trip/archive/2005/07/12/422197.aspx</link><pubDate>Tue, 12 Jul 2005 09:00:00 GMT</pubDate><guid>http://blog.csdn.net/trip/archive/2005/07/12/422197.aspx</guid><wfw:comment>http://blog.csdn.net/trip/comments/422197.aspx</wfw:comment><comments>http://blog.csdn.net/trip/archive/2005/07/12/422197.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/trip/comments/commentRss/422197.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=422197</trackback:ping><description>PHP Manual中提及的使用getenv('REMOTE_ADDR')来获取客户端ip的方法存在不少问题，所以有必要考虑采用更为完善的方法来比较精确的获取用户客户端的ip。&lt;img src ="http://blog.csdn.net/trip/aggbug/422197.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>待燃的烟头</dc:creator><title>php下的RSA算法实现</title><link>http://blog.csdn.net/trip/archive/2005/07/12/422188.aspx</link><pubDate>Tue, 12 Jul 2005 08:47:00 GMT</pubDate><guid>http://blog.csdn.net/trip/archive/2005/07/12/422188.aspx</guid><wfw:comment>http://blog.csdn.net/trip/comments/422188.aspx</wfw:comment><comments>http://blog.csdn.net/trip/archive/2005/07/12/422188.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/trip/comments/commentRss/422188.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=422188</trackback:ping><description>当然，这个实现不是我自己写的，不过可能对很多人来说挺有用的，所以不妨以拿来主义之精神广而告之。rsa_encrypt和rsa_decrypt这两个函数也许会解决你的燃眉之急。同时也向Ireland的Edsko de Vries致以崇高的敬意。
&lt;img src ="http://blog.csdn.net/trip/aggbug/422188.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>待燃的烟头</dc:creator><title>PHP下如何对文件进行加锁</title><link>http://blog.csdn.net/trip/archive/2005/07/12/422187.aspx</link><pubDate>Tue, 12 Jul 2005 08:45:00 GMT</pubDate><guid>http://blog.csdn.net/trip/archive/2005/07/12/422187.aspx</guid><wfw:comment>http://blog.csdn.net/trip/comments/422187.aspx</wfw:comment><comments>http://blog.csdn.net/trip/archive/2005/07/12/422187.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/trip/comments/commentRss/422187.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=422187</trackback:ping><description>有时候你的php脚本或许需要线程安全的保证，比如进行文件写操作的时候。本文提供了文件加锁函数以及使用示例。文件加锁功能也可以用来获得独享的处理空间，防止脚本执行发生同步错误。
&lt;img src ="http://blog.csdn.net/trip/aggbug/422187.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>待燃的烟头</dc:creator><title>PHP的计数器程序---解决全部可能遇到的问题 </title><link>http://blog.csdn.net/trip/archive/2005/07/05/413946.aspx</link><pubDate>Tue, 05 Jul 2005 09:08:00 GMT</pubDate><guid>http://blog.csdn.net/trip/archive/2005/07/05/413946.aspx</guid><wfw:comment>http://blog.csdn.net/trip/comments/413946.aspx</wfw:comment><comments>http://blog.csdn.net/trip/archive/2005/07/05/413946.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/trip/comments/commentRss/413946.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=413946</trackback:ping><description> 一般的计数器程序用的执行外部程序函数 exec()，但很多主机空间(包括收费的)拒绝这个危险操作。
我们只好用fread(),fwrite()等文件读写函数，关键在于采用哪种方式fopen()打开文件。试了N次后，证明以下程序是可行，在收费空间上获得验证。&lt;img src ="http://blog.csdn.net/trip/aggbug/413946.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>待燃的烟头</dc:creator><title>mysql的字符串函数 </title><link>http://blog.csdn.net/trip/archive/2005/07/05/413945.aspx</link><pubDate>Tue, 05 Jul 2005 09:07:00 GMT</pubDate><guid>http://blog.csdn.net/trip/archive/2005/07/05/413945.aspx</guid><wfw:comment>http://blog.csdn.net/trip/comments/413945.aspx</wfw:comment><comments>http://blog.csdn.net/trip/archive/2005/07/05/413945.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/trip/comments/commentRss/413945.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=413945</trackback:ping><description>mysql的字符串函数 &lt;img src ="http://blog.csdn.net/trip/aggbug/413945.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>待燃的烟头</dc:creator><title>如何在HTML中引用XML数据 </title><link>http://blog.csdn.net/trip/archive/2005/07/05/413944.aspx</link><pubDate>Tue, 05 Jul 2005 09:05:00 GMT</pubDate><guid>http://blog.csdn.net/trip/archive/2005/07/05/413944.aspx</guid><wfw:comment>http://blog.csdn.net/trip/comments/413944.aspx</wfw:comment><comments>http://blog.csdn.net/trip/archive/2005/07/05/413944.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/trip/comments/commentRss/413944.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=413944</trackback:ping><description>(转载自phpArticle--www.21ds.net)&lt;img src ="http://blog.csdn.net/trip/aggbug/413944.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>待燃的烟头</dc:creator><title>mysql出错代码及出错信息对照 </title><link>http://blog.csdn.net/trip/archive/2005/07/05/413939.aspx</link><pubDate>Tue, 05 Jul 2005 08:52:00 GMT</pubDate><guid>http://blog.csdn.net/trip/archive/2005/07/05/413939.aspx</guid><wfw:comment>http://blog.csdn.net/trip/comments/413939.aspx</wfw:comment><comments>http://blog.csdn.net/trip/archive/2005/07/05/413939.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/trip/comments/commentRss/413939.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=413939</trackback:ping><description>mysql出错代码及出错信息对照 &lt;img src ="http://blog.csdn.net/trip/aggbug/413939.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>待燃的烟头</dc:creator><title>Mysql日期和时间函数不求人 </title><link>http://blog.csdn.net/trip/archive/2005/07/05/413937.aspx</link><pubDate>Tue, 05 Jul 2005 08:50:00 GMT</pubDate><guid>http://blog.csdn.net/trip/archive/2005/07/05/413937.aspx</guid><wfw:comment>http://blog.csdn.net/trip/comments/413937.aspx</wfw:comment><comments>http://blog.csdn.net/trip/archive/2005/07/05/413937.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/trip/comments/commentRss/413937.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=413937</trackback:ping><description>Mysql日期和时间函数不求人 &lt;img src ="http://blog.csdn.net/trip/aggbug/413937.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>待燃的烟头</dc:creator><title>在论坛统计中显示今日发贴、昨日发贴和最高日发贴（速度优化版）</title><link>http://blog.csdn.net/trip/archive/2005/07/05/413935.aspx</link><pubDate>Tue, 05 Jul 2005 08:47:00 GMT</pubDate><guid>http://blog.csdn.net/trip/archive/2005/07/05/413935.aspx</guid><wfw:comment>http://blog.csdn.net/trip/comments/413935.aspx</wfw:comment><comments>http://blog.csdn.net/trip/archive/2005/07/05/413935.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/trip/comments/commentRss/413935.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=413935</trackback:ping><description>Discuz原版本中统计的资料是24小时的发贴计数，对于使用过其它论坛的网管来说尤其感到别扭。最近我修改了Discuz的部分代码，实现了标题所述功能。由于统计数的查询颇费时间和资源，为了最大的优化速度，此代码采用Discuz的缓存技术。现提供大家共享。&lt;img src ="http://blog.csdn.net/trip/aggbug/413935.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>待燃的烟头</dc:creator><title>PEAR简介:用PEAR来写你的下一个php程序</title><link>http://blog.csdn.net/trip/archive/2005/06/14/393855.aspx</link><pubDate>Tue, 14 Jun 2005 09:20:00 GMT</pubDate><guid>http://blog.csdn.net/trip/archive/2005/06/14/393855.aspx</guid><wfw:comment>http://blog.csdn.net/trip/comments/393855.aspx</wfw:comment><comments>http://blog.csdn.net/trip/archive/2005/06/14/393855.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/trip/comments/commentRss/393855.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=393855</trackback:ping><description>什么是ＰＥＡＲ
ＰＥＡＲ是ＰＨＰ扩展与应用库（the PHP Extension and Application Repository）的缩写。它是一个ＰＨＰ扩展及应用的一个代码仓库，简单地说，ＰＥＡＲ就是ＰＨＰ的ＣＰＡＮ。&lt;img src ="http://blog.csdn.net/trip/aggbug/393855.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>待燃的烟头</dc:creator><title>网页表单的javascript集成验证方法举例</title><link>http://blog.csdn.net/trip/archive/2005/06/02/386377.aspx</link><pubDate>Thu, 02 Jun 2005 13:35:00 GMT</pubDate><guid>http://blog.csdn.net/trip/archive/2005/06/02/386377.aspx</guid><wfw:comment>http://blog.csdn.net/trip/comments/386377.aspx</wfw:comment><comments>http://blog.csdn.net/trip/archive/2005/06/02/386377.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/trip/comments/commentRss/386377.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=386377</trackback:ping><description>javascript集成验证方法举例&lt;img src ="http://blog.csdn.net/trip/aggbug/386377.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>待燃的烟头</dc:creator><title>php操纵mysql的类（与odbc相对应）</title><link>http://blog.csdn.net/trip/archive/2005/06/02/386320.aspx</link><pubDate>Thu, 02 Jun 2005 11:26:00 GMT</pubDate><guid>http://blog.csdn.net/trip/archive/2005/06/02/386320.aspx</guid><wfw:comment>http://blog.csdn.net/trip/comments/386320.aspx</wfw:comment><comments>http://blog.csdn.net/trip/archive/2005/06/02/386320.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/trip/comments/commentRss/386320.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=386320</trackback:ping><description>php操纵mysql的类&lt;img src ="http://blog.csdn.net/trip/aggbug/386320.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>