摘要: 【IT168 专稿】在IIS基础上建立PHP环境总会出现这样或那样的问题,很多问题都比较难解决,笔者最近在建立IIS下PHP环境时就遇到了出现访问出错的问题,所有php页面文件无法正常显示出来,而ASP还有HTML静态页面能够顺利访问。下面就请各位IT168的读者随我一起从权限入手解决IIS+PHP环境故障。 一、故障现象: 笔者搭建环境采用的操作系统是windows XP,IIS是系统自带的IIS 5,PHP版本是5.2。按照网上的步骤笔者安装PHP程序并配置了IIS中的相应映射参数建立了PHP环境,并且生成了名为index.php的文件作为测试用。在实际使用中却发现在服务器上通过浏览器访问 阅读全文
posted @ 2011-02-11 22:34 漂-还在路上 阅读(579) 评论(0) 推荐(0)
摘要: 一、需求: 服务器:windowsxp以上操作系统、Google桌面搜索版本2以上、apachewindows版本2.0以上for windows版本 局域网内工作站:端口映射器、浏览器二、服务器上的安装: 1、安装Google桌面搜索,并添加索引文件服务器; 启用Google桌面搜索,记录类似http://127.0.0.1:4664/&s=DwtuMY_ukcXYFD5klmozXmgxBhA的桌面搜索主页网址。 2、在服务器网卡上启用同网段第二IP地址,如:192.168.1.120 3、安装apache服务器,修改httpd.conf配置文件:#启用代理LoadModule proxy 阅读全文
posted @ 2010-12-23 01:52 漂-还在路上 阅读(469) 评论(0) 推荐(0)
摘要: Introduction: In this article we'll see how to format chemical formulae in DataGrid Web Server Control. In short display the chemical formulae stored in the database as CO2 to CO2 on the Webform.The Database Data is stored as:To begin with User Interface Drag and dropDataGrid asp:DataGrid id="DataG 阅读全文
posted @ 2010-12-16 00:04 漂-还在路上 阅读(405) 评论(0) 推荐(0)