<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title>后台与数据库 - CSSer.com</title>
<link>http://www.csser.com/html/webdevelopment/index.html</link>
<description>后台与数据库</description>
<language>zh-cn</language>
<generator></generator>
<webmaster>webmaster@csser.com</webmaster>
<item>
    <title>如何合理的利用索引对MySQL进行优化</title>
    <link>http://www.csser.com/html/webdevelopment/200704/15/1783.html</link>
    <description>在MySQL中，由于使用了limit这个语法，作分页查询时十分方便，但同时也带来了在排序时性能的瓶颈问题，合理的利用索引，可以大大的提升MySQL的运行速度。 索引一般应用在用于跨表联结和排序的字段，在实际应用中，我们往往会应用到坚多个字段排序的可能，那么需要注意如</description>
    <pubDate>2007-04-15</pubDate>
    <category>后台与数据库</category>
    <author>IT柏拉图</author>
    <comments>dedeCMS</comments>
</item>
<item>
    <title>模板引擎Smarty介绍</title>
    <link>http://www.csser.com/html/webdevelopment/200704/15/1782.html</link>
    <description>用PHP实现MVC开发模式的逻辑层和表示层有多种模板引擎可供选择，但是官方引擎SMARTY诞生后，选择就有了变化。它的理念和实现都是相当前卫的。本文主要讨论SMARTY之于其他模板引擎的不同特点，简要介绍了该引擎的安装及使用，并用一个小的测试案例对比了SMARTY和PHPLIB</description>
    <pubDate>2007-04-15</pubDate>
    <category>后台与数据库</category>
    <author>九月枫叶</author>
    <comments>dedecms</comments>
</item>
<item>
    <title>JSP/Servlet构建三层管理信息系统</title>
    <link>http://www.csser.com/html/webdevelopment/200704/13/1779.html</link>
    <description>摘 要 介绍了一种基于Web的管理信息系统的实现框架。利用JSP/Servlet技术，结合MVC设计模式，使得开发过程更加灵活，更加易于维护。 关键词 管理信息系统，JSP，Servlet，MVC设计模式，JDBC 1、 引言 管理信息系统（MIS）是一个由人、计算机等组成的能进行信息的收集、</description>
    <pubDate>2007-04-13</pubDate>
    <category>后台与数据库</category>
    <author>张忠磊 牟大中 张福增</author>
    <comments>计算机与信息技术</comments>
</item>
<item>
    <title>Tomcat JSP经典配置实例</title>
    <link>http://www.csser.com/html/webdevelopment/200704/13/1778.html</link>
    <description>经常看到jsp的初学者问tomcat下如何配置jsp、servlet和bean的问题，于是总结了一下如何tomcat下配置jsp、servlet和ben，希望对那些初学者有所帮助。 一、开发环境配置 第一步：下载j2sdk和tomcat：到sun官方站（http://java.sun.com/j2se/1.5.0/download.jsp）下载j2sd</description>
    <pubDate>2007-04-13</pubDate>
    <category>后台与数据库</category>
    <author>秩名</author>
    <comments>BLOG</comments>
</item>
<item>
    <title>真正的三层架构</title>
    <link>http://www.csser.com/html/webdevelopment/200703/17/1545.html</link>
    <description>刚刚来了一个灵感，感觉三层架构是不是要怎么分解一下呢？（侧重于b/s架构） UI层： 浏览器 要考虑一下不同的浏览器、和插件若干 js脚本 ajax这一类的，数据验证了什么的。 显示数据 放在.aspx 页面 提供数据 放在.aspx.cs 页面 逻辑层： 业务逻辑 承上启下，但是大多</description>
    <pubDate>2007-03-17</pubDate>
    <category>后台与数据库</category>
    <author>jyk</author>
    <comments>CSDN</comments>
</item>
<item>
    <title>PHP后退页面过期或不存在问题的解决</title>
    <link>http://www.csser.com/html/webdevelopment/200703/16/1516.html</link>
    <description>post后或使用了使用了session都有可能引起这种情况 解决办法，在开头加入如下代码即可： header(Cache-control: private);</description>
    <pubDate>2007-03-16</pubDate>
    <category>后台与数据库</category>
    <author>秩名</author>
    <comments>csser,web客户端架构与开发</comments>
</item>
<item>
    <title>用 PHP 读取文件的正确方法</title>
    <link>http://www.csser.com/html/webdevelopment/200703/15/1483.html</link>
    <description>了解如何使用 PHP 的各种文件函数。查看诸如 fopen、fclose 和 feof 之类的基本文件函数；了解诸如 fgets、fgetss 和 fscanf 之类的读取函数。并且发现用一两行代码处理整个文件的函数。 让我们算一算有多少种方法 处理诸如 PHP 之类的现代编程语言的乐趣之一就是有大</description>
    <pubDate>2007-03-15</pubDate>
    <category>后台与数据库</category>
    <author>秩名</author>
    <comments>csser,web客户端架构与开发</comments>
</item>
<item>
    <title>每天自动备份mysql数据库的脚本</title>
    <link>http://www.csser.com/html/webdevelopment/200703/15/1424.html</link>
    <description>1.#!/bin/sh 2.cd/home/mysql-backup 3.rmalldb.5.tar.gz-f 4.mvalldb.4.tar.gzalldb.5.tar.gz/dev/null21 5.mvalldb.3.tar.gzalldb.4.tar.gz/dev/null21 6.mvalldb.2.tar.gzalldb.3.tar.gz/dev/null21 7.mvalldb.1.tar.gzalldb.2.tar.gz/dev/null21 8.mvalldb.0.tar.g</description>
    <pubDate>2007-03-15</pubDate>
    <category>后台与数据库</category>
    <author>秩名</author>
    <comments>csser,web客户端架构与开发</comments>
</item>
<item>
    <title>如何恢复和修复MS SQL数据库的MDF文件</title>
    <link>http://www.csser.com/html/webdevelopment/200703/12/1163.html</link>
    <description>如果备份的数据库有2个文件，分别是.LDF 和 .MDF，打开企业管理器，在实例上右击---所有任务--附加数据库，然后选择那个.MDF文件，就可以了。 或者在查询分析器中输入： sp_attach_db 数据库名称,路径文件名.ldf,路径文件名.MDF SQL Server数据库备份有两种方式，一</description>
    <pubDate>2007-03-12</pubDate>
    <category>后台与数据库</category>
    <author>秩名</author>
    <comments>天极yesky</comments>
</item>
<item>
    <title>MS SQL SERVER 基础教程——操作多个表</title>
    <link>http://www.csser.com/html/webdevelopment/200703/12/1160.html</link>
    <description>到现在为止，你只尝试了用一句SQL查询从一个表中取出数据。你也可以用一个SELECT语句同时从多个表中取出数据，只需在SELECT语句的FROM从句中列出要从中取出数据的表名称即可： SELECT au_lname ,title FROM authors, titles 这个SELECT语句执行时，同时从表authors和表t</description>
    <pubDate>2007-03-12</pubDate>
    <category>后台与数据库</category>
    <author>秩名</author>
    <comments>csser,web客户端架构与开发</comments>
</item>
<item>
    <title>全面了解数据库设计中分类算法</title>
    <link>http://www.csser.com/html/webdevelopment/200703/11/1144.html</link>
    <description>分类算法要解决的问题 在网站建设中，分类算法的应用非常的普遍。在设计一个电子商店时，要涉及到商品分类；在设计发布系统时，要涉及到栏目或者频道分类；在设计软件下载这样的程序时，要涉及到软件的分类；如此等等。可以说，分类是一个很普遍的问题。 我常常面试一</description>
    <pubDate>2007-03-11</pubDate>
    <category>后台与数据库</category>
    <author>秩名</author>
    <comments>csser,web客户端架构与开发</comments>
</item>
<item>
    <title>详解SQL Server中数据库快照工作原理</title>
    <link>http://www.csser.com/html/webdevelopment/200703/11/1143.html</link>
    <description>在SQL Server 2005中，它的另外一个强大的新特点是数据库快照。数据库快照是一个数据库的只读副本，它是数据库所有数据的映射，由快照被执行的时间点来决定它的内容。 这些数据库快照在报表方面是非常有价值，因为在快照数据库中或者在原数据库中，对于任何查询而言没</description>
    <pubDate>2007-03-11</pubDate>
    <category>后台与数据库</category>
    <author>秩名</author>
    <comments>csser,web客户端架构与开发</comments>
</item>
<item>
    <title>网站建设之做网站后台的流程</title>
    <link>http://www.csser.com/html/webdevelopment/200703/11/1142.html</link>
    <description>一、网站规划阶段 这个阶段主要是对网站的功能、目标受众、内容、栏目进行规划。这期间会经常性地和有关领导进行沟通。首先，自己一定要对网站的整体规划清清楚楚，然后要吸收别人的建议。吸收别人的建议的过程，可以认认真真地做，也可以走过场，但是有这个过程以后，</description>
    <pubDate>2007-03-11</pubDate>
    <category>后台与数据库</category>
    <author>秩名</author>
    <comments>blogcn.com</comments>
</item>
<item>
    <title>用php实现文件安全下载</title>
    <link>http://www.csser.com/html/webdevelopment/200703/09/1138.html</link>
    <description>最近在研究php实现文件下载的问题，按道理来说，一般的文件下载很简单，建立一个链接指向到目标文件就可以了，但是这样就直接暴露了文件所在路径，给盗链者打开了大门，并且可能会有安全隐患，一般来说，要实现安全的文件下载，在php下一般是利用header和fread这么来做</description>
    <pubDate>2007-03-09</pubDate>
    <category>后台与数据库</category>
    <author>秩名</author>
    <comments>csser,web客户端架构与开发</comments>
</item>
<item>
    <title>用PHP与XML进行网站编程</title>
    <link>http://www.csser.com/html/webdevelopment/200703/08/1118.html</link>
    <description>一、小序 HTML简单易学又通用，一般的PHP程序就是嵌入在HTML语言之中实现的。但是随着WEB越来越广泛的应用，HTML的弱点也越来越明显了。XML的出现，弥补了这些不足，它提供了一个能够处理互联网上全部数据的通用方法。 二、HTML的局限性分析 1、 HTML的可扩展性差。虽</description>
    <pubDate>2007-03-08</pubDate>
    <category>后台与数据库</category>
    <author>秩名</author>
    <comments>csser,web客户端架构与开发</comments>
</item>
<item>
    <title>PHP简易生成静态页面</title>
    <link>http://www.csser.com/html/webdevelopment/200703/08/1117.html</link>
    <description>?php /* * 文件名：index.php */ require conn.php; $query = select * from news order by datetime desc; $result = mysql_query($query); ? html head meta http-equiv=Content-Type content=text/html; charset=?????? titleNEWS/title /head body table width=500</description>
    <pubDate>2007-03-08</pubDate>
    <category>后台与数据库</category>
    <author>秩名</author>
    <comments>csser,web客户端架构与开发</comments>
</item>
<item>
    <title>用PHP制作静态网站的模板框架</title>
    <link>http://www.csser.com/html/webdevelopment/200703/08/1116.html</link>
    <description>模板能够改善网站的结构。本文阐述如何通过PHP 4的一个新功能和模板类，在由大量静态HTML页面构成的网站中巧妙地运用模板控制页面布局。 提纲： =================================== 分离功能和布局 避免页面元素重复 静态网站的模板框架 ===========================</description>
    <pubDate>2007-03-08</pubDate>
    <category>后台与数据库</category>
    <author>仙人掌工作室</author>
    <comments>eNet技术</comments>
</item>
<item>
    <title>PHP生成静态页面详解</title>
    <link>http://www.csser.com/html/webdevelopment/200703/08/1115.html</link>
    <description>看到很多朋友在各个地方发帖问PHP生成静态文章系统的方法，以前曾做过这样一个系 统，遂谈些看法，以供各位参考。好了，我们先回顾一些基本的概念。 一，PHP脚本与动态页面。 PHP脚本是一种服务器端脚本程序，可通过嵌入等方法与HTML文件混合，也可以类，函 数封装等形</description>
    <pubDate>2007-03-08</pubDate>
    <category>后台与数据库</category>
    <author>秩名</author>
    <comments>csser,web客户端架构与开发</comments>
</item>
<item>
    <title>用 PHP＋MYSQL 实现论坛里的分级＋分页显示</title>
    <link>http://www.csser.com/html/webdevelopment/200703/07/1092.html</link>
    <description>/*存放贴子的表结构------------------------------------------------------ create table bbsrow( bbsrow_id int(6) not null auto_increment, //贴子ID号 bbsrow_auth varchar(20) not null, //贴子作者 bbsrow_parentid int(6), //贴子的父亲贴子ID号，如为首发贴</description>
    <pubDate>2007-03-07</pubDate>
    <category>后台与数据库</category>
    <author>秩名</author>
    <comments>csser,web客户端架构与开发</comments>
</item>
<item>
    <title>Dedecms V3.1 生成HTML速度优化办法</title>
    <link>http://www.csser.com/html/webdevelopment/200703/07/1091.html</link>
    <description>由于版本兼容性等各方面的原因，实际上dedecms的索引有点混乱，如果索引设置得适合，影响dedecmsHTML生成速度的，主要是获得没有按默认按排序的文章列表的时候，由于要重新排序，数据量大时速度会很不理想，可以通过下面几个步骤轻松优化： 1、进入 phpmyadmin ，把 de</description>
    <pubDate>2007-03-07</pubDate>
    <category>后台与数据库</category>
    <author>秩名</author>
    <comments>落伍者论坛</comments>
</item>
<item>
    <title>ASP服务端VBScript与JScript几个相同写法</title>
    <link>http://www.csser.com/html/webdevelopment/200703/06/1066.html</link>
    <description>服务端 VBScript 与 JScript 几个相同特性的写法 摘要:本文演示了ASP服务端脚本的几个重要应用. 1. 遍历集合/对象 1.1 VBScript 遍历表单集合 linenum % for each temp in request.Form response.write temp: request.form(temp) next % 1.2 JScript 遍历表单集合 line</description>
    <pubDate>2007-03-06</pubDate>
    <category>后台与数据库</category>
    <author>秩名</author>
    <comments>csser,web客户端架构与开发</comments>
</item>
<item>
    <title>如何生成XML数据</title>
    <link>http://www.csser.com/html/webdevelopment/200703/06/1049.html</link>
    <description>一，必须弄清楚最终需要的是什么 我们通过asp或其他动态编程语言，最终需要的是XML格式的数据，这点和XML数据所在的文件载体无关，它可以是实实在在的XML文件，比如： http://www.dw8.cn/common/dw8.xml 。也可以为asp文档，比如： http://www.cnbruce.com/blog/rss2.a</description>
    <pubDate>2007-03-06</pubDate>
    <category>后台与数据库</category>
    <author>cnbruce</author>
    <comments>蓝色理想</comments>
</item>
<item>
    <title>session会话的使用和分析</title>
    <link>http://www.csser.com/html/webdevelopment/200703/03/1016.html</link>
    <description>Session的中文译名叫做会话，其本来的含义是指有始有终的一系列动作/消息，比如打电话时从拿起电话拨号到挂断电话这中间的一系列过程可以称之为一个session。目前社会上对session的理解非常混乱：有时候我们可以看到这样的话在一个浏览器会话期间，...，这里的会话是指</description>
    <pubDate>2007-03-03</pubDate>
    <category>后台与数据库</category>
    <author>秩名</author>
    <comments>csser,web客户端架构与开发</comments>
</item>
<item>
    <title>PHP对文本数据库的基本操作方法</title>
    <link>http://www.csser.com/html/webdevelopment/200703/03/1015.html</link>
    <description>PHP实现对文本数据库的数据显示、加入、修改、删除、查询五大基本操作的方法 我用一个留言本程序作为例子，阐述PHP实现对文本数据库的数据显示、加入、修改、删除、查询五大基本操作的方法。 此文本数据库共有字段10个：客户IP、发言时间、客户名、客户EMAIL、客户主页</description>
    <pubDate>2007-03-03</pubDate>
    <category>后台与数据库</category>
    <author>秩名</author>
    <comments>csser,web客户端架构与开发</comments>
</item>
<item>
    <title>用Apache与MySQL整合实现基本身份认证</title>
    <link>http://www.csser.com/html/webdevelopment/200703/03/1014.html</link>
    <description>Apache来实现基本的用户身份认证有很多种方式，比如最常见的txt文本和DBM格式，但在负载很重的server上-这些都不是理想的方法，文本的形式是基于平面的，性能很差而且也不安全；DBM好些但在千或万级用户时还是力不从心，于是用database做后台存储则是很好的方法-比平面</description>
    <pubDate>2007-03-03</pubDate>
    <category>后台与数据库</category>
    <author>秩名</author>
    <comments>csser,web客户端架构与开发</comments>
</item>
<item>
    <title>Session丢失原因与解决方案小结</title>
    <link>http://www.csser.com/html/webdevelopment/200703/03/1013.html</link>
    <description>win2003 server下的IIS6默认设置下对每个运行在默认应用池中的工作者进程都会经过20多个小时后自动回收该进程，造成保存在该进程中的session丢失。 因为Session,Application等数据默认保存在运行该Web应用程序的工作者进程中,如果回收工作者进程，则会造成丢失。 解决</description>
    <pubDate>2007-03-03</pubDate>
    <category>后台与数据库</category>
    <author>秩名</author>
    <comments>csser,web客户端架构与开发</comments>
</item>
<item>
    <title>Win2003 PHP5+MYSQL结合终极解决方案</title>
    <link>http://www.csser.com/html/webdevelopment/200703/03/1012.html</link>
    <description>[watermark]偶在本机IIS装了Php,下载的是php.net上的 php-5.1.2-installer版 但是按照网上方法说的, ----------------------------------------------------------------------------- 要支持mysql只要编辑PHP.ini里的 :;extension=php_mysql.dll并同样去掉前面的; 这</description>
    <pubDate>2007-03-03</pubDate>
    <category>后台与数据库</category>
    <author>blackleaf</author>
    <comments>黑色海岸线</comments>
</item>
<item>
    <title>探讨：关于Asp中代码与页面的分离</title>
    <link>http://www.csser.com/html/webdevelopment/200703/03/1011.html</link>
    <description>为了避免ASP程序和HTML代码混写造成维护困难的情况，本文介绍了一种方法，利用模板来分离程序和页面，使程序设计更加轻松。 在使用ASP制作一个站点的时候，常常会出现一个ASP文件中，程序代码和HTML代码混合的情况。这样子做有许多缺点： 1.且不说编程时就要对页面布局</description>
    <pubDate>2007-03-03</pubDate>
    <category>后台与数据库</category>
    <author>秩名</author>
    <comments>网页教学网</comments>
</item>
<item>
    <title>代码详解：ASP读取XML数据文件的方法</title>
    <link>http://www.csser.com/html/webdevelopment/200703/03/1010.html</link>
    <description>分别保存下面两段代码，一个保存为readxml.asp另一个保存为test.xml，放在同一个目录下面，调试程序即可，在程序里面我已经做了解释，读取代码可以做成一个readxml的函数，通过使用输入的参数而读取xml不同数据记录的不同的值。这段程序的改编来自互联网，有什么出入请</description>
    <pubDate>2007-03-03</pubDate>
    <category>后台与数据库</category>
    <author>秩名</author>
    <comments>csser,web客户端架构与开发</comments>
</item>
<item>
    <title>如何用ASP生成XML数据文档（RSS订阅）</title>
    <link>http://www.csser.com/html/webdevelopment/200703/03/1009.html</link>
    <description>一、必须弄清楚最终需要的是什么 我们通过asp或其他动态编程语言，最终需要的是XML格式的数据，这点和XML数据所在的文件载体无关，它可以是实实在在的XML文件，比如：http://www.dw8.cn/common/dw8.xml 。也可以为asp文档，比如：http://www.cnbruce.com/blog/rss2.asp</description>
    <pubDate>2007-03-03</pubDate>
    <category>后台与数据库</category>
    <author>秩名</author>
    <comments>蓝色理想</comments>
</item>
<item>
    <title>访问 IIS 虚拟目录需要权限的解决办法</title>
    <link>http://www.csser.com/html/webdevelopment/200703/03/1008.html</link>
    <description>由于错误的IIS或者磁盘权限配置，会导致403权限错误。 以下是解决思路。 1.硬盘是NTFS格式的，修改站点根目录文件夹属性，在安全选项中加入IUSR_你的机器名和IWAM_你的机器名,或者把文件放在WWWROOT下，在选择继承父文件夹权限。 2.在站点的权限下，你还可以指定站点下</description>
    <pubDate>2007-03-03</pubDate>
    <category>后台与数据库</category>
    <author>秩名</author>
    <comments>csser,web客户端架构与开发</comments>
</item>
<item>
    <title>Access与Sql Server之ASP代码比较</title>
    <link>http://www.csser.com/html/webdevelopment/200703/03/1007.html</link>
    <description>后台数据库： [Microsoft Access] 与 [Microsoft Sql Server] 更换之后，ASP代码应注意要修改的一些地方： [一]连接问题（举例) [Microsoft Access] constr = DBQ=c:dataclwz.mdb; DRIVER={Microsoft Access Driver (*.mdb)} [Microsoft Sql Server] constr = DRIVER</description>
    <pubDate>2007-03-03</pubDate>
    <category>后台与数据库</category>
    <author>秩名</author>
    <comments>csser,web客户端架构与开发</comments>
</item>
<item>
    <title>禁用页面缓存的几种方法（静态和动态）</title>
    <link>http://www.csser.com/html/webdevelopment/200703/03/1006.html</link>
    <description>1、在Asp页面首部head加入 Response.Buffer=True Response.ExpiresAbsolute=Now()-1 Response.Expires=0 Response.CacheControl=no-cache Response.AddHeaderPragma,No-Cache 2、在HtML代码中加入 HEAD METAHTTP-EQUIV=PragmaCONTENT=no-cache METAHTTP-EQUIV=Cache-Co</description>
    <pubDate>2007-03-03</pubDate>
    <category>后台与数据库</category>
    <author>秩名</author>
    <comments>csser,web客户端架构与开发</comments>
</item>
<item>
    <title>ASP生成静态Html文件技术杂谈</title>
    <link>http://www.csser.com/html/webdevelopment/200703/03/987.html</link>
    <description>网页生成静态Html文件有许多好处,比如生成html网页有利于被搜索引擎收录,不仅被收录的快还收录的全.前台脱离了数据访问,减轻对数据库访问的压力,加快网页打开速度. 像www.aspid.cn的主站就采用了TSYS生成html文件! 所以吟清最近对生成html比较感兴趣,看了不少文章,也有</description>
    <pubDate>2007-03-03</pubDate>
    <category>后台与数据库</category>
    <author>秩名</author>
    <comments>csser,web客户端架构与开发</comments>
</item>
<item>
    <title>PHP获取浏览者的真实IP的函数</title>
    <link>http://www.csser.com/html/webdevelopment/200703/02/186.html</link>
    <description>PHP获取浏览者的真实IP的函数: function get_client_ip() { global $_SERVER; if (isset($_SERVER[HTTP_X_FORWARDED_FOR])) { $realip = $_SERVER[HTTP_X_FORWARDED_FOR]; } elseif (isset($_SERVER[HTTP_CLIENT_IP])) { $realip = $_SERVER[HTTP_CLIENT_IP]; } else {</description>
    <pubDate>2007-03-02</pubDate>
    <category>后台与数据库</category>
    <author>秩名</author>
    <comments>csser,web客户端架构与开发</comments>
</item>
<item>
    <title>PHP 5.0中多态性的实现方案浅析</title>
    <link>http://www.csser.com/html/webdevelopment/200702/27/169.html</link>
    <description>提要： 本文将讨论多态性的概念及其在面向对象设计中的应用，还将分析如何在PHP 5中使用多态性以及存在的优缺点。 PHP的最新发行版本中已经实现了对迟绑定的支持。当然，在使用其迟绑定功能时还存在很多问题。如果你使用的是更旧版本的PHP（我的服务器上运行的是PHP 5.</description>
    <pubDate>2007-02-27</pubDate>
    <category>后台与数据库</category>
    <author>朱先忠编译</author>
    <comments>天极开发</comments>
</item>
<item>
    <title>Mysql数据库的备份与导入</title>
    <link>http://www.csser.com/html/webdevelopment/200702/27/152.html</link>
    <description>作者： http://www.csser.com 很多人都喜欢用phpmyadmin界面管理Mysql数据库，phpmyadmin界面简洁，易于上手，可以很容易的解决备份问题，但是导入（import）的时候往往出现一些问题： 一、最大限制：2,048 KB 这个和web服务器的设置有关，可以通过设置php.ini文件修改</description>
    <pubDate>2007-02-11</pubDate>
    <category>后台与数据库</category>
    <author>秩名</author>
    <comments>csser,web客户端架构与开发</comments>
</item>
<item>
    <title>PHP中引用&amp;amp;的使用注意事项</title>
    <link>http://www.csser.com/html/webdevelopment/200702/27/138.html</link>
    <description>php的引用（就是在变量或者函数、对象等前面加上符号）是个高级话题，新手多注意，正确的理解php的引用很重要，对性能有较大影响，而且理解错误可能导致程序错误！ 很多人误解php中的引用跟C当中的指针一样，事实上并非如此，而且很大差别。C语言中的指针除了在数组传</description>
    <pubDate>2007-02-08</pubDate>
    <category>后台与数据库</category>
    <author>秩名</author>
    <comments>csser,web客户端架构与开发</comments>
</item>
<item>
    <title>php取得网址内容并输出到浏览器中</title>
    <link>http://www.csser.com/html/webdevelopment/200702/27/94.html</link>
    <description>file_get_contents curl库 fsockopen fopen file</description>
    <pubDate>2007-02-02</pubDate>
    <category>后台与数据库</category>
    <author>秩名</author>
    <comments>csser,web客户端架构与开发</comments>
</item>
<item>
    <title>PHP你所不知道的10件事</title>
    <link>http://www.csser.com/html/webdevelopment/200702/27/98.html</link>
    <description>1. 使用 ip2long() 和 long2ip() 以整型(integer)方式储存IP地址到数据库，而非字符串方式。这将几乎减少一半的储存空间（char(15)15个字节，integer则是8个字节），而且也更容易计算某一IP地址是否在一个范围之内。同时也加速搜索和排序。 2. 应用checkdnsrr()检查域</description>
    <pubDate>2007-02-03</pubDate>
    <category>后台与数据库</category>
    <author>秩名</author>
    <comments>csser,web客户端架构与开发</comments>
</item>
<item>
    <title>smarttemplate 学习笔记系列</title>
    <link>http://www.csser.com/html/webdevelopment/200702/27/68.html</link>
    <description>点击下面链接观看： http://hi.baidu.com/cvpc/blog/category/Smarttemplate</description>
    <pubDate>2007-02-01</pubDate>
    <category>后台与数据库</category>
    <author>秩名</author>
    <comments>csser,web客户端架构与开发</comments>
</item>
<item>
    <title>PHP+MySql分页显示示例分析</title>
    <link>http://www.csser.com/html/webdevelopment/200702/27/69.html</link>
    <description>作者：tigerwen01 Web开发是今后分布式程式开发的主流，通常的web开发都要涉及到与数据库打交道，客户端从服务器端读取通常都是以分页的形式来显示，一页一页的阅读起来既方便又美观。所以说写分页程序是web开发的一个重要组成部分，在这里，我们共同来研究分页程序的</description>
    <pubDate>2007-02-01</pubDate>
    <category>后台与数据库</category>
    <author>秩名</author>
    <comments>csser,web客户端架构与开发</comments>
</item>
<item>
    <title>PHP5中session会话的使用和分析</title>
    <link>http://www.csser.com/html/webdevelopment/200702/27/70.html</link>
    <description>Session的中文译名叫做“会话”，其本来的含义是指有始有终的一系列动作/消息，比如打电话时从拿起电话拨号到挂断电话这中间的一系列过程可以称之为一个session。目前社会上对session的理解非常混乱：有时候我们可以看到这样的话“在一个浏览器会话期间，...”，这里的</description>
    <pubDate>2007-02-01</pubDate>
    <category>后台与数据库</category>
    <author>秩名</author>
    <comments>csser,web客户端架构与开发</comments>
</item>
<item>
    <title>PHP字符串函数与使用分析</title>
    <link>http://www.csser.com/html/webdevelopment/200702/27/71.html</link>
    <description>AddSlashes: 字符串加入斜线。 bin2hex: 二进位转成十六进位。 Chop: 去除连续空白。 Chr: 返回序数值的字符。 chunk_split: 将字符串分成小段。 convert_cyr_string: 转换古斯拉夫字符串成其它字符串。 crypt: 将字符串用 DES 编码加密。 echo: 输出字符串。 explode:</description>
    <pubDate>2007-02-01</pubDate>
    <category>后台与数据库</category>
    <author>秩名</author>
    <comments>csser,web客户端架构与开发</comments>
</item>
<item>
    <title>PHP中的ob_start()</title>
    <link>http://www.csser.com/html/webdevelopment/200702/27/72.html</link>
    <description>在PHP编程中, 我们经常会遇到一些直接产生输出的函数, 如passthru(),readfile(), var_dump() 等. 但有时我们想把这些函数的输出导入到文件中,或者先经过处理再输出, 或者把这些函数的输出作为字符串来处理. 这时我们就要用到 Output Buffer(输出缓冲) 函数了. 处理输出</description>
    <pubDate>2007-02-01</pubDate>
    <category>后台与数据库</category>
    <author>秩名</author>
    <comments>csser,web客户端架构与开发</comments>
</item>
<item>
    <title>FCKeditor在PHP环境下的配置</title>
    <link>http://www.csser.com/html/webdevelopment/200702/27/63.html</link>
    <description>一、简介 2004年11月30日推出了FCKeditor 2.0 RC1版，据其官方网站称：这是FCKeditor 2.0版的第一个稳定版本。大家现在可以考虑正式使用它了。目前支持的后台语言有ASP、ASP.Net、PHP和ColdFusion。 笔者在经过简单的试用发现，在线编辑器2.0版确实比1.6版有了许多的改</description>
    <pubDate>2007-01-31</pubDate>
    <category>后台与数据库</category>
    <author>秩名</author>
    <comments>csser,web客户端架构与开发</comments>
</item>
<item>
    <title>mysql 查询语句的优化</title>
    <link>http://www.csser.com/html/webdevelopment/200702/27/44.html</link>
    <description>查询语句的优化 多多利用 &quot;explain&quot; 查询索引使用情况, 以便找出最佳的查询语句写法和索引设置方案 慎用 &quot;select *&quot;, 查询时只选出必须字段 查询使用索引时, 所遍历的索引条数越少, 索引字段长度越小, 查询效率越高 (可使用 &quot;explain&quot; 查询索引使用情况) 避免使用 mysq</description>
    <pubDate>2007-01-30</pubDate>
    <category>后台与数据库</category>
    <author>秩名</author>
    <comments>csser,web客户端架构与开发</comments>
</item>
<item>
    <title>PHP函数点评</title>
    <link>http://www.csser.com/html/webdevelopment/200702/27/20.html</link>
    <description>作者:axgle PHP函数使用说明，应用举例，精简点评,希望对您学习php有所帮助。 1.print_r() 打印关于变量的易于理解的信息，若为数组，则显示数组的结构信息. 例如： $a = array ('a' =&gt; 'apple', 'b' =&gt; 'banana', 'c' =&gt; array ('x', 'y', 'z')); print_r ($a); ?&gt; ax</description>
    <pubDate>2007-01-25</pubDate>
    <category>后台与数据库</category>
    <author>秩名</author>
    <comments>csser,web客户端架构与开发</comments>
</item>
<item>
    <title>初探 PHP5</title>
    <link>http://www.csser.com/html/webdevelopment/200702/27/21.html</link>
    <description>作者:Luis Argerich 翻译:Avenger 来源:PHPBuilde 虽然 PHP5 还没有正式发布（开发版本已经提供下载），但我们现在就可以开始体验一下新的版本 将要带给我们的惊喜。在以下的介绍中，我们将重点讲述 PHP5 中的三大特色功能。这三大特点为： * 新的对象模式 (New Object</description>
    <pubDate>2007-01-25</pubDate>
    <category>后台与数据库</category>
    <author>秩名</author>
    <comments>csser,web客户端架构与开发</comments>
</item>
<item>
    <title>PHP中的正规表达式</title>
    <link>http://www.csser.com/html/webdevelopment/200702/27/22.html</link>
    <description>http://www.douzhe.com 作者:olive 发表于：2003-10-03 13:39:22 [转帖] PHP继承*NIX的一贯传统，完全支持正规表达式的处理。正规表达式提供了一种高级的，但不直观的字符串匹配和处理的方法。用过PERL的正规表达式的朋友都知道，正规表达式的功能非常强大，但学起来不</description>
    <pubDate>2007-01-25</pubDate>
    <category>后台与数据库</category>
    <author>秩名</author>
    <comments>csser,web客户端架构与开发</comments>
</item>

</channel>
</rss>
