| In recent years,Chinese freight logistics industry is in a rapid development stage,the traditional offline mode of freight coexist with the new online mode.As far as the traditional freight logistics model concerned,there is obvious problem that the customer demand cannot be timely connected,and the idle resources are relatively common.As for the online freight logistics model,there are mainly two problems as follows: the real-time and authenticity of freight and trucks cannot be guaranteed.There is no complete service system,when there are problems or disputes,customer service cannot be timely intervention conditioning.For freight logistics by any of the existing problems,this article is based on the React framework designs the inter-city freight auxiliary system,the system provides the shipper and the truck driver with a high efficiency management platform,the shipper through the platform can quickly match the truck which near the resources,then sent the goods to truck,and can track cargo’s information,complete the accurate delivery of the goods.Truck drivers can use the platform to quickly receive customer’s demand,reduce idle resources.The administrator can intervene after the system receiving feedback when there are problems or disputes.By analyzing the functional requirements of the system,this paper designs and implements a freight logistics assistant system with high performance.In this system,the shipper submits the order which is waiting for delivery to the system,and after the approval of the administrator,the order is sent to the truck driver,and the truck driver accepts the order.After receiving the order,the system will collect a certain share of the service fee for picking up,distributing and finally completing the order.This system adopts B/S mode,the server application and database are deployed separately,Tomcat is deployed in the application server side,My SQL is deployed in the database server side,the application server dang database server are deployed separately can effectively reduce the load of the server,facilitate to improve the page view.The entire software server is mainly developed by Java language,the database is stored by My SQL,and the back-end framework technology is developed by Spring an My Batis.React JS is used to develop the front-end frameworks for the purpose of developing multiple platforms at once.Ajax is used for front-to-back interaction in order to improve page response times and userexperience.The system design is divided into user interface layer,controller,service and DAO.The development model is adopted to make the structure clear,decouple layers from each other,and has good maintainability.The Intercity Freight Assistance System based on the React framework has been tested to the business needs of shippers and truck drivers,making the exchange process of freight logistics more simple,safe and efficient,and completing the expected work. |