温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:某公司人事工资管理系统源码
当前文件:
StaffSalaryManage/SystemManage/AllErrorHelp.aspx,打开代码结构图
StaffSalaryManage/SystemManage/AllErrorHelp.aspx,打开代码结构图1<%--文件名:AllErrorHelp.aspx--%> 2
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="AllErrorHelp.aspx.cs" Inherits="System_AllErrorHelp" Title="当前位置:系统管理->系统帮助信息" %> 3
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server"> 4
<table style="width: 554px; height: 247px"> 5
<tr> 6
<td style="width: 103px;" rowspan="6"> 7
</td> 8
<td align="center" style="font-weight: bold; font-size: 1.2em; color: black; font-family: 宋体; 9
height: 10px; background-color: lightgrey"> 10
系统帮助信息</td> 11
<td style="width: 100px;" rowspan="6"> 12
</td> 13
</tr> 14
<tr> 15
<td style="font-size: 0.8em; font-family: 宋体; background-color: #cccccc; height: 10px;"> 16
当显示此页面时,此网站可能已经发生下列问题:</td> 17
</tr> 18
<tr> 19
<td style="font-size: 0.8em; width: 442px; background-color: cornsilk;"> 20
1.您未经合法授权访问不该访问的页面。在这种情况下,您只需要与网站管理员联系,取得相关权限后即可访问目标页面。</td> 21
</tr> 22
<tr> 23
<td style="font-size: 0.8em; width: 442px; background-color: lavender;"> 24
2.数据类型或格式输入发生错误,数据表的关键字重复。在这种情况下,您需要检查您是否试图输入的是一条相同的记录,是否在需要输入数字的地方输入了字符。</td> 25
</tr> 26
<tr> 27
<td style="font-size: 0.8em; width: 442px; background-color: palegoldenrod"> 28
3.未按照系统所要求的商业逻辑进行操作。在这种情况下,您需要仔细阅读配套图书的说明进行操作。</td> 29
</tr> 30
<tr> 31
<td style="font-size: 0.8em; width: 442px; height: 33px; background-color: gainsboro"> 32
4.网站出现事先未能预料的错误。在这种情况下,您需要与网站设计人员联系,以便能够及时解决此问题。</td> 33
</tr> 34
35
</table> 36
</asp:Content> 37
38




