摘要:
1.把以下代码做成一个bas文件 Option Explicit Public Const MAX_WSADescription = 256 Public Const MAX_WSASYSStatus = 128 Public Const ERROR_SUCCESS As Long = 0 Public Const WS_VERSION_REQD As Long = ... 阅读全文
摘要:
--① 创建数据库.sql --调用master数据库 use master go --判断数据库bbsDB是否存在,如果存在,则删除 if exists(select * from sysdatabases where name ='bbsDB') drop database bbsDB --exec xp_cmdshell 'mkdir f:project' --创建一个'f:pr... 阅读全文
摘要:
使用IIS运行ASP程序,出现如下信息提示:Server Application ErrorThe server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please contact the server administrator for assistance.对策 :1。右键我的电脑--管理--本地用户和组,给IUSR_机器名和I 阅读全文