JAVAEE Logistics Management System

In the continuous impact of the information age, combined with logistics management and computer technology, it will be a shortcut to improve logistics management. Basic information on the computer logistics management, compared to manual management is convenient and simple, and easy to manage, fast search speed, storage capacity and so many advantages. Its use in logistics management can not only improve the efficiency of logistics management administrator, and can make the logistics management more scientific and standardized. From some ways, modern logistics management and constantly promote the standardization of all aspects of logistics management are increasingly closely linked to modern information processing, so we should be modern information processing faster integrated into logistics management.

The graduation design uses J AVAEE three-tier architecture model based on Browser / Server architecture, in Myeclipse development tools, as the JAVA programming language, Mysql as the database, according to the method of software engineering development logistics management systems. The system consists of functional modules and management modules, functional modules which include login, logoff, logon password changes; management module including user management system, customer information management, cargo information management, then manifest management, vehicle information management. Compared with the traditional manual system of logistics management, the majority of customers, goods, vehicles and goods closely linked to a single, reduced time logistics and transport, greatly improving the work efficiency. After testing the system, to achieve the desired goal.

Never point of view, the content stream contains also the ever-changing, different user demand for logistics system is also different, so the face of different users, function and design of the system are not the same, the main research topics of this logistics system is built warehouse logistics system, you can have the goods themselves, their distribution, like Jingdong, US corporations and other large sites, the system uses the B / S architecture, mainly mvc development model, the use of some of the technical development of the site J2EE .

<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" ><%java.util.Date DATE = NEW java.util.Date();

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

 

 

Guess you like

Origin www.cnblogs.com/xxsnn/p/11613556.html