<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[onsrs的专栏]]></title><description><![CDATA[]]></description><link>https://blog.csdn.net/onsrs</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; onsrs]]></copyright><item><title><![CDATA[多菜鸟 的 php缓存类]]></title><link>https://blog.csdn.net/onsrs/article/details/4954693</link><guid>https://blog.csdn.net/onsrs/article/details/4954693</guid><author>onsrs</author><pubDate>Mon, 07 Dec 2009 10:00:00 +0800</pubDate><description><![CDATA[/** 缓存类 cache* 作    者：多菜鸟* 联系邮箱：kingerq AT msn DOT com* 创建时间：2006-05-05* 实    例：include( "cache.php" );*/$cache = new cache(30);$cache->cacheCheck();echo date("Y-m-d H:i:s");$cac]]></description><category></category></item><item><title><![CDATA[主键和索引的区别]]></title><link>https://blog.csdn.net/onsrs/article/details/4873584</link><guid>https://blog.csdn.net/onsrs/article/details/4873584</guid><author>onsrs</author><pubDate>Wed, 25 Nov 2009 20:39:00 +0800</pubDate><description><![CDATA[ 很多文章关于主键和索引没有做太多的比较和详细的讲解比如：php与mysql web开发（第三版）中也就只有不多的几句来说明主键和索引。其实指定列的索引就相当于对指定的列进行排序，为什么要排序呢？因为排序有利于对该列的查询，可以大大增加查询效率。（那么可能有人认为应该对所有的列排序，这样就可以增加整个数据库的查询效率？这样的想法是错误的，原因是建立索引也是要消耗系统资源的，给每个表里的每个]]></description><category></category></item><item><title><![CDATA[csdn的文章提交--------&gt;可恶]]></title><link>https://blog.csdn.net/onsrs/article/details/4339730</link><guid>https://blog.csdn.net/onsrs/article/details/4339730</guid><author>onsrs</author><pubDate>Sat, 11 Jul 2009 12:00:00 +0800</pubDate><description><![CDATA[csdn的文章提交-------->可恶 编辑文章的时候 没有做任何更改 在次提交 就提交不上去了，老提示这样的一个错误提交失败，请重新提交！]]></description><category></category></item><item><title><![CDATA[MySQL中的字符串连接函数 concat]]></title><link>https://blog.csdn.net/onsrs/article/details/4332521</link><guid>https://blog.csdn.net/onsrs/article/details/4332521</guid><author>onsrs</author><pubDate>Wed, 08 Jul 2009 21:49:00 +0800</pubDate><description><![CDATA[这个由于是不熟悉MYSQL中的SQL造成，这个应该算我自己的问题。简单地说update xxx表 set xxx列=xxx列+xxx字符串 ...这个你要是知道错什么地方了，证明你对mysql语法和特性比较熟了。如果还不知道，那就的真的好好向下看看了。update xxx表 set xxx列=concat(xxx列+xxx字符串) ...这条语句的错误有一点隐蔽！比较正确的写应该为：upd]]></description><category></category></item><item><title><![CDATA[开发某企业网站遇到的问题及解决方法]]></title><link>https://blog.csdn.net/onsrs/article/details/4328732</link><guid>https://blog.csdn.net/onsrs/article/details/4328732</guid><author>onsrs</author><pubDate>Tue, 07 Jul 2009 17:03:00 +0800</pubDate><description><![CDATA[最近在帮朋友做一个企业网站，用模板来实现，以前没有用模板开发过，这里记录一些遇到的问题及解决方法！ 问题1   模板的嵌套问题  该模板类似smarty模板，但比smarty模板执行快，只有一些常用功能，比smarty小多了 //外循环           //内循环                      问题2  因为有些东西是更改其他网站的，经常]]></description><category></category></item><item><title><![CDATA[FCKeditor的php应用 [转]]]></title><link>https://blog.csdn.net/onsrs/article/details/4310327</link><guid>https://blog.csdn.net/onsrs/article/details/4310327</guid><author>onsrs</author><pubDate>Tue, 30 Jun 2009 16:19:00 +0800</pubDate><description><![CDATA[FCKeditor 是一个十分强大的网页文本编辑器，它支持多种脚本编程语言和支持多国语言。 官方网站 http://www.FCKeditor.net/ 这里是关于php的配置方法，其他语言的配置方法是和它一样的。 假设网站的目录为： /www      /index.php      /inc      /FCKeditor 一：调用FCKeditor的两种方法 1：通过创建实例    在这里只]]></description><category></category></item><item><title><![CDATA[FCKeditor在smarty中的使用一例 ]]></title><link>https://blog.csdn.net/onsrs/article/details/4308062</link><guid>https://blog.csdn.net/onsrs/article/details/4308062</guid><author>onsrs</author><pubDate>Mon, 29 Jun 2009 21:45:00 +0800</pubDate><description><![CDATA[FCKeditor是目前互联网上最好的在线编辑器。smarty是一个使用PHP写出来的模板PHP模板引擎，它提供了逻辑与外在内容的分离，简单的讲，目的就是要使用PHP程序员同美工分离,使用的程序员改变程序的逻辑内容不会影响到美工的页面设计，美工重新修改页面不会影响到程序的程序逻辑，这在多人合作的项目中显的尤为重要。在Smarty中调用FCKeditor的文件： //FCKeditor in]]></description><category></category></item><item><title><![CDATA[Aptana使用]]></title><link>https://blog.csdn.net/onsrs/article/details/4294746</link><guid>https://blog.csdn.net/onsrs/article/details/4294746</guid><author>onsrs</author><pubDate>Wed, 24 Jun 2009 15:47:00 +0800</pubDate><description><![CDATA[ Aptana中的智能提示（Code Assist）是大家比较感兴趣的部分，也是它强于其他工具的重要部分。这里我再介绍几点。一．快捷键1．在Aptana中，你可以在文档的任何位置用 Alt+/ 激活智能提示。当然你也可以把它替换成任何你想要的快捷键，就在菜单 Window / Preferences / General / Keys ，然后找到“Content Assist”这一项，修]]></description><category></category></item><item><title><![CDATA[Zend Studio for Eclipse 6.1调试]]></title><link>https://blog.csdn.net/onsrs/article/details/4294704</link><guid>https://blog.csdn.net/onsrs/article/details/4294704</guid><author>onsrs</author><pubDate>Wed, 24 Jun 2009 15:38:00 +0800</pubDate><description><![CDATA[ 一直想学习一下PHP,前几天下载了一个Zend studio for Eclipse 6.1.2,可是建了一个项目不管是用debug script还是debug web page都不能进行调试，提示缺少一个dummy.php文件，在网上查了相关资料，也照有关文档手工建了一个dummy.php放到相应的目录下，还是不能进行调试，最后上Eclipse官网，下了一个资料来看，终于明白了怎么回事。文档网]]></description><category></category></item><item><title><![CDATA[PHP IDE新选择，【zend studio 6.0+aptana】]]></title><link>https://blog.csdn.net/onsrs/article/details/4294133</link><guid>https://blog.csdn.net/onsrs/article/details/4294133</guid><author>onsrs</author><pubDate>Wed, 24 Jun 2009 13:26:00 +0800</pubDate><description><![CDATA[一直在寻找一个完美的IDE统一体，可以统一完成所有PHP，javascript，css，html的编辑。我一直在尝试，试过zend studio，editplus，ultraeditor，DW，始终无法在一个编辑器里完成所有的操作，怎样都会少那么一点支持。终于！在zend studio for eclipse 出来之后我看到了希望，就是因为eclipse传说是个强大的插线板！首次接触eclipse]]></description><category></category></item><item><title><![CDATA[Zend Studio For Eclipse 6.0 实用快捷键]]></title><link>https://blog.csdn.net/onsrs/article/details/4293958</link><guid>https://blog.csdn.net/onsrs/article/details/4293958</guid><author>onsrs</author><pubDate>Wed, 24 Jun 2009 11:53:00 +0800</pubDate><description><![CDATA[ZendChina官方：为了方便开发者的使用，提高开发效率，下面对Zend Studio For Eclipse 6.0的快捷键的功能进行详细介绍。Ctrl+1 快速修复(最经典的快捷键,就不用多说了)Ctrl+D: 删除当前行Ctrl+Alt+↓ 复制当前行到下一行(复制增加)Ctrl+Alt+↑ 复制当前行到上一行(复制增加)Alt+↓ 当前行和下面一行交互位置(特别实用,可以省去先剪切,再粘]]></description><category></category></item><item><title><![CDATA[SVN客户端用户使用手册]]></title><link>https://blog.csdn.net/onsrs/article/details/4289554</link><guid>https://blog.csdn.net/onsrs/article/details/4289554</guid><author>onsrs</author><pubDate>Mon, 22 Jun 2009 17:55:00 +0800</pubDate><description><![CDATA[该文档将逐步教您如何在软件开发过程中使用svn客户端环境模拟现有项目名称：test服务端版本库：testURL：http://10.155.11.10:81/svn开发人员：devA，devB版本库目录结构： 一．基本操作第一步：安装客户端到共享文件夹下，下载TortoiseSVN-1.4.0.7501-win32-svn-1.4.0.msi安装程序，双击直接安装即可。安装成功后，右键]]></description><category></category></item><item><title><![CDATA[完美解决：Could not open the editor: Editor could not be initialized]]></title><link>https://blog.csdn.net/onsrs/article/details/4282695</link><guid>https://blog.csdn.net/onsrs/article/details/4282695</guid><author>onsrs</author><pubDate>Fri, 19 Jun 2009 13:42:00 +0800</pubDate><description><![CDATA[Zend Studio for Eclipse不能打开文件经常有时候会出现工程里的某一个文件打不开，总是出现：Could not open the editor: Editor could not be initialized.的提示信息。产生原因：听说是由于文件外部修改导致，参考说法如下：Could not open the editor: Editor could not be ini]]></description><category></category></item><item><title><![CDATA[zend studio 中include 其他页面，代码提示的技巧]]></title><link>https://blog.csdn.net/onsrs/article/details/4282285</link><guid>https://blog.csdn.net/onsrs/article/details/4282285</guid><author>onsrs</author><pubDate>Fri, 19 Jun 2009 11:11:00 +0800</pubDate><description><![CDATA[在一个页面中include 了一个外部文件，如在index.php中 include 了db.class.php;  打开index.php 的时候，无论怎么书写都不会提示db.class.php 中定义的方法无意中发现，当打开这个文件的时候才会提示。]]></description><category></category></item><item><title><![CDATA[mysql存储日语编码设置]]></title><link>https://blog.csdn.net/onsrs/article/details/4269858</link><guid>https://blog.csdn.net/onsrs/article/details/4269858</guid><author>onsrs</author><pubDate>Mon, 15 Jun 2009 11:32:00 +0800</pubDate><description><![CDATA[mysql创建数据库时候使用默认的编码设置  数据库表类型 MyISAM 字符集：utf8----utf-8 Unicode整理：utf8_gerenal_ci 这样设置的话，存入的日文或者中文 在数据库里看都不是乱码 但是在网站前台显示的时候 需要  使用header发个编码头即：@header("content-Type: text/html; char]]></description><category></category></item><item><title><![CDATA[MYSQL中随机读取数据库表中的记录-ORDER BY rand()]]></title><link>https://blog.csdn.net/onsrs/article/details/4269538</link><guid>https://blog.csdn.net/onsrs/article/details/4269538</guid><author>onsrs</author><pubDate>Mon, 15 Jun 2009 10:06:00 +0800</pubDate><description><![CDATA[MYSQL中随机读取数据库表中的记录用ORDER BY rand()SELECT   * FROM mg_news ORDER BY rand() LIMIT 2]]></description><category></category></item><item><title><![CDATA[转帖一个很好的数据库类]]></title><link>https://blog.csdn.net/onsrs/article/details/4264143</link><guid>https://blog.csdn.net/onsrs/article/details/4264143</guid><author>onsrs</author><pubDate>Fri, 12 Jun 2009 15:54:00 +0800</pubDate><description><![CDATA[<?php/** * 文件名：Db.class.php * 功  能：MYSQL数据库操作类 * 日  期：2009-05-1 * 作  者：小恺 * 类  名：Db */if(!defined(IN_KAI)){ exit(Access Denied);}class Db{  /**    * 数据库连接标识   * @]]></description><category></category></item><item><title><![CDATA[php编程命名规则]]></title><link>https://blog.csdn.net/onsrs/article/details/4250889</link><guid>https://blog.csdn.net/onsrs/article/details/4250889</guid><author>onsrs</author><pubDate>Mon, 08 Jun 2009 10:58:00 +0800</pubDate><description><![CDATA[ 命名是程序规划的核心。古人相信只要知道一个人真正的名字就会获得凌驾于那个人之上的不可思议的力 量。只要你给事物想到正确的名字，就会给你以及后来的人带来比代码更强的力量。别笑！ 名字就是事物在它所处的生态环境中一个长久而深远的结果。总的来说，只有了解系统的程序员才能为系 统取出最合适的名字。如果所有的命名都与其自然相适合，则关系清晰，含义可以推导得出，一般人的推 想也能在意料之中。 如]]></description><category></category></item><item><title><![CDATA[SQL SERVER 数据类型详解]]></title><link>https://blog.csdn.net/onsrs/article/details/4235913</link><guid>https://blog.csdn.net/onsrs/article/details/4235913</guid><author>onsrs</author><pubDate>Tue, 02 Jun 2009 14:31:00 +0800</pubDate><description><![CDATA[数据类型 类型 描             述 bit 整型 bit 数据类型是整型，其值只能是0、1或空值。这种数据类型用于存储只有两种可能值的数据，如Yes 或No、True 或Fa lse 、On 或Off int 整型 int 数据类型可以存储从- 231(-21474836]]></description><category></category></item><item><title><![CDATA[MySQL字段类型说明]]></title><link>https://blog.csdn.net/onsrs/article/details/4235911</link><guid>https://blog.csdn.net/onsrs/article/details/4235911</guid><author>onsrs</author><pubDate>Tue, 02 Jun 2009 14:31:00 +0800</pubDate><description><![CDATA[ MySQL支持大量的列类型，它可以被分为3类：数字类型、日期和时间类型以及字符串(字符)类型。本节首先给出可用类型的一个概述，并且总结每个列类型的存储需求，然后提供每个类中的类型性质的更详细的描述。概述有意简化，更详细的说明应该考虑到有关特定列类型的附加信息，例如你能为其指定值的允许格式。   由MySQL支持的列类型列在下面。下列代码字母用于描述中：M指出最大的显示尺寸。最大的合法]]></description><category></category></item></channel></rss>