Categories


Tags


使用ASP产生安装向导的主页

<% Option Explicit ' ' Sample ASP / IIS install instructions ' Dim strPage strPage = _ "" & _ "My Application Installer" & _ "" & _ "

Welcome to the My Application Installer!

" & _ "

This page will guide you through the process of " & _ "installing My Application on your IIS web server.

" & _ "

Please select the version of My Application you " & _ "would like to install:

" & _ "" & _ "

Thanks for installing My Application!

" & _ "" & _ "" Response.Write strPage %>

Public @ 2023-03-01 22:48:12

网站访问速度慢这个教程帮助你!

今天接到一个朋友的咨询,是做了一个小程序,平时也就一天几百个人访问使用,但卡顿比较明显。于是我们看了一下,确实比较卡。CPU、内存等各方面差看了一下。内存是没有问题的,占用20%左右。但,CPU占用比较多:服务器配置是很给力的,这种配置可以说是神级别了:因为不是自己做的程序,还是不敢贸然下结论。朋友给的线索是:以前刚用的时候没有感觉卡顿,就这些天才有的卡顿。于是有了几个猜测:一、服务器被攻击了有很

Public @ 2018-07-10 15:37:12

关于phpmyadmin登录后查看数据库显示乱码的问题

问:我的mysql数据库在我网站上显示是正确的编码,但从你们提供的phpmyadmin登录后在线查看我的数据库显示乱码(很多??号)请问如何解决?答:http://mysql.myhostadmin.net网站是utf-8编码,如果您的数据库是gb2312编码,在线显示乱码,请登录http://cncmysql.myhostadmin.net 查看。http://cncmysql.myhostad

Public @ 2009-09-06 15:49:30

更多您感兴趣的搜索

0.443894s