您目前尚未登陆,请选择【登陆】或【注册
首页->行政办公->库存管理系统V1.0源码>>help.aspx>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:库存管理系统V1.0源码
当前文件:文件类型 StoreManage/help.aspx打开代码结构图
普通视图
		            
1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="help.aspx.cs" Inherits="help" %> 2 3<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 4 5<html xmlns="http://www.w3.org/1999/xhtml" > 6<head runat="server"> 7 <title>无标题页</title> 8 <link href="style.css" rel="stylesheet" type="text/css" /> 9<style type="text/css"> 10<!-- 11.STYLE1 {color: #FF0000} 12body,td,th { 13 font-size: 9pt; 14} 15body { 16 margin-left: 0px; 17 margin-right: 0px; 18 margin-bottom: 0px; 19 margin-top: 0px; 20} 21--> 22</style> 23</head> 24 25<body> 26 <form id="form1" runat="server"> 27 <div align="center"> 28 &nbsp; 29 <table style="width: 661px"> 30 <tr> 31 <td rowspan="3"> 32 <asp:Image ID="Image1" runat="server" ImageUrl="~/Pic/service.jpg" /></td> 33 <td colspan="2" rowspan="3" align="left"> 34 版本说明:<br /> 35 1.开发工具vs2005,数据库sql2005<br /> 36 2.数据库的连接字符串在web.config文件中,数据库文件在DB_51aspx文件夹下,附加后,修改连接字符串为本地数据库的密码即可<br /> 37 3.程序入口为login.aspx,帐号/密码:51aspx/51aspx<br /> 38 4.<a href="http://www.51aspx.com/" target="_blank" title="Asp.net源码下载专业站">download from 51aspx.com</a> 39<br /> 40 </td> 41 </tr> 42 <tr> 43 </tr> 44 <tr> 45 </tr> 46 </table> 47 </div> 48 </form> 49</body> 50</html> 51
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:库存管理系统V1.0源码
51Aspx.com 版权所有 CopyRight © 2000-2008. 京ICP备06046876号