WEB-campus food delivery system based on asp

The popularity of the Internet to bring convenience Needless to say. So if the campus food delivery combined with the Internet, the use of net technology campus food delivery system to achieve the campus network of food delivery.

Campus food delivery system through the Internet can be extensive, comprehensive publicity, so that as many campus cafeteria, campus food delivery managers to understand and familiar with campus food delivery system efficient and convenient management advantages, not only to provide users with a service, and but also to promote their own, so that more users understand their own. For the campus restaurant, if the campus has its own food delivery system that allows the campus by campus restaurant food delivery to mention the management system to a new level, while improving the image of the campus restaurant.

According to the status quo and development trend of the system, from system requirements analysis, architecture design, database design, to system implementation, respectively, front-end and back-end to achieve realization. From the content of the paper describing the system, system analysis, system design, system implementation, system testing to explain the system development process. This system seeks to combine practical to find a viable development program, after repeated research and learning, with the C # programming language, net technology, SQL databases and iis server to perform all functions of the system, the final system testing to detect the system permissions and vulnerabilities, which will improve the system, to meet the standards.

With the upgrading of campus food delivery needs and food delivery online campus permeability, Chinese food delivery online campus will release huge potential market, the construction and development of the campus food delivery system has become the focus of widespread concern in the industry, the article will be analyzed in order to provide a reference for the development of campus food delivery e-commerce in China. At present, for well-known campus restaurant, the media have been publicized in place, in order to promote local development of education, the development of local specialties campus campus restaurant food delivery, development of the system response to this situation, you can not play on the local campus restaurant little publicity.

System functions:

  • System Log: System Log is crossing users accessing the system, the system login interface design, including user name, password and a verification code, and then determine the identity of the user logged in, the user or administrator to determine the average user.
  • User management system: whether it is ordinary or super administrator system administrator needs to manage users, including the general manager to add, delete, modify, query, modify the administrator's password, add a new administrator user can log into the system.
  • Average user management: Administrators can manage other common user account system, including the entry of new users, delete existing ordinary users, modify existing ordinary user information, and the average user can search by user name and the names and other keywords, Print user list page, the list of users to export to excel in.
  • Change Password: The system for all users (administrators and ordinary users) should be able to modify their own login password, you need to log in again after modification.
  • Personal Information Management: is used by ordinary users, the ordinary user login system, you can modify the original personal information, such as changing telephone numbers, e-mail, etc., the user name can not be modified.
  • Log in case management: the system for each user should be able to view the personal history of logins, such as logging IP, login time, login address, etc., to prevent the theft of user accounts, user accounts to strengthen security.
  • Operation Log Management: Each user of the system should be able to see the operation log personal history, such as the user adds an item of data, need to show the history of the operation log operator, describing the operation, the operation time and other information. Prevent the system from being hacked, strengthen the security of the system.
  • Food products category management: administrator after the release of food products category, the average user will be able to query the food products category, the user selects a food product categories, inquiries food products category, administrator review add or remove food products category.
  • Information management food products: food products after administrator release information, the average user will be able to inquire into the food product information, the user selects a food product information, product information inquiry meal, administrator review add, or delete information on food products.
  • Order Information Management: The administrator release order information, the average user will be able to query the order information, the user selects an order information, query order information, audit administrator to add, delete or order information.
  • Business information management: the administrator for a listing, the average user will be able to query the listing, the user selects a business information, business information inquiry, audit administrator to add, delete or business information.
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.net" Inherits="_Default" %>

<%@ Register src="qttop.net" tagname="qttop" tagprefix="uc1" %>

<%@ Register src="qtleft.net" tagname="qtleft" tagprefix="uc2" %>

<%@ Register src="qtdown.net" tagname="qtdown" tagprefix="uc3" %>

 

Data preparation, the system displays the basic information, the main code is as follows:

<TR

align=middle bgColor=#ffffff>

<td colspan="4" bgColor=#CADCEA><strong>系统基本信息</strong></td>

</TR>

<TR  align=middle

bgColor=#ffffff>

<TD width="14%" align="left" valign="bottom" >当前用户:</TD>

<TD width="37%" align="left" valign="bottom" ><font class="t4"><%=request.getSession().getAttribute("username")%></font></TD>

<TD width="9%" align="left" valign="bottom" >您的权限:</TD>

<TD width="40%" align="left" valign="bottom" ><font class="t4"><%=request.getSession().getAttribute("cx")%></font></TD>

</TR>

<TR align=middle

bgColor=#ffffff>

<TD height="38" align="left" valign="bottom" >当前日期:</TD>

<TD align="left" valign="bottom" ><%net.util.Date date = new net.util.Date();

net.text.SimpleDateFormat format = new net.text.SimpleDateFormat("yyyy-MM-dd", net.util.Locale.CHINA);

 

 

Guess you like

Origin www.cnblogs.com/lqs11/p/11569354.html