摘要随着互联网技术的不断发展[1],许多传统产业都转变了发展方式,由线下转移到了线上来运营。人们在家就可以进行无地域限制的商品交易。为了使人们足不出户就可以知道自己的商品被运输到哪里,一个良好的物流追踪系统对客户的重要性使毋庸置疑的。为了了解货物的运输轨迹,就需要借助现代软件技术来管理随时变化的物流信息,物流运输中车辆的管理以及客户运单的查询。因此,本次论文设计了一个物流追踪系统来实现客户对自己物品的追踪。本系统能够对物流过程中每个货物的物流轨迹进行追踪,确保货物能安全高效的到达用户的手中。使用本系统可以使用户快速的查找到自己的货物,并且当货物丢失时及时找到解决办法,可以给人们的生活带来极大的便利。本系统用Java语言编写,结合HTML对页面进行布局管理,使用B/S架构以及MVC模式实现了对本系统的功能的搭建,并且本系统采用了MYSQL数据库实现对系统数据的读取。-I-关键词:物流追踪;JavaWeb;MVC模式;B/S框架;AbstractWiththecontinuousdevelopmentofInternettechnology,manytraditionalindustrieshavechangedthedevelopmentmode,fromofflinetoonlineoperation.Peoplecantradegoodsathomewithoutgeographicalrestrictions.Inordertomakepeopleknowwheretheirgoodsaretransportedwithoutleavinghome,theimportanceofagoodlogisticstrackingsystemtocustomersisbeyonddoubt.Inordertounderstandthetransportationtrackofgoods,weneedtousemodernsoftwaretechnologytomanagethechanginglogisticsinformationatanytime,themanagementofvehiclesinthelogisticstransportationandthequeryofcustomers'waybills.Therefore,thispaperdesignsalogisticstrackingsystemtoachievecustomertrackingoftheirowngoods.Thesystemcantrackthelogisticstrackofeachgoodsinthelogisticsprocess,toensurethatthegoodscanreachtheuser'shandssafelyandefficiently.Usingthissystem,userscanquicklyfindtheirowngoods,andfindsolutionsintimewhenthegoodsarelost,whichcanbringgreatconveniencetopeople'slife.ThesystemiswritteninJavalanguage,combinedwithHTMLtomanagethelayoutofthepage,usesB/SarchitectureandMVCmodetobuildthefunctionofthesystem,andusesMYSQLdatabasetoreadthesystemdata.-II-KeyWords:Keywordslogisticstracking;JavaWeb;MVCmode;B/Sframework;目录摘要......................................................................................................................IAbstract................................................................................................................II第1章绪论..........................................................................................................51.1系统开发背景.............................................................................................51.2系统的国内外研究历史与现状.................................................................51.3系统开发技术介绍.....................................................................................61.3.1JS技术......................................................................................................61.3.2MYSQL数据库系统...............................................................................61.4系统开发的意义.........................................................................................61.5本文的结构安排.........................................................................................7第2章系统分析....................................................................................................82.1系统需求分析.............................................................................................82.2系统功能分析........................................