<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type="text/css" href="http://ezool.org/stuff/css/rsstyle.css"?>
<rss version="2.0">
<channel>
<title>网站建设 - RSS</title>
<link>http://ezool.orghttp://www.ezool.org/category/wangzhanjianshe-2-1.html</link>
<description>网站建设 RSS订阅</description>

<item id="38">
<title><![CDATA[windows7下的php环境配置]]></title>
<link><![CDATA[http://ezool.org/article/windows7xiadephphuanjingpeizhi-38-1.html]]></link>
<description><![CDATA[过年回家了，工作的时候需要用到php环境，由于系统用的是thinkpad默认安装的windows7正版，舍不得卸载所以就只好继续用了。可是想做些开发的时候发现问题来了，原先在xp下可以用的很多软件到了windows7下都没办法用了（即便官方说windows7的兼容性比vs好）。以前用来开发的环境一般 ...]]></description>
<author><![CDATA[E族网络]]></author>
<pubDate>2010-02-14 01:50:24</pubDate>
</item>
<item id="35">
<title><![CDATA[php下不用递归实现无限分类]]></title>
<link><![CDATA[http://ezool.org/article/phpxiabuyongdiguishixianwuxianfenlei-35-1.html]]></link>
<description><![CDATA[无限分类实现菜单一直是问的比较多的问题，我也曾经在这个问题上焦头烂额，现在提供一种简单的算法，我把无限分类中的数组变成一种更扁平的结构，然后加上deep（节点深度）即可作出树形菜单。数组如下： $arr = array(   array(&#039;parent_cid&#039;=&gt;0,&#039;id&#039;=&gt;1,&#039;sort_order&#039;=&gt;0),   arr ...]]></description>
<author><![CDATA[E族网络]]></author>
<pubDate>2010-01-02 20:50:24</pubDate>
</item>
<item id="29">
<title><![CDATA[ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mys]]></title>
<link><![CDATA[http://ezool.org/article/ERROR-2002-HY000-Can-t-connect-to-local-MySQL-server-through-socket-tmp-mys-29-1.html]]></link>
<description><![CDATA[最近的一台freebsd7.2服务器在关机后无法启动，手动启动提示说： ERROR 2002 (HY000): Can&#039;t connect to local MySQL server through socket &#039;/tmp/mysql.sock&#039; (2)查看了top进程没看到mysql，尝试启动mysql显示启动starting mysql... 但最后还是没启动。在网上找了很多的 ...]]></description>
<author><![CDATA[E族网络]]></author>
<pubDate>2009-12-08 21:25:25</pubDate>
</item>
<item id="27">
<title><![CDATA[自建服务器探讨]]></title>
<link><![CDATA[http://ezool.org/article/zijianfuwuqitantao-27-1.html]]></link>
<description><![CDATA[我有个客户需要做一个网站，在讨论需求的过程中我了解到他们有一台hp的电脑是多余的，因此希望利用这台服务器来搭建一台web服务器，以下就自建服务器的相关问题简单的讨论下。 讨论范围：本文讨论的服务器安装环境是指专业机房外的家庭里或者企业内部，也就是说我们这里讨论的安装 ...]]></description>
<author><![CDATA[E族网络]]></author>
<pubDate>2009-11-23 06:00:30</pubDate>
</item>
<item id="26">
<title><![CDATA[谁说nginx不支持.htaccess文件？]]></title>
<link><![CDATA[http://ezool.org/article/shuishuonginxbuzhichi.htaccesswenjian-26-1.html]]></link>
<description><![CDATA[在网上查到的资料很多人都说nginx目前不支持.htaccess文件，简直是扯淡... nginx完全可以支持.htaccess文件，请按如下操作： 1、新建一个.htaccess文件，在里面输入规则，如本站的规则： # nginx rewrite rulerewrite ^(.*?)/article/.*?-(\d+)-(\d+)\.html$   $1/show.html?id=$ ...]]></description>
<author><![CDATA[E族网络]]></author>
<pubDate>2009-11-21 07:04:53</pubDate>
</item>
<item id="25">
<title><![CDATA[FreeBSD make: don't know how to make buildkernel. Stop]]></title>
<link><![CDATA[http://ezool.org/article/FreeBSD-make-don-t-know-how-to-make-buildkernel.-Stop-25-1.html]]></link>
<description><![CDATA[今天在编译freebsd系统的时候总是提示 don&#039;t know how to make buildkernel. Stop 刚开始以为是src没有更新，所以就sysinstall配置了下。下面简单介绍下系统编译过程。 一、如果你在安装系统的时候没有安装src（系统源码）可以按下面的操作来安装 # sysinstall 接着：选择 &gt; Co ...]]></description>
<author><![CDATA[E族网络]]></author>
<pubDate>2009-11-20 18:43:59</pubDate>
</item>
<item id="23">
<title><![CDATA[PHP+Flash开发的股票走势图中坐标轴的计算]]></title>
<link><![CDATA[http://ezool.org/article/PHP-Flashkaifadegupiaozoushituzhongzuobiaozhoudejisuan-23-1.html]]></link>
<description><![CDATA[最近用PHP+Flash给客户开发了一个价格走势图（蜡烛图），这个蜡烛图包含5日均线，10日均线和20日均线。在开发的过程中遇到了横向坐标轴的文字挤在一起的问题。在宽度固定的情况下，当数据越多，在x轴（横坐标）上显示的数据很容易的全部叠加在一起，根本无法看清，后来给函数传递了一个图标 ...]]></description>
<author><![CDATA[E族网络]]></author>
<pubDate>2009-10-27 02:24:46</pubDate>
</item>
<item id="22">
<title><![CDATA[不同系统之间同步用户数据之同步注册]]></title>
<link><![CDATA[http://ezool.org/article/butongxitongzhijiantongbuyonghushujuzhitongbuzhuce-22-1.html]]></link>
<description><![CDATA[最近做了几个项目都需要与论坛之间共享用户数据，本文以ucenter为例。 uc这个接口确实好用，但在用户注册上稍有不足。ucenter本身是实现了同步注册功能，不过“uc_user_register”只是把数据写入ucenter本身的数据库，他并没有不数据同时写入到其他运用接口上，这就使得各个运用本 ...]]></description>
<author><![CDATA[E族网络]]></author>
<pubDate>2009-10-21 11:36:18</pubDate>
</item>
<item id="21">
<title><![CDATA[PHP服务器安全配置一二]]></title>
<link><![CDATA[http://ezool.org/article/PHPfuwuqianquanpeizhiyier-21-1.html]]></link>
<description><![CDATA[古语：知己知彼方能百战不殆。这句话如果让你来用可定很好了，可是要是黑客惦记着你服务器，你服务器暴露的信息越多就越不安全。 以下是PHP服务器配置的一点建议。 首先看下下面的一段HTTP头部 HTTP/1.1 200 OKConnection: closeDate: Mon, 12 Oct 2009 00:51:48 GMTServer: M ...]]></description>
<author><![CDATA[E族网络]]></author>
<pubDate>2009-10-12 10:07:24</pubDate>
</item>
<item id="20">
<title><![CDATA[freebsd下Host name lookup failure]]></title>
<link><![CDATA[http://ezool.org/article/freebsdxiaHost-name-lookup-failure-20-1.html]]></link>
<description><![CDATA[]]></description>
<author><![CDATA[E族网络]]></author>
<pubDate>2009-08-25 21:44:18</pubDate>
</item>
<item id="19">
<title><![CDATA[window2003下apache+php+mysql+phpmyadmin配置]]></title>
<link><![CDATA[http://ezool.org/article/window2003xiaapache-php-mysql-phpmyadminpeizhi-19-1.html]]></link>
<description><![CDATA[一、安装php 下载一个解压缩包，比如5.2的版本： php-5.2.11-Win32.zip 。解压缩到你能喜欢的盘上，比如D盘，然后打开 修改php.ini.dist为php.ini并打开它，修改如下参数 memory_limit = 128Mdisplay_errors = On #改为OFF，关闭错误extension_dir =   #这里填写你的php安装位置下的 ...]]></description>
<author><![CDATA[insun lee]]></author>
<pubDate>2009-08-19 23:24:05</pubDate>
</item>
<item id="18">
<title><![CDATA[freebsd+nginx+php+mysql服务器环境搭建系列之ports安装]]></title>
<link><![CDATA[http://ezool.org/article/freebsd-nginx-php-mysqlfuwuqihuanjingdajianxiliezhiportsanzhuang-18-1.html]]></link>
<description><![CDATA[]]></description>
<author><![CDATA[小郎]]></author>
<pubDate>2009-08-18 23:03:01</pubDate>
</item>
<item id="17">
<title><![CDATA[freebsd可以ping ip但是无法ping域名的原因]]></title>
<link><![CDATA[http://ezool.org/article/freebsdkeyiping-ipdanshiwufapingyumingdeyuanyin-17-1.html]]></link>
<description><![CDATA[在vm下安装了个新的freebsd，结果发现上不了网，查看ifconfig正常，跟我安装的另外一个系统配置一样。上网查了下资料有人跟我的情况相同。 我想到的是域名在本地没有被解析，因此应该是 /etc/resolv.conf没设置好 # ee /etc/resolv.confee的底部提示是新文件，所以想起了刚安装的 ...]]></description>
<author><![CDATA[insun lee]]></author>
<pubDate>2009-08-18 00:03:53</pubDate>
</item>
<item id="16">
<title><![CDATA[freebsd下安装php-fpm和配置]]></title>
<link><![CDATA[http://ezool.org/article/freebsdxiaanzhuangphp-fpmhepeizhi-16-1.html]]></link>
<description><![CDATA[如果需要在freebsd下安装nginx+php，那么您就需要让php以cgi的方式运行，在php下去以cgi方式运行可以采用spawn-fcgi或者php-fpm。本文介绍的是通过安装php-fpm来去的cgi支持。 在freebsd下通过ports来安装软件非常的方便，不过目前安装php-fpm得自己先现在这个软件，然后解压缩 ...]]></description>
<author><![CDATA[Insun Lee]]></author>
<pubDate>2009-08-14 23:52:20</pubDate>
</item>
<item id="14">
<title><![CDATA[解决IE6下弹出窗口无法遮盖SELECT表单的问题]]></title>
<link><![CDATA[http://ezool.org/article/jiejueIE6xiadanchuchuangkouwufazhegaiSELECTbiaodandewenti-14-1.html]]></link>
<description><![CDATA[]]></description>
<author><![CDATA[insun lee]]></author>
<pubDate>2009-08-13 09:46:09</pubDate>
</item>
<item id="13">
<title><![CDATA[IE6下链接中的JS onclick触发事件]]></title>
<link><![CDATA[http://ezool.org/article/IE6xialianjiezhongdeJS-onclickchufashijian-13-1.html]]></link>
<description><![CDATA[请看链接代码： &lt;a href=&quot;javascript:&quot; onclick=&quot;dothing()&quot;&gt;Link text here&lt;/a&gt;&lt;script language=&quot;javascript&quot;&gt;function dothing(){       window.location.replace(&#039;http://baidu.com&quot;);}&lt;/script&gt;以上的代码在火狐]]></description>
<author><![CDATA[insun lee]]></author>
<pubDate>2009-08-11 22:35:40</pubDate>
</item>
<item id="12">
<title><![CDATA[内容管理系统的错误记忆功能]]></title>
<link><![CDATA[http://ezool.org/article/neirongguanlixitongdecuowujiyigongneng-12-1.html]]></link>
<description><![CDATA[本文所说的内容管理系统包括各种B/S结构内容管理系统，比如：CMS/BLOG/WIKI/BBS等。 有没有遇到这种情况：你花了大量的时间来写某些内容，当你提交的时候可能由于某种原因出错结果所有的内容全部被清空，如果想继续提交的话又得花大量的内容来回忆刚才写的内容，不提交的话可能你无 ...]]></description>
<author><![CDATA[Insun Lee]]></author>
<pubDate>2009-08-10 22:47:17</pubDate>
</item>
<item id="11">
<title><![CDATA[谈谈内容管理系统中用户上传文件的垃圾防范]]></title>
<link><![CDATA[http://ezool.org/article/tantanneirongguanlixitongzhongyonghushangchuanwenjiandelajifangfan-11-1.html]]></link>
<description><![CDATA[]]></description>
<author><![CDATA[Insun Lee]]></author>
<pubDate>2009-08-10 17:05:47</pubDate>
</item>
<item id="7">
<title><![CDATA[网站建设流程]]></title>
<link><![CDATA[http://ezool.org/article/wangzhanjiansheliucheng-7-1.html]]></link>
<description><![CDATA[请先看以下图片： 网站建设流程详解：
1、首先请先联系我们并告知我们您的具体需求；
2、通常我们给客户开发网站需要详细了解客户的需求（包括栏目设置，内容范围），以便我们做功能规划和前台设计；
3、如果您能提供详细的栏目设置规化书，我们将在详细研读您的规划书后给您报价。如果您未能 ...]]></description>
<author><![CDATA[E族网络]]></author>
<pubDate>2009-06-26 03:58:55</pubDate>
</item>

</channel>
</rss>