在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → nodejs(express4)+mysql增删查改+批量上传下载后台管理程序

nodejs(express4)+mysql增删查改+批量上传下载后台管理程序

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:5.93M
  • 下载次数:10
  • 浏览次数:76
  • 发布时间:2020-10-12
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
增删查改,批量上传下载完整功能,解决express4与旧版本差异代码中已注释, 运行代码之前请先看README.txt文件,按照配置把数据库配置好,程序就可以直接运行, 有什么问题,请在下面评论,会在最短时间回复。
【实例截图】
【核心代码】
forumManager
└── forumManager
├── app.js
├── bin
│   └── www
├── database.js
├── models
│   ├── resource.js
│   └── user.js
├── node_modules
│   ├── accepts
│   │   ├── HISTORY.md
│   │   ├── index.js
│   │   ├── LICENSE
│   │   ├── package.json
│   │   └── README.md
│   ├── append-field
│   │   ├── index.js
│   │   ├── lib
│   │   │   ├── parse-path.js
│   │   │   └── set-value.js
│   │   ├── LICENSE
│   │   ├── package.json
│   │   ├── README.md
│   │   └── test
│   │   └── forms.js
│   ├── 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
│   ├── balanced-match
│   │   ├── example.js
│   │   ├── index.js
│   │   ├── LICENSE.md
│   │   ├── Makefile
│   │   ├── package.json
│   │   ├── README.md
│   │   └── test
│   │   └── balanced.js
│   ├── base64-url
│   │   ├── index.js
│   │   ├── LICENSE
│   │   ├── package.json
│   │   └── README.md
│   ├── basic-auth
│   │   ├── HISTORY.md
│   │   ├── index.js
│   │   ├── LICENSE
│   │   ├── package.json
│   │   └── README.md
│   ├── bcs-nodejs-sdk
│   │   ├── bcs.js
│   │   ├── package.json
│   │   ├── README.md
│   │   ├── sign.js
│   │   ├── test
│   │   │   └── test.js
│   │   └── util.js
│   ├── bignumber.js
│   │   ├── bignumber.js
│   │   ├── bignumber.js.map
│   │   ├── bignumber.min.js
│   │   ├── bower.json
│   │   ├── doc
│   │   │   └── API.html
│   │   ├── LICENCE
│   │   ├── package.json
│   │   └── README.md
│   ├── body-parser
│   │   ├── HISTORY.md
│   │   ├── index.js
│   │   ├── lib
│   │   │   ├── read.js
│   │   │   └── types
│   │   │   ├── json.js
│   │   │   ├── raw.js
│   │   │   ├── text.js
│   │   │   └── urlencoded.js
│   │   ├── LICENSE
│   │   ├── package.json
│   │   └── README.md
│   ├── brace-expansion
│   │   ├── example.js
│   │   ├── index.js
│   │   ├── package.json
│   │   └── README.md
│   ├── busboy
│   │   ├── deps
│   │   │   └── encoding
│   │   │   ├── encoding-indexes.js
│   │   │   └── encoding.js
│   │   ├── lib
│   │   │   ├── main.js
│   │   │   ├── types
│   │   │   │   ├── multipart.js
│   │   │   │   └── urlencoded.js
│   │   │   └── utils.js
│   │   ├── LICENSE
│   │   ├── package.json
│   │   ├── README.md
│   │   └── test
│   │   ├── test.js
│   │   ├── test-types-multipart.js
│   │   ├── test-types-urlencoded.js
│   │   ├── test-utils-decoder.js
│   │   └── test-utils-parse-params.js
│   ├── bytes
│   │   ├── History.md
│   │   ├── index.js
│   │   ├── package.json
│   │   └── Readme.md
│   ├── concat-map
│   │   ├── example
│   │   │   └── map.js
│   │   ├── index.js
│   │   ├── LICENSE
│   │   ├── package.json
│   │   ├── README.markdown
│   │   └── test
│   │   └── map.js
│   ├── concat-stream
│   │   ├── index.js
│   │   ├── LICENSE
│   │   ├── node_modules
│   │   │   └── readable-stream
│   │   │   ├── doc
│   │   │   │   ├── stream.markdown
│   │   │   │   └── wg-meetings
│   │   │   │   └── 2015-01-30.md
│   │   │   ├── duplex.js
│   │   │   ├── lib
│   │   │   │   ├── _stream_duplex.js
│   │   │   │   ├── _stream_passthrough.js
│   │   │   │   ├── _stream_readable.js
│   │   │   │   ├── _stream_transform.js
│   │   │   │   └── _stream_writable.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   ├── passthrough.js
│   │   │   ├── readable.js
│   │   │   ├── README.md
│   │   │   ├── transform.js
│   │   │   └── writable.js
│   │   ├── package.json
│   │   └── readme.md
│   ├── content-disposition
│   │   ├── HISTORY.md
│   │   ├── index.js
│   │   ├── LICENSE
│   │   ├── package.json
│   │   └── README.md
│   ├── content-type
│   │   ├── HISTORY.md
│   │   ├── index.js
│   │   ├── LICENSE
│   │   ├── package.json
│   │   └── README.md
│   ├── cookie
│   │   ├── index.js
│   │   ├── LICENSE
│   │   ├── package.json
│   │   └── README.md
│   ├── cookie-parser
│   │   ├── HISTORY.md
│   │   ├── index.js
│   │   ├── lib
│   │   │   └── parse.js
│   │   ├── LICENSE
│   │   ├── package.json
│   │   └── README.md
│   ├── cookie-signature
│   │   ├── History.md
│   │   ├── index.js
│   │   ├── package.json
│   │   └── Readme.md
│   ├── core-util-is
│   │   ├── float.patch
│   │   ├── lib
│   │   │   └── util.js
│   │   ├── package.json
│   │   ├── README.md
│   │   └── util.js
│   ├── crc
│   │   ├── lib
│   │   │   ├── crc16_ccitt.js
│   │   │   ├── crc16.js
│   │   │   ├── crc16_modbus.js
│   │   │   ├── crc16_xmodem.js
│   │   │   ├── crc1.js
│   │   │   ├── crc24.js
│   │   │   ├── crc32.js
│   │   │   ├── crc8_1wire.js
│   │   │   ├── crc8.js
│   │   │   ├── crc.js
│   │   │   ├── create.js
│   │   │   ├── hex.js
│   │   │   └── index.js
│   │   ├── LICENSE
│   │   ├── package.json
│   │   └── README.md
│   ├── debug
│   │   ├── bower.json
│   │   ├── browser.js
│   │   ├── component.json
│   │   ├── debug.js
│   │   ├── History.md
│   │   ├── Makefile
│   │   ├── node.js
│   │   ├── package.json
│   │   └── Readme.md
│   ├── depd
│   │   ├── History.md
│   │   ├── index.js
│   │   ├── lib
│   │   │   └── compat
│   │   │   ├── buffer-concat.js
│   │   │   ├── callsite-tostring.js
│   │   │   └── index.js
│   │   ├── LICENSE
│   │   ├── package.json
│   │   └── Readme.md
│   ├── destroy
│   │   ├── index.js
│   │   ├── package.json
│   │   └── README.md
│   ├── dicer
│   │   ├── bench
│   │   │   ├── dicer-bench-multipart-parser.js
│   │   │   ├── formidable-bench-multipart-parser.js
│   │   │   ├── multipartser-bench-multipart-parser.js
│   │   │   ├── multiparty-bench-multipart-parser.js
│   │   │   ├── parted-bench-multipart-parser.js
│   │   │   └── parted-multipart.js
│   │   ├── lib
│   │   │   ├── Dicer.js
│   │   │   ├── HeaderParser.js
│   │   │   └── PartStream.js
│   │   ├── LICENSE
│   │   ├── package.json
│   │   ├── README.md
│   │   └── test
│   │   ├── fixtures
│   │   │   ├── many
│   │   │   │   ├── original
│   │   │   │   ├── part1
│   │   │   │   ├── part1.header
│   │   │   │   ├── part2
│   │   │   │   ├── part2.header
│   │   │   │   ├── part3
│   │   │   │   ├── part3.header
│   │   │   │   ├── part4
│   │   │   │   ├── part4.header
│   │   │   │   ├── part5
│   │   │   │   ├── part5.header
│   │   │   │   ├── part6
│   │   │   │   ├── part6.header
│   │   │   │   ├── part7
│   │   │   │   └── part7.header
│   │   │   ├── many-noend
│   │   │   │   ├── original
│   │   │   │   ├── part1
│   │   │   │   ├── part1.header
│   │   │   │   ├── part2
│   │   │   │   ├── part2.header
│   │   │   │   ├── part3
│   │   │   │   ├── part3.header
│   │   │   │   ├── part4
│   │   │   │   ├── part4.header
│   │   │   │   ├── part5
│   │   │   │   ├── part5.header
│   │   │   │   ├── part6
│   │   │   │   ├── part6.header
│   │   │   │   └── part7.header
│   │   │   ├── many-wrongboundary
│   │   │   │   ├── original
│   │   │   │   ├── preamble
│   │   │   │   └── preamble.error
│   │   │   ├── nested
│   │   │   │   ├── original
│   │   │   │   ├── part1
│   │   │   │   ├── part1.header
│   │   │   │   ├── part2
│   │   │   │   └── part2.header
│   │   │   └── nested-full
│   │   │   ├── original
│   │   │   ├── part1
│   │   │   ├── part1.header
│   │   │   ├── part2
│   │   │   ├── part2.header
│   │   │   └── preamble.header
│   │   ├── test-endfinish.js
│   │   ├── test-headerparser.js
│   │   ├── test.js
│   │   ├── test-multipart-extra-trailer.js
│   │   ├── test-multipart.js
│   │   └── test-multipart-nolisteners.js
│   ├── ee-first
│   │   ├── index.js
│   │   ├── LICENSE
│   │   ├── package.json
│   │   └── README.md
│   ├── ejs
│   │   ├── ejs.js
│   │   ├── ejs.min.js
│   │   ├── Jakefile
│   │   ├── lib
│   │   │   ├── ejs.js
│   │   │   └── utils.js
│   │   ├── package.json
│   │   ├── README.md
│   │   └── test
│   │   ├── ejs.js
│   │   ├── fixtures
│   │   │   ├── backslash.ejs
│   │   │   ├── backslash.html
│   │   │   ├── comments.ejs
│   │   │   ├── comments.html
│   │   │   ├── consecutive-tags.ejs
│   │   │   ├── consecutive-tags.html
│   │   │   ├── double-quote.ejs
│   │   │   ├── double-quote.html
│   │   │   ├── error.ejs
│   │   │   ├── error.out
│   │   │   ├── fail.ejs
│   │   │   ├── hello-world.ejs
│   │   │   ├── include-abspath.ejs
│   │   │   ├── include_cache.ejs
│   │   │   ├── include_cache.html
│   │   │   ├── include.css.ejs
│   │   │   ├── include.css.html
│   │   │   ├── include.ejs
│   │   │   ├── include.html
│   │   │   ├── include_preprocessor_cache.ejs
│   │   │   ├── include_preprocessor_cache.html
│   │   │   ├── include_preprocessor.css.ejs
│   │   │   ├── include_preprocessor.css.html
│   │   │   ├── include_preprocessor.ejs
│   │   │   ├── include_preprocessor.html
│   │   │   ├── includes
│   │   │   │   ├── bom.ejs
│   │   │   │   ├── menu
│   │   │   │   │   └── item.ejs
│   │   │   │   └── menu-item.ejs
│   │   │   ├── include-simple.ejs
│   │   │   ├── include-simple.html
│   │   │   ├── literal.ejs
│   │   │   ├── literal.html
│   │   │   ├── menu.ejs
│   │   │   ├── menu.html
│   │   │   ├── menu_preprocessor.ejs
│   │   │   ├── menu_preprocessor.html
│   │   │   ├── menu_var.ejs
│   │   │   ├── messed.ejs
│   │   │   ├── messed.html
│   │   │   ├── newlines.ejs
│   │   │   ├── newlines.html
│   │   │   ├── newlines.mixed.ejs
│   │   │   ├── newlines.mixed.html
│   │   │   ├── no.newlines.ejs
│   │   │   ├── no.newlines.error.ejs
│   │   │   ├── no.newlines.html
│   │   │   ├── no.semicolons.ejs
│   │   │   ├── no.semicolons.html
│   │   │   ├── para.ejs
│   │   │   ├── pet.ejs
│   │   │   ├── rmWhitespace.ejs
│   │   │   ├── rmWhitespace.html
│   │   │   ├── single-quote.ejs
│   │   │   ├── single-quote.html
│   │   │   ├── space-and-tab-slurp.ejs
│   │   │   ├── space-and-tab-slurp.html
│   │   │   ├── style.css
│   │   │   ├── user.ejs
│   │   │   ├── user-no-with.ejs
│   │   │   └── with-context.ejs
│   │   ├── mocha.opts
│   │   └── tmp
│   │   ├── include.ejs
│   │   ├── include_preprocessor.ejs
│   │   └── renderFile.ejs
│   ├── escape-html
│   │   ├── index.js
│   │   ├── LICENSE
│   │   ├── package.json
│   │   └── Readme.md
│   ├── etag
│   │   ├── HISTORY.md
│   │   ├── index.js
│   │   ├── LICENSE
│   │   ├── package.json
│   │   └── README.md
│   ├── express
│   │   ├── History.md
│   │   ├── index.js
│   │   ├── lib
│   │   │   ├── application.js
│   │   │   ├── express.js
│   │   │   ├── middleware
│   │   │   │   ├── init.js
│   │   │   │   └── query.js
│   │   │   ├── request.js
│   │   │   ├── response.js
│   │   │   ├── router
│   │   │   │   ├── index.js
│   │   │   │   ├── layer.js
│   │   │   │   └── route.js
│   │   │   ├── utils.js
│   │   │   └── view.js
│   │   ├── LICENSE
│   │   ├── package.json
│   │   └── Readme.md
│   ├── express-session
│   │   ├── HISTORY.md
│   │   ├── index.js
│   │   ├── LICENSE
│   │   ├── node_modules
│   │   │   ├── cookie
│   │   │   │   ├── HISTORY.md
│   │   │   │   ├── index.js
│   │   │   │   ├── LICENSE
│   │   │   │   ├── package.json
│   │   │   │   └── README.md
│   │   │   └── depd
│   │   │   ├── History.md
│   │   │   ├── index.js
│   │   │   ├── lib
│   │   │   │   ├── browser
│   │   │   │   │   └── index.js
│   │   │   │   └── compat
│   │   │   │   ├── buffer-concat.js
│   │   │   │   ├── callsite-tostring.js
│   │   │   │   ├── event-listener-count.js
│   │   │   │   └── index.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── Readme.md
│   │   ├── package.json
│   │   ├── README.md
│   │   └── session
│   │   ├── cookie.js
│   │   ├── memory.js
│   │   ├── session.js
│   │   └── store.js
│   ├── fd-slicer
│   │   ├── CHANGELOG.md
│   │   ├── index.js
│   │   ├── LICENSE
│   │   ├── package.json
│   │   ├── README.md
│   │   └── test
│   │   └── test.js
│   ├── finalhandler
│   │   ├── HISTORY.md
│   │   ├── index.js
│   │   ├── LICENSE
│   │   ├── package.json
│   │   └── README.md
│   ├── formidable
│   │   ├── index.js
│   │   ├── lib
│   │   │   ├── file.js
│   │   │   ├── incoming_form.js
│   │   │   ├── index.js
│   │   │   ├── json_parser.js
│   │   │   ├── multipart_parser.js
│   │   │   ├── octet_parser.js
│   │   │   └── querystring_parser.js
│   │   ├── LICENSE
│   │   ├── package.json
│   │   └── Readme.md
│   ├── forwarded
│   │   ├── HISTORY.md
│   │   ├── index.js
│   │   ├── LICENSE
│   │   ├── package.json
│   │   └── README.md
│   ├── fresh
│   │   ├── HISTORY.md
│   │   ├── index.js
│   │   ├── LICENSE
│   │   ├── package.json
│   │   └── README.md
│   ├── fs-extra
│   │   ├── CHANGELOG.md
│   │   ├── lib
│   │   │   ├── _copy.js
│   │   │   ├── copy.js
│   │   │   ├── create.js
│   │   │   ├── index.js
│   │   │   ├── json.js
│   │   │   ├── mkdir.js
│   │   │   ├── move.js
│   │   │   ├── output.js
│   │   │   └── remove.js
│   │   ├── LICENSE
│   │   ├── package.json
│   │   └── README.md
│   ├── glob
│   │   ├── common.js
│   │   ├── glob.js
│   │   ├── LICENSE
│   │   ├── package.json
│   │   ├── README.md
│   │   └── sync.js
│   ├── graceful-fs
│   │   ├── fs.js
│   │   ├── graceful-fs.js
│   │   ├── LICENSE
│   │   ├── package.json
│   │   ├── polyfills.js
│   │   ├── README.md
│   │   └── test
│   │   ├── max-open.js
│   │   ├── open.js
│   │   ├── readdir-sort.js
│   │   └── write-then-read.js
│   ├── http
│   │   └── package.json
│   ├── http-errors
│   │   ├── HISTORY.md
│   │   ├── index.js
│   │   ├── LICENSE
│   │   ├── package.json
│   │   └── README.md
│   ├── iconv-lite
│   │   ├── Changelog.md
│   │   ├── encodings
│   │   │   ├── dbcs-codec.js
│   │   │   ├── dbcs-data.js
│   │   │   ├── index.js
│   │   │   ├── internal.js
│   │   │   ├── sbcs-codec.js
│   │   │   ├── sbcs-data-generated.js
│   │   │   ├── sbcs-data.js
│   │   │   ├── tables
│   │   │   │   ├── big5-added.json
│   │   │   │   ├── cp936.json
│   │   │   │   ├── cp949.json
│   │   │   │   ├── cp950.json
│   │   │   │   ├── eucjp.json
│   │   │   │   ├── gb18030-ranges.json
│   │   │   │   ├── gbk-added.json
│   │   │   │   └── shiftjis.json
│   │   │   ├── utf16.js
│   │   │   └── utf7.js
│   │   ├── lib
│   │   │   ├── bom-handling.js
│   │   │   ├── extend-node.js
│   │   │   ├── index.js
│   │   │   └── streams.js
│   │   ├── LICENSE
│   │   ├── package.json
│   │   └── README.md
│   ├── inflight
│   │   ├── inflight.js
│   │   ├── LICENSE
│   │   ├── package.json
│   │   ├── README.md
│   │   └── test.js
│   ├── inherits
│   │   ├── inherits_browser.js
│   │   ├── inherits.js
│   │   ├── LICENSE
│   │   ├── package.json
│   │   ├── README.md
│   │   └── test.js
│   ├── ipaddr.js
│   │   ├── Cakefile
│   │   ├── ipaddr.min.js
│   │   ├── lib
│   │   │   └── ipaddr.js
│   │   ├── LICENSE
│   │   ├── package.json
│   │   ├── README.md
│   │   ├── src
│   │   │   └── ipaddr.coffee
│   │   └── test
│   │   └── ipaddr.test.coffee
│   ├── isarray
│   │   ├── build
│   │   │   └── build.js
│   │   ├── component.json
│   │   ├── index.js
│   │   ├── package.json
│   │   └── README.md
│   ├── jsonfile
│   │   ├── CHANGELOG.md
│   │   ├── index.js
│   │   ├── LICENSE
│   │   ├── package.json
│   │   └── README.md
│   ├── media-typer
│   │   ├── HISTORY.md
│   │   ├── index.js
│   │   ├── LICENSE
│   │   ├── package.json
│   │   └── README.md
│   ├── merge-descriptors
│   │   ├── index.js
│   │   ├── LICENSE
│   │   ├── package.json
│   │   └── README.md
│   ├── methods
│   │   ├── HISTORY.md
│   │   ├── index.js
│   │   ├── LICENSE
│   │   ├── package.json
│   │   └── README.md
│   ├── mime
│   │   ├── build
│   │   │   ├── build.js
│   │   │   └── test.js
│   │   ├── cli.js
│   │   ├── LICENSE
│   │   ├── mime.js
│   │   ├── package.json
│   │   ├── README.md
│   │   └── types.json
│   ├── mime-db
│   │   ├── db.json
│   │   ├── HISTORY.md
│   │   ├── index.js
│   │   ├── LICENSE
│   │   ├── package.json
│   │   └── README.md
│   ├── mime-types
│   │   ├── HISTORY.md
│   │   ├── index.js
│   │   ├── LICENSE
│   │   ├── package.json
│   │   └── README.md
│   ├── minimatch
│   │   ├── LICENSE
│   │   ├── minimatch.js
│   │   ├── package.json
│   │   └── README.md
│   ├── minimist
│   │   ├── example
│   │   │   └── parse.js
│   │   ├── index.js
│   │   ├── LICENSE
│   │   ├── package.json
│   │   ├── readme.markdown
│   │   └── test
│   │   ├── dash.js
│   │   ├── default_bool.js
│   │   ├── dotted.js
│   │   ├── long.js
│   │   ├── parse.js
│   │   ├── parse_modified.js
│   │   ├── short.js
│   │   └── whitespace.js
│   ├── mkdirp
│   │   ├── bin
│   │   │   ├── cmd.js
│   │   │   └── usage.txt
│   │   ├── examples
│   │   │   └── pow.js
│   │   ├── index.js
│   │   ├── LICENSE
│   │   ├── package.json
│   │   ├── readme.markdown
│   │   └── test
│   │   ├── chmod.js
│   │   ├── clobber.js
│   │   ├── mkdirp.js
│   │   ├── opts_fs.js
│   │   ├── opts_fs_sync.js
│   │   ├── perm.js
│   │   ├── perm_sync.js
│   │   ├── race.js
│   │   ├── rel.js
│   │   ├── return.js
│   │   ├── return_sync.js
│   │   ├── root.js
│   │   ├── sync.js
│   │   ├── umask.js
│   │   └── umask_sync.js
│   ├── morgan
│   │   ├── HISTORY.md
│   │   ├── index.js
│   │   ├── LICENSE
│   │   ├── package.json
│   │   └── README.md
│   ├── ms
│   │   ├── History.md
│   │   ├── index.js
│   │   ├── LICENSE
│   │   ├── package.json
│   │   └── README.md
│   ├── multer
│   │   ├── CHANGELOG.md
│   │   ├── index.js
│   │   ├── lib
│   │   │   ├── counter.js
│   │   │   ├── file-appender.js
│   │   │   ├── make-error.js
│   │   │   ├── make-middleware.js
│   │   │   └── remove-uploaded-files.js
│   │   ├── LICENSE
│   │   ├── package.json
│   │   ├── README.md
│   │   └── storage
│   │   ├── disk.js
│   │   └── memory.js
│   ├── multiparty
│   │   ├── CHANGELOG.md
│   │   ├── index.js
│   │   ├── LICENSE
│   │   ├── package.json
│   │   └── README.md
│   ├── mysql
│   │   ├── Changes.md
│   │   ├── index.js
│   │   ├── lib
│   │   │   ├── ConnectionConfig.js
│   │   │   ├── Connection.js
│   │   │   ├── PoolCluster.js
│   │   │   ├── PoolConfig.js
│   │   │   ├── PoolConnection.js
│   │   │   ├── Pool.js
│   │   │   ├── PoolNamespace.js
│   │   │   ├── PoolSelector.js
│   │   │   └── protocol
│   │   │   ├── Auth.js
│   │   │   ├── constants
│   │   │   │   ├── charsets.js
│   │   │   │   ├── client.js
│   │   │   │   ├── errors.js
│   │   │   │   ├── field_flags.js
│   │   │   │   ├── server_status.js
│   │   │   │   ├── ssl_profiles.js
│   │   │   │   └── types.js
│   │   │   ├── PacketHeader.js
│   │   │   ├── packets
│   │   │   │   ├── ClientAuthenticationPacket.js
│   │   │   │   ├── ComChangeUserPacket.js
│   │   │   │   ├── ComPingPacket.js
│   │   │   │   ├── ComQueryPacket.js
│   │   │   │   ├── ComQuitPacket.js
│   │   │   │   ├── ComStatisticsPacket.js
│   │   │   │   ├── EmptyPacket.js
│   │   │   │   ├── EofPacket.js
│   │   │   │   ├── ErrorPacket.js
│   │   │   │   ├── Field.js
│   │   │   │   ├── FieldPacket.js
│   │   │   │   ├── HandshakeInitializationPacket.js
│   │   │   │   ├── index.js
│   │   │   │   ├── LocalDataFilePacket.js
│   │   │   │   ├── OkPacket.js
│   │   │   │   ├── OldPasswordPacket.js
│   │   │   │   ├── ResultSetHeaderPacket.js
│   │   │   │   ├── RowDataPacket.js
│   │   │   │   ├── SSLRequestPacket.js
│   │   │   │   ├── StatisticsPacket.js
│   │   │   │   └── UseOldPasswordPacket.js
│   │   │   ├── PacketWriter.js
│   │   │   ├── Parser.js
│   │   │   ├── Protocol.js
│   │   │   ├── ResultSet.js
│   │   │   ├── sequences
│   │   │   │   ├── ChangeUser.js
│   │   │   │   ├── Handshake.js
│   │   │   │   ├── index.js
│   │   │   │   ├── Ping.js
│   │   │   │   ├── Query.js
│   │   │   │   ├── Quit.js
│   │   │   │   ├── Sequence.js
│   │   │   │   └── Statistics.js
│   │   │   └── SqlString.js
│   │   ├── License
│   │   ├── package.json
│   │   └── Readme.md
│   ├── negotiator
│   │   ├── HISTORY.md
│   │   ├── index.js
│   │   ├── lib
│   │   │   ├── charset.js
│   │   │   ├── encoding.js
│   │   │   ├── language.js
│   │   │   └── mediaType.js
│   │   ├── LICENSE
│   │   ├── package.json
│   │   └── README.md
│   ├── object-assign
│   │   ├── index.js
│   │   ├── license
│   │   ├── package.json
│   │   └── readme.md
│   ├── once
│   │   ├── LICENSE
│   │   ├── once.js
│   │   ├── package.json
│   │   └── README.md
│   ├── on-finished
│   │   ├── HISTORY.md
│   │   ├── index.js
│   │   ├── LICENSE
│   │   ├── package.json
│   │   └── README.md
│   ├── on-headers
│   │   ├── HISTORY.md
│   │   ├── index.js
│   │   ├── LICENSE
│   │   ├── package.json
│   │   └── README.md
│   ├── parseurl
│   │   ├── HISTORY.md
│   │   ├── index.js
│   │   ├── LICENSE
│   │   ├── package.json
│   │   └── README.md
│   ├── path-is-absolute
│   │   ├── index.js
│   │   ├── license
│   │   ├── package.json
│   │   └── readme.md
│   ├── path-to-regexp
│   │   ├── History.md
│   │   ├── index.js
│   │   ├── LICENSE
│   │   ├── package.json
│   │   └── Readme.md
│   ├── pend
│   │   ├── index.js
│   │   ├── LICENSE
│   │   ├── package.json
│   │   ├── README.md
│   │   └── test.js
│   ├── process-nextick-args
│   │   ├── index.js
│   │   ├── license.md
│   │   ├── package.json
│   │   ├── readme.md
│   │   └── test.js
│   ├── promise
│   │   ├── build.js
│   │   ├── core.js
│   │   ├── domains
│   │   │   ├── core.js
│   │   │   ├── done.js
│   │   │   ├── es6-extensions.js
│   │   │   ├── finally.js
│   │   │   ├── index.js
│   │   │   └── node-extensions.js
│   │   ├── index.js
│   │   ├── lib
│   │   │   ├── core.js
│   │   │   ├── done.js
│   │   │   ├── es6-extensions.js
│   │   │   ├── finally.js
│   │   │   ├── index.js
│   │   │   └── node-extensions.js
│   │   ├── LICENSE
│   │   ├── package.json
│   │   ├── polyfill-done.js
│   │   ├── polyfill.js
│   │   ├── Readme.md
│   │   ├── setimmediate
│   │   │   ├── core.js
│   │   │   ├── done.js
│   │   │   ├── es6-extensions.js
│   │   │   ├── finally.js
│   │   │   ├── index.js
│   │   │   └── node-extensions.js
│   │   └── src
│   │   ├── core.js
│   │   ├── done.js
│   │   ├── es6-extensions.js
│   │   ├── finally.js
│   │   ├── index.js
│   │   └── node-extensions.js
│   ├── proxy-addr
│   │   ├── HISTORY.md
│   │   ├── index.js
│   │   ├── LICENSE
│   │   ├── package.json
│   │   └── README.md
│   ├── punycode
│   │   ├── LICENSE-MIT.txt
│   │   ├── package.json
│   │   ├── punycode.js
│   │   └── README.md
│   ├── qs
│   │   ├── bower.json
│   │   ├── CHANGELOG.md
│   │   ├── CONTRIBUTING.md
│   │   ├── lib
│   │   │   ├── index.js
│   │   │   ├── parse.js
│   │   │   ├── stringify.js
│   │   │   └── utils.js
│   │   ├── LICENSE
│   │   ├── package.json
│   │   ├── README.md
│   │   └── test
│   │   ├── parse.js
│   │   ├── stringify.js
│   │   └── utils.js
│   ├── querystring
│   │   ├── decode.js
│   │   ├── encode.js
│   │   ├── History.md
│   │   ├── index.js
│   │   ├── License.md
│   │   ├── package.json
│   │   ├── Readme.md
│   │   └── test
│   │   ├── common-index.js
│   │   ├── index.js
│   │   └── tap-index.js
│   ├── range-parser
│   │   ├── HISTORY.md
│   │   ├── index.js
│   │   ├── LICENSE
│   │   ├── package.json
│   │   └── README.md
│   ├── raw-body
│   │   ├── HISTORY.md
│   │   ├── index.js
│   │   ├── LICENSE
│   │   ├── node_modules
│   │   │   └── iconv-lite
│   │   │   ├── Changelog.md
│   │   │   ├── encodings
│   │   │   │   ├── dbcs-codec.js
│   │   │   │   ├── dbcs-data.js
│   │   │   │   ├── index.js
│   │   │   │   ├── internal.js
│   │   │   │   ├── sbcs-codec.js
│   │   │   │   ├── sbcs-data-generated.js
│   │   │   │   ├── sbcs-data.js
│   │   │   │   ├── tables
│   │   │   │   │   ├── big5-added.json
│   │   │   │   │   ├── cp936.json
│   │   │   │   │   ├── cp949.json
│   │   │   │   │   ├── cp950.json
│   │   │   │   │   ├── eucjp.json
│   │   │   │   │   ├── gb18030-ranges.json
│   │   │   │   │   ├── gbk-added.json
│   │   │   │   │   └── shiftjis.json
│   │   │   │   ├── utf16.js
│   │   │   │   └── utf7.js
│   │   │   ├── lib
│   │   │   │   ├── bom-handling.js
│   │   │   │   ├── extend-node.js
│   │   │   │   ├── index.js
│   │   │   │   └── streams.js
│   │   │   ├── LICENSE
│   │   │   ├── package.json
│   │   │   └── README.md
│   │   ├── package.json
│   │   └── README.md
│   ├── readable-stream
│   │   ├── duplex.js
│   │   ├── float.patch
│   │   ├── lib
│   │   │   ├── _stream_duplex.js
│   │   │   ├── _stream_passthrough.js
│   │   │   ├── _stream_readable.js
│   │   │   ├── _stream_transform.js
│   │   │   └── _stream_writable.js
│   │   ├── LICENSE
│   │   ├── package.json
│   │   ├── passthrough.js
│   │   ├── readable.js
│   │   ├── README.md
│   │   ├── transform.js
│   │   └── writable.js
│   ├── rimraf
│   │   ├── bin.js
│   │   ├── LICENSE
│   │   ├── package.json
│   │   ├── README.md
│   │   └── rimraf.js
│   ├── send
│   │   ├── HISTORY.md
│   │   ├── index.js
│   │   ├── LICENSE
│   │   ├── package.json
│   │   └── README.md
│   ├── serve-favicon
│   │   ├── HISTORY.md
│   │   ├── index.js
│   │   ├── LICENSE
│   │   ├── package.json
│   │   └── README.md
│   ├── serve-static
│   │   ├── HISTORY.md
│   │   ├── index.js
│   │   ├── LICENSE
│   │   ├── package.json
│   │   └── README.md
│   ├── statuses
│   │   ├── codes.json
│   │   ├── index.js
│   │   ├── LICENSE
│   │   ├── package.json
│   │   └── README.md
│   ├── streamsearch
│   │   ├── lib
│   │   │   └── sbmh.js
│   │   ├── LICENSE
│   │   ├── package.json
│   │   └── README.md
│   ├── string_decoder
│   │   ├── index.js
│   │   ├── LICENSE
│   │   ├── package.json
│   │   └── README.md
│   ├── typedarray
│   │   ├── example
│   │   │   └── tarray.js
│   │   ├── index.js
│   │   ├── LICENSE
│   │   ├── package.json
│   │   ├── readme.markdown
│   │   └── test
│   │   ├── server
│   │   │   └── undef_globals.js
│   │   └── tarray.js
│   ├── type-is
│   │   ├── HISTORY.md
│   │   ├── index.js
│   │   ├── LICENSE
│   │   ├── package.json
│   │   └── README.md
│   ├── ueditor-nodejs
│   │   ├── package.json
│   │   ├── README.md
│   │   ├── test
│   │   │   ├── nodejs
│   │   │   │   └── config.json
│   │   │   └── test.js
│   │   ├── ueditor.js
│   │   └── util.js
│   ├── uid-safe
│   │   ├── HISTORY.md
│   │   ├── index.js
│   │   ├── LICENSE
│   │   ├── package.json
│   │   └── README.md
│   ├── unpipe
│   │   ├── HISTORY.md
│   │   ├── index.js
│   │   ├── LICENSE
│   │   ├── package.json
│   │   └── README.md
│   ├── url
│   │   ├── LICENSE
│   │   ├── package.json
│   │   ├── README.md
│   │   ├── test.js
│   │   ├── url.js
│   │   └── util.js
│   ├── util-deprecate
│   │   ├── browser.js
│   │   ├── History.md
│   │   ├── LICENSE
│   │   ├── node.js
│   │   ├── package.json
│   │   └── README.md
│   ├── utils-merge
│   │   ├── index.js
│   │   ├── LICENSE
│   │   ├── package.json
│   │   └── README.md
│   ├── vary
│   │   ├── HISTORY.md
│   │   ├── index.js
│   │   ├── LICENSE
│   │   ├── package.json
│   │   └── README.md
│   ├── wrappy
│   │   ├── LICENSE
│   │   ├── package.json
│   │   ├── README.md
│   │   ├── test
│   │   │   └── basic.js
│   │   └── wrappy.js
│   └── xtend
│   ├── immutable.js
│   ├── LICENCE
│   ├── Makefile
│   ├── mutable.js
│   ├── package.json
│   ├── README.md
│   └── test.js
├── package.json
├── public
│   ├── images
│   │   └── base
│   │   ├── bg.jpg
│   │   └── cc.ico
│   ├── javascripts
│   │   ├── jquery.min.js
│   │   ├── login.js
│   │   ├── main.js
│   │   ├── resource.js
│   │   └── user.js
│   ├── resources
│   │   ├── 33634082_p0.jpg
│   │   ├── 38556854_p0.jpg
│   │   ├── 46557187_p0.jpg
│   │   ├── 49199474_p0.jpg
│   │   ├── 7acb0a46f21fbe093a1606e46f600c338644adf2.jpg
│   │   └── 8ad4b31c8701a18b31e37b519c2f07082838fea0.jpg
│   └── stylesheets
│   ├── base.css
│   └── theme-default.css
├── README.txt
├── routes
│   ├── index.js
│   ├── resources.js
│   └── users.js
├── settings.js
├── sql.sql
├── start.bat
├── utils
│   └── uuid.js
└── views
├── error.ejs
├── footer.ejs
├── header.ejs
├── index.ejs
└── login.ejs

205 directories, 930 files

标签:

实例下载地址

nodejs(express4)+mysql增删查改+批量上传下载后台管理程序

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警