⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 help.aspx

📁 机房机时安排系统
💻 ASPX
字号:
<%@ page language="C#" autoeventwireup="true" inherits="Help, App_Web_9xskxxkj" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
    <title>帮助</title>
    <style type="text/css">
        .style1
        {
            font-size: xx-large;
            font-weight: bold;
            font-family: 华文楷体;
            text-align: center;
            background-color: #999966;
            height: 40px;
        }
        .newStyle1
        {
            background-color: #999966;
            border: medium double #808000;
            font-family: 华文楷体;
        }
        .style2
        {
            font-family: 华文新魏;
            font-size: x-large;
            color: #0000FF;
        }
        .style3
        {
            font-family: 华文新魏;
            font-size: large;
        }
        </style>
</head>
<body>
    <form id="form1" runat="server">
    <div style ="background-image :url('icon/top.jpg'); height: 132px;  background-repeat:repeat;">
       
    <ul style="list-style:none;block; text-align :center; padding-top:105px; color:Black; ">
        <li style="float:right;width:60px; background-color:inherit;  height:26px; border-bottom :2px;" 
            class="newStyle1">
            <asp:HyperLink ID="HyperLink2" runat="server" NavigateUrl="~/Entry.aspx" 
                Target="_blank">退出</asp:HyperLink>
                </li>
            
        <li style="float:right;width:60px; background-color:inherit;  height:26px; border-bottom :2px;" 
            class="newStyle1">
            <asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl="~/Help.aspx" 
                Target="_blank">帮助</asp:HyperLink>
                </li>
                
        <li style="float:right;width:60px; background-color:inherit;  height:26px; border-bottom :2px;" 
            class="newStyle1">
            <asp:HyperLink ID="HyperLink3" runat="server" NavigateUrl="~/Default.aspx" 
                Target="_blank">查询</asp:HyperLink>
                </li>
        <li style="float:right;width:60px; background-color:inherit;  height:26px; border-bottom :2px;" 
            class="newStyle1">
            <asp:HyperLink ID="HyperLink6" runat="server" NavigateUrl="~/Default.aspx" 
                Target="_blank">主页</asp:HyperLink>
                </li>
    
    </ul>
    </div>
    <p class="style1">
        <span class="style1" style="margin-bottom:2px; margin-top:2px;">  机时安排查询系统——帮助  </span></p>
 
    <div style=" background-image :url('icon/bg0.jpg'); background-position:left;height: 600px; background-repeat:repeat;"> 
    <div style=" margin-top:50px; margin-left:100px; margin-right:100px; margin-bottom:50px; height: 462px;">
        <span class="style3">1.&nbsp; 在系统主页,如果已经注册,则直接登录; 
        如果还没有注册,点击注册按钮转到注册页面,按问题提示填写注册表。注册的新用户将由系统管理员激活,方可使用。然而,目前还没有实现区分管理员和普通用户的权限问题。</span><br 
            class="style3" />
        <br class="style3" />
        <span class="style3">2.&nbsp; 查询方式有两种:按机房查询;按时间查询。用户可根据实际需要,选择合适的查询方式。由于数据库比较简单,目前,查询功能仅限于查询已有的记录,用户可根据查询结果安排上机时间。</span><br 
            class="style3" />
        <br class="style3" />
        <span class="style3">3.&nbsp; 在周表生成子系统中,输入要查询的学周可显示一周的上机安排。</span><br 
            class="style3" />
        <br class="style3" />
        <span class="style3">4.&nbsp; 
        在数据库操作子系统中,由充当管理员用户的直接对数据库进行操作,包括查询、更新、插入和删除。为了增强数据库的可读性,修改的数据格式最好按规定格式书写。</span><br 
            class="style3" />
        <br class="style3" />
        <span class="style3">5.&nbsp; 在系统维护子系统中,可以进行数据库备份、读日志文件等后台操作, 
        除此之外,为了更方便的维护数据库中的数据,可以直接调用数据库中的数据进行编辑、删除操作。</span><br />
        <br />
            <br />
&nbsp;&nbsp;&nbsp;&nbsp; <span class="style2">备注:由于时间紧迫,技术能力有限,该机房时间安排系统</span><br 
            class="style2" />
        <span class="style2">还有很多漏洞,给您带来的诸多不便,敬请原谅!</span></div> 
        

        </div>
    </div>

</asp:Content>
        
        
        
    </div>
    </p>

    
    </form>
    <p style ="text-align:right; ">
       Copyright@BUCT200542017 &nbsp;/p>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -