2021-08-23 12:15:23 索煒達(dá)電子 1187
項(xiàng)目編號(hào):E485
文件大小:6.9M
源碼說(shuō)明:帶中文注釋
開發(fā)環(huán)境:Python
簡(jiǎn)要概述
本科畢業(yè)設(shè)計(jì),外賣管理信息系統(tǒng)的設(shè)計(jì)及實(shí)現(xiàn),基于無(wú)人機(jī)的送餐方式,包括web無(wú)人機(jī)網(wǎng)點(diǎn)監(jiān)控,微信點(diǎn)餐小程序,后臺(tái)服務(wù)。使用nodejs實(shí)現(xiàn)。
目錄│文件列表:
└ graduation-project
├ server
│ │ app.js
│ │ package-lock.json
│ │ package.json
│ │ README.md
│ │ uav_miniwx_server.sql
│ ├ bin
│ │ └ www
│ ├ db
│ │ │ customerSql.js
│ │ │ dbConfig.js
│ │ │ emploSql.js
│ │ │ menuSql.js
│ │ │ netSql.js
│ │ │ orderSql.js
│ │ │ overuavSql.js
│ │ │ plateSql.js
│ │ │ routeSql.js
│ │ │ syscusSql.js
│ │ │ sysempSql.js
│ │ └ uavSql.js
│ ├ node_modules
│ │ │ .package-lock.json
│ │ ├ .bin
│ │ │ │ acorn
│ │ │ │ acorn.cmd
│ │ │ │ acorn.ps1
│ │ │ │ cleancss
│ │ │ │ cleancss.cmd
│ │ │ │ cleancss.ps1
│ │ │ │ handlebars
│ │ │ │ handlebars.cmd
│ │ │ │ handlebars.ps1
│ │ │ │ jade
│ │ │ │ jade.cmd
│ │ │ │ jade.ps1
│ │ │ │ mime
│ │ │ │ mime.cmd
│ │ │ │ mime.ps1
│ │ │ │ mkdirp
│ │ │ │ mkdirp.cmd
│ │ │ │ mkdirp.ps1
│ │ │ │ sshpk-conv
│ │ │ │ sshpk-conv.cmd
│ │ │ │ sshpk-conv.ps1
│ │ │ │ sshpk-sign
│ │ │ │ sshpk-sign.cmd
│ │ │ │ sshpk-sign.ps1
│ │ │ │ sshpk-verify
│ │ │ │ sshpk-verify.cmd
│ │ │ │ sshpk-verify.ps1
│ │ │ │ uglifyjs
│ │ │ │ uglifyjs.cmd
│ │ │ │ uglifyjs.ps1
│ │ │ │ uuid
│ │ │ │ uuid.cmd
│ │ │ └ uuid.ps1
│ │ ├ accepts
│ │ │ │ HISTORY.md
│ │ │ │ index.js
│ │ │ │ LICENSE
│ │ │ │ package.json
│ │ │ └ README.md
│ │ ├ acorn
│ │ │ │ .editorconfig
│ │ │ │ .gitattributes
│ │ │ │ .npmignore
│ │ │ │ .tern-project
│ │ │ │ .travis.yml
│ │ │ │ AUTHORS
│ │ │ │ LICENSE
│ │ │ │ package.json
│ │ │ │ README.md
│ │ │ ├ bin
│ │ │ │ │ acorn
│ │ │ │ │ build-acorn.js
│ │ │ │ │ generate-identifier-regex.js
│ │ │ │ └ update_authors.sh
│ │ │ ├ dist
│ │ │ │ │ .keep
│ │ │ │ │ acorn.js
│ │ │ │ │ acorn_loose.js
│ │ │ │ └ walk.js
│ │ │ └ src
│ │ │ │ expression.js
│ │ │ │ identifier.js
│ │ │ │ index.js
│ │ │ │ location.js
│ │ │ │ locutil.js
│ │ │ │ lval.js
│ │ │ │ node.js
│ │ │ │ options.js
│ │ │ │ parseutil.js
│ │ │ │ state.js
│ │ │ │ statement.js
│ │ │ │ tokencontext.js
│ │ │ │ tokenize.js
│ │ │ │ tokentype.js
│ │ │ │ util.js
│ │ │ │ whitespace.js
│ │ │ ├ bin
│ │ │ │ └ acorn.js
│ │ │ ├ loose
│ │ │ │ │ acorn_loose.js
│ │ │ │ │ expression.js
│ │ │ │ │ index.js
│ │ │ │ │ parseutil.js
│ │ │ │ │ state.js
│ │ │ │ │ statement.js
│ │ │ │ └ tokenize.js
│ │ │ └ walk
│ │ │ └ index.js
│ │ ├ acorn-globals
│ │ │ │ index.js
│ │ │ │ LICENSE
│ │ │ │ package.json
│ │ │ └ README.md
│ │ ├ ajv
│ │ │ │ .tonic_example.js
│ │ │ │ LICENSE
│ │ │ │ package.json
│ │ │ │ README.md
│ │ │ ├ dist
│ │ │ │ │ ajv.bundle.js
│ │ │ │ │ ajv.min.js
│ │ │ │ └ ajv.min.js.map
│ │ │ ├ lib
│ │ │ │ │ ajv.d.ts
│ │ │ │ │ ajv.js
│ │ │ │ │ cache.js
│ │ │ │ │ data.js
│ │ │ │ │ definition_schema.js
│ │ │ │ │ keyword.js
│ │ │ │ ├ compile
│ │ │ │ │ │ async.js
│ │ │ │ │ │ equal.js
│ │ │ │ │ │ error_classes.js
│ │ │ │ │ │ formats.js
│ │ │ │ │ │ index.js
│ │ │ │ │ │ resolve.js
│ │ │ │ │ │ rules.js
│ │ │ │ │ │ schema_obj.js
│ │ │ │ │ │ ucs2length.js
│ │ │ │ │ └ util.js
│ │ │ │ ├ dot
│ │ │ │ │ │ allOf.jst
│ │ │ │ │ │ anyOf.jst
│ │ │ │ │ │ coerce.def
│ │ │ │ │ │ comment.jst
│ │ │ │ │ │ const.jst
│ │ │ │ │ │ contains.jst
│ │ │ │ │ │ custom.jst
│ │ │ │ │ │ defaults.def
│ │ │ │ │ │ definitions.def
│ │ │ │ │ │ dependencies.jst
│ │ │ │ │ │ enum.jst
│ │ │ │ │ │ errors.def
│ │ │ │ │ │ format.jst
│ │ │ │ │ │ if.jst
│ │ │ │ │ │ items.jst
│ │ │ │ │ │ missing.def
│ │ │ │ │ │ multipleOf.jst
│ │ │ │ │ │ not.jst
│ │ │ │ │ │ oneOf.jst
│ │ │ │ │ │ pattern.jst
│ │ │ │ │ │ properties.jst
│ │ │ │ │ │ propertyNames.jst
│ │ │ │ │ │ ref.jst
│ │ │ │ │ │ required.jst
│ │ │ │ │ │ uniqueItems.jst
│ │ │ │ │ │ validate.jst
│ │ │ │ │ │ _limit.jst
│ │ │ │ │ │ _limitItems.jst
│ │ │ │ │ │ _limitLength.jst
│ │ │ │ │ └ _limitProperties.jst
│ │ │ │ ├ dotjs
│ │ │ │ │ │ allOf.js
│ │ │ │ │ │ anyOf.js
│ │ │ │ │ │ comment.js
│ │ │ │ │ │ const.js
│ │ │ │ │ │ contains.js
│ │ │ │ │ │ custom.js
│ │ │ │ │ │ dependencies.js
│ │ │ │ │ │ enum.js
│ │ │ │ │ │ format.js
│ │ │ │ │ │ if.js
│ │ │ │ │ │ index.js
│ │ │ │ │ │ items.js
│ │ │ │ │ │ multipleOf.js
│ │ │ │ │ │ not.js
│ │ │ │ │ │ oneOf.js
│ │ │ │ │ │ pattern.js
│ │ │ │ │ │ properties.js
│ │ │ │ │ │ propertyNames.js
│ │ │ │ │ │ README.md
│ │ │ │ │ │ ref.js
│ │ │ │ │ │ required.js
│ │ │ │ │ │ uniqueItems.js
│ │ │ │ │ │ validate.js
│ │ │ │ │ │ _limit.js
│ │ │ │ │ │ _limitItems.js
│ │ │ │ │ │ _limitLength.js
│ │ │ │ │ └ _limitProperties.js
│ │ │ │ └ refs
│ │ │ │ │ data.json
│ │ │ │ │ json-schema-draft-04.json
│ │ │ │ │ json-schema-draft-06.json
│ │ │ │ │ json-schema-draft-07.json
│ │ │ │ └ json-schema-secure.json
│ │ │ └ scripts
│ │ │ │ .eslintrc.yml
│ │ │ │ bundle.js
│ │ │ │ compile-dots.js
│ │ │ │ info
│ │ │ │ prepare-tests
│ │ │ │ publish-built-version
│ │ │ └ travis-gh-pages
│ │ ├ align-text
│ │ │ │ index.js
│ │ │ │ LICENSE
│ │ │ │ package.json
│ │ │ └ README.md
│ │ ├ amdefine
│ │ │ │ amdefine.js
│ │ │ │ intercept.js
│ │ │ │ LICENSE
│ │ │ │ package.json
│ │ │ └ README.md
│ │ ├ array-flatten
│ │ │ │ array-flatten.js
│ │ │ │ LICENSE
│ │ │ │ package.json
│ │ │ └ README.md
│ │ ├ asap
│ │ │ │ asap.js
│ │ │ │ browser-asap.js
│ │ │ │ browser-raw.js
│ │ │ │ CHANGES.md
│ │ │ │ LICENSE.md
│ │ │ │ package.json
│ │ │ │ raw.js
│ │ │ └ README.md
│ │ ├ asn1
│ │ │ │ LICENSE
│ │ │ │ package.json
│ │ │ │ README.md
│ │ │ └ lib
│ │ │ │ index.js
│ │ │ └ ber
│ │ │ │ errors.js
│ │ │ │ index.js
│ │ │ │ reader.js
│ │ │ │ types.js
│ │ │ └ writer.js
│ │ ├ assert-plus
│ │ │ │ assert.js
│ │ │ │ AUTHORS
│ │ │ │ CHANGES.md
│ │ │ │ package.json
│ │ │ └ README.md
│ │ ├ asynckit
│ │ │ │ bench.js
│ │ │ │ index.js
│ │ │ │ LICENSE
│ │ │ │ package.json
│ │ │ │ parallel.js
│ │ │ │ README.md
│ │ │ │ serial.js
│ │ │ │ serialOrdered.js
│ │ │ │ stream.js
│ │ │ └ lib
│ │ │ │ abort.js
│ │ │ │ async.js
│ │ │ │ defer.js
│ │ │ │ iterate.js
│ │ │ │ readable_asynckit.js
│ │ │ │ readable_parallel.js
│ │ │ │ readable_serial.js
│ │ │ │ readable_serial_ordered.js
│ │ │ │ state.js
│ │ │ │ streamify.js
│ │ │ └ terminator.js
│ │ ├ aws-sign2
│ │ │ │ index.js
│ │ │ │ LICENSE
│ │ │ │ package.json
│ │ │ └ README.md
│ │ ├ aws4
│ │ │ │ .travis.yml
│ │ │ │ aws4.js
│ │ │ │ LICENSE
│ │ │ │ lru.js
│ │ │ │ package.json
│ │ │ │ README.md
│ │ │ └ .github
│ │ │ └ FUNDING.yml
│ │ ├ balanced-match
│ │ │ │ index.js
│ │ │ │ LICENSE.md
│ │ │ │ package.json