fire the inspiration

剑气凌人

Archives Posts

WordPress安装常见问题

10月 20th, 2006 by 剑气凌人, 3,048Views

WP-Cache是WordPress下的一个缓存插件,使用这个插件,就相当于静态化了页面一样,但是因为可能是为LINUX系统开发的,中间有几步在WIN下面要进入修改1.到官方下载WP-Cache,我现在用的是Version 2.0.17版本

2.解压,上传整个文件夹到wp-content/plugins/目录

Read the rest of this entry »

Filed under 系统 having 9 Comments »

Archives Posts

zblog转wordpress的ISAPI_Rewrite规则

10月 18th, 2006 by 剑气凌人, 2,559Views

因为我原来的是http://zxsv.com/post/1.html之类的链接,转为WordPress后,所有的链接都失效了,只能重写规则,在后台永久链接里填上/post/%post_id%.html,本规则不完善,更新中

Read the rest of this entry »

Filed under 系统 having 2 Comments »

Archives Posts

解决PHP无法在根目录运行的问题

09月 28th, 2006 by 剑气凌人, 3,145Views

环境:WIN2003+IIS6+PHP5
上传PHP程序到服务器,只能在目录中运行,无法在网站根目录运行,为这个问题,整整找了三天的原因,最后发现还是目录权限的问题
解决方法如下
看下,D盘权限为administrator,下面有一目录为网站目录Web,权限为administrator,然后Web目录下面是各个网站的目录,比如说Sprvk目录,平时的建法是Sprvk目录权限为administrator,下面再建Data目录和Web目录,这两个目录的权限是权限为administrator+web_spvrk(IIS运行帐号),这样问题就来了,放根目录的PHP程序就会出现各种各样的问题,就是不能正常运行,这应该是目录权限继承的问题。 Read the rest of this entry »

Filed under 系统 having No Comments »

Archives Posts

自由之窗-Firefox完全历史

08月 31st, 2006 by 剑气凌人, 1,499Views

And so at last the beast fell and the unbelievers rejoiced.
But all was not lost, for from the ash rose a great bird.
The bird gazed down upon the unbelievers and cast fire
and thunder upon them. For the beast had been
reborn with its strength renewed, and the
followers of Mammon cowered in horror.

Read the rest of this entry »

Filed under 系统 having No Comments »

Archives Posts

php+zend,程序日志报错”Unable to view file mapping”

08月 24th, 2006 by 剑气凌人, 2,086Views

最近服务器老出以下信息,查了一下原因,给出以下解决方法
描述:
事件 ID ( 487 )的描述(在资源( Zend Optimizer )中)无法找到。本地计算机可能没有必要的注册信息或消息 DLL 文件来从远程计算机显示消息。您可能可以使用 /AUXSOURCE= 标识来检索词描述;查看帮助和支持以了解详细信息。下列信息是事件的一部分: Unable to view file mapping, 试图访问无效的地址。.

Read the rest of this entry »

Filed under 系统 having No Comments »

Archives Posts

win2003下安装apache2.2.4+php5.2.4+mysql+Zend

06月 24th, 2006 by 剑气凌人, 10,511Views

写一个现在来说最新的最详细的安装说明,因为我是重装系统后再配置的,有部分只需要修改配置文件就可以了

一、使用软件:
apache_2.2.4-win32-x86-no_ssl.msi
php-5.2.4-Win32.zip
mysql-4.1.18-win32.zip或mysql-5.0.41-win32.zip
phpMyAdmin-2.9.2.2
ZendOptimizer 3.2.8
配置环境:Windows 2003 sp1
Read the rest of this entry »

Filed under 系统 having 6 Comments »

Archives Posts

iis与apache共用80端口问题方法集

06月 12th, 2006 by 剑气凌人, 2,410Views

为调试程序,本机安装iis与apache,无法同时使用80端口,现给出解决方法

方法一:
IIS5,多IP下共存,IIS为192.168.0.1,apache为192.168.0.2原文地址
c:\Inetpub\Adminscripts

cscript adsutil.vbs set w3svc/disablesocketpooling true
Read the rest of this entry »

Filed under 系统 having 8 Comments »

Archives Posts

最简单的查看网站占用资源方法

05月 10th, 2006 by 剑气凌人, 2,696Views

控制面板==管理工具==性能.
添加==添加计数器
Web Service.
Totel Get Request.
同理,可以添加多个不同的计数器,查看其它资源
如图

结果如图

Filed under 系统 having 3 Comments »

« Previous Entries Next Entries »