摘要:<%on error resume nextserver.scripttimeout=9999999function gethttppage(path) t = getbody(path) gethttppage=bytestobstr(t,"gb2312")end function
function getbody(url) on error resume next ......
摘要:1. gzip -d httpd-2_0_nn.tar.gz
2. tar xvf httpd-2_0_nn.tar
3. gunzip php-nn.tar.gz
4. tar -xvf php-nn.tar
5. cd httpd-2_0_nn
6. ./configure --enable-so
7. make
8. make install
现在您已经将 apache......
Tomcat5配置Mysql JDBC数据库连接池1. 安装tomcat 【程序编程相关:
[引用]该C#程序可将文本文件藏于位图中】
在安装了jdk后,参考tomcat for window 的安装向导,基本直接安装即可,注意:安装时会提示输入管理用户名与密码,这是以后会用到的用户名与密码,切记. 【推荐阅读:
〔管理服务器〕的登录账号和OEMREP数】 【扩展信息:
Eclipse Web Tools Pr】
2. 安装mysql
默认安装即可.
3. 使用tomcat的web管理应用配置数据源
启动tomcat服务器,打开浏览器,输入http://localhost:8080/admin/(其中localhost是名称服务器或称为主机),进入管理界面的登陆页面,这时候请输入原来安装时要求输入的用户名与密码,登陆到管理界面,
选择resources-data sources进入配置数据源界面,选择data source actions ->选择create new data source,进入配置详细信息界面,内容如下: jndi name: jdbc/mysql data source url: jdbc:mysql://localhost:3306/cs jdbc driver class: com.mysql.jdbc.driver user name: root password: ******** max. active connections: 4 max. idle connections: 2 ...
下一页 摘要:internet 连接共享 (ics)/internet 连接防火墙 (icf) 服务的这个子组件对允许网络协议通过防火墙并在 internet 连接共享后面工作的插件提供支持。应用层网关 (alg) 插件可以打开端口和更改嵌入在数据包内的数据(如端口和 ip 地址)。文件传输协议 (ftp) 是唯一具有 windows server 2003 标准版和 windows server 2003 企......