📄 help.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="help.aspx.cs" Inherits="help" %>
<!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 runat="server">
<title>无标题页</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
.STYLE1 {color: #FF0000}
body,td,th {
font-size: 9pt;
}
body {
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-top: 0px;
}
-->
</style>
</head>
<body>
<form id="form1" runat="server">
<div align="center">
<table style="width: 661px">
<tr>
<td rowspan="3">
<asp:Image ID="Image1" runat="server" ImageUrl="~/Pic/service.jpg" /></td>
<td colspan="2" rowspan="3" align="left">
版本说明:<br />
1.开发工具vs2005,数据库sql2005<br />
2.数据库的连接字符串在web.config文件中,数据库文件在DB_51aspx文件夹下,附加后,修改连接字符串为本地数据库的密码即可<br />
3.程序入口为login.aspx,帐号/密码:51aspx/51aspx<br />
4.<a href="http://www.51aspx.com/" target="_blank" title="Asp.net源码下载专业站">download from 51aspx.com</a>
<br />
</td>
</tr>
<tr>
</tr>
<tr>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -