毕业论文论文范文课程设计实践报告法律论文英语论文教学论文医学论文农学论文艺术论文行政论文管理论文计算机安全
您现在的位置: 毕业论文 >> 课程设计 >> 正文

网上客房预订系统(ASP+Access+系统功能结构图+文件架构图+源代码) 第10页

更新时间:2008-10-26:  来源:毕业论文

网上客房预订系统

   <td width="30%" valign=top> 脚本超时时间 </td>

      <td width="70%"><%=Server.ScriptTimeout%></td>

    </tr>

    <tr>

      <td width="30%" valign=top> 服务器CPU数量 </td>

      <td width="70%"><%=Request.ServerVariables("NUMBER_OF_PROCESSORS")%></td>

    </tr>

    <tr>

      <td width="30%" valign=top> 服务器解译引擎 </td>

      <td width="70%"><%=ScriptEngine & "/"& ScriptEngineMajorVersion &"."&ScriptEngineMinorVersion&"."& ScriptEngineBuildVersion %></td>

    </tr>

  </table>

6.5  图片管理模块设计

图片管理模块的主要功能包括图片大小、类型、修改时间、删除、文件预览5部分,图片管理页面的设计效果如图17所示。

17 图片管理页面设计效果

图片管理页面中获取上传图片的相关信息所涉及到的程序代码如下:

<%

             Const PageCount=7  '定义常量

      if request("page")<>"" then  '判断是否接收到表单值

                   requestpage=cint(request("page"))   '返回表达式值为整数

      else

            requestpage=1

      end if

      MaxPage=PageCount

      UploadPath = "eWebEditor/UploadFile"          '图片存放的文件夹地址

      strFileName="adminpic.asp"

             TruePath=Server.MapPath(UploadPath)'转换为实际路径

      If not objstr("Scripting.FileSystemObject") Then

            Response.Write "<b><font color=red>你的服务器不支持 FSO(Scripting.FileSystemObject)!

不能使用本功能</font></b>"

      Else

            set fso=CreateObject("Scripting.FileSystemObject")'创建fso对象

            if request("Action")="Del" then   '如果Action不为空,进入删除模块

                  call DelFile()

            end if

                    if fso.FolderExists(TruePath)then  '检查路径是否存在

            FileCount=0

            TotleSize=0

                   Set theFolder=fso.GetFolder(TruePath)  '读取文件

                   For Each theFile In theFolder.Files

                  FileCount=FileCount+1'利用循环得出总的文件数

                  TotleSize=TotleSize+theFile.Size '利用循环得出文件的总体大小

            next

            totalPut=FileCount   '获取总文件数

            '分页显示

            if requestpage<1 then '在当前页码为小于1的值时,使其值等于1

                  requestpage=1

            end if

            if (requestpage-1)*MaxPage>totalput then

                  if (totalPut mod MaxPage)=0 then

                        requestpage= totalPut \ MaxPage

                  else

                        requestpage= totalPut \ MaxPage + 1

end if

                  end if

            if requestpage=1 then'在当前页码等于1时,调用显示模块

                  showContent       

                  showpage2 strFileName,totalput,MaxPage

              else'在当前页码不等于1时,调用相应显示模块

上一页  [1] [2] [3] [4] [5] [6] [7] [8] [9] [10]  ... 下一页  >> 

网上客房预订系统(ASP+Access+系统功能结构图+文件架构图+源代码) 第10页下载如图片无法显示或论文不完整,请联系qq752018766
设为首页 | 联系站长 | 友情链接 | 网站地图 |

copyright©751com.cn 辣文论文网 严禁转载
如果本毕业论文网损害了您的利益或者侵犯了您的权利,请及时联系,我们一定会及时改正。