# baidumap_demo **Repository Path**: constfafa/baidumap_demo ## Basic Information - **Project Name**: baidumap_demo - **Description**: 使用百度地图展示公交线路及站点查询,并以地图及列表方式展示 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 8 - **Forks**: 2 - **Created**: 2020-11-25 - **Last Updated**: 2025-04-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 说明:此仓库存放csdn博客文章对应的前后端代码 后端代码在servlet文件夹下,就是一个简单的servlet,用来说明公交的实时信息需要通过类似mq等机制获取 前端代码在www文件夹下,index.html为首页 文章链接:[使用百度API实现实时公交线路查询及地图显示](https://blog.csdn.net/u013905744/article/details/77863271) 对应的前端代码为busLineMap.html 及 busLineMap.js 文章链接:[使用百度API实现实时公交线路查询及列表显示](https://blog.csdn.net/u013905744/article/details/77877943) 对应的前端代码为busLineList.html 及 busLineList.js 文章链接:[使用百度API实现实时公交站点查询及地图显示](https://blog.csdn.net/u013905744/article/details/77868625) 对应的前端代码为busStationMap.html 及 busStationMap.js 文章链接:[使用百度API实现实时公交站点查询及列表显示](https://blog.csdn.net/u013905744/article/details/77878190) 对应的前端代码为busStationList.html及busStationList.js 代码及文章仅做demo示例,使得没有思路的同学可以快速进入状态