Code Monkey home page Code Monkey logo

empolyeetrailmonitormanagement's Introduction

毕业设计

用到的技术

  1. ASP.NET CORE MVC Web框架
  2. EF CORE 数据库ORM
  3. Bootstrap前端框架
  4. 百度地图JS API调用

使用IDE

  1. Visual Studio 2019
  2. Visual Studio Code

项目介绍

首先要将碎片化数据表中的GPS坐标字段转换为同在该表中的百度API调用坐标,要求批量化并且指定员工。然后在首页地图显示指定员工行动轨迹,多个标注点之间添加折线,同时要计算下一个点距离上一个点之间的距离,同样求出的相邻点距离值要同步到数据表的指定字段(Distance)。根据数据表中的记录时间字段求得相邻两次记录点相差时间,同步到该数据表的指定字段(DistanceSecond)。最后可以通过两相邻点的距离除以时间得出速度判断员工是否乘车出行,同步到数据表指定字段(IsCar)。

疑难解决

  1. 碎片化数据的处理,即坐标转换、距离计算、时间计算以及判断出行方式。
  2. Module以及数据表的架构
  3. 百度地图JS API调用,包括批量化坐标转换,多点之间添加折线等使用

empolyeetrailmonitormanagement's People

Contributors

hancao avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.