在好例子网,分享、交流、成长!
您当前所在位置:首页Java 开发实例Android平台开发 → 图书管理系统

图书管理系统

Android平台开发

下载此实例
  • 开发语言:Java
  • 实例大小:90.59M
  • 下载次数:18
  • 浏览次数:149
  • 发布时间:2023-03-21
  • 实例类别:Android平台开发
  • 发 布 人:cccl543
  • 文件格式:.zip
  • 所需积分:2

实例介绍

【实例简介】图书管理系统

# 图书管理系统

## 环境

node.js    jdk 8.0  vue.js 2.0

## 技术选用

前端使用Vue Elementui建立用户视图,使用Springboot springData Jpa mysql 提供接口。

前端通过使用axios调用接口获取数据,从而渲染页面。

## 概述

1.前端可以将vue打包部署到nginx服务器 ,复制dist下面的文件放到nginx下面的html下面

2.vue打包 `npm run build` nginx启动 `start nginx`  nginx关闭 `nginx -s stop`

3.在后端项目可以在target下面找到library的jar包,直接`java  -jar libraryxx.jar`启动后台。

4.在后端项目中可以找到1.sql数据库直接注入。

5.访问 http://localhost:80/#/stuLog进入主页

(前端可以使用vue自带的server启动`npm run dev` 访问:http://localhost:8080/#/stuLog)

【实例截图】

from clipboard

from clipboard

from clipboard

【核心代码】
.
├── 好例子网_图书管理系统.zip
└── 图书管理系统
    ├── QQ录屏20210523174331.mp4
    └── 前端
        └── book_management_system
            ├── README.en.md
            ├── README.md
            └── libraryv1
                ├── README.md
                ├── build
                │   ├── build.js
                │   ├── check-versions.js
                │   ├── logo.png
                │   ├── utils.js
                │   ├── vue-loader.conf.js
                │   ├── webpack.base.conf.js
                │   ├── webpack.dev.conf.js
                │   └── webpack.prod.conf.js
                ├── config
                │   ├── dev.env.js
                │   ├── index.js
                │   └── prod.env.js
                ├── index.html
                └── node_modules
                    ├── @types
                    ├── accepts
                    ├── acorn
                    ├── acorn-dynamic-import
                    ├── ajv
                    ├── ajv-keywords
                    ├── align-text
                    ├── alphanum-sort
                    ├── ansi-html
                    ├── ansi-regex
                    ├── ansi-styles
                    ├── anymatch
                    ├── aproba
                    ├── argparse
                    ├── arr-diff
                    ├── arr-flatten
                    ├── arr-union
                    ├── array-find-index
                    ├── array-flatten
                    ├── array-includes
                    ├── array-union
                    ├── array-uniq
                    ├── array-unique
                    ├── asn1.js
                    ├── assert
                    ├── assign-symbols
                    ├── async
                    ├── async-each
                    ├── async-limiter
                    ├── async-validator
                    ├── atob
                    ├── autoprefixer
                    ├── axios
                    ├── babel-code-frame
                    ├── babel-core
                    ├── babel-generator
                    ├── babel-helper-bindify-decorators
                    ├── babel-helper-builder-binary-assignment-operator-visitor
                    ├── babel-helper-call-delegate
                    ├── babel-helper-define-map
                    ├── babel-helper-explode-assignable-expression
                    ├── babel-helper-explode-class
                    ├── babel-helper-function-name
                    ├── babel-helper-get-function-arity
                    ├── babel-helper-hoist-variables
                    ├── babel-helper-optimise-call-expression
                    ├── babel-helper-regex
                    ├── babel-helper-remap-async-to-generator
                    ├── babel-helper-replace-supers
                    ├── babel-helper-vue-jsx-merge-props
                    ├── babel-helpers
                    ├── babel-loader
                    ├── babel-messages
                    ├── babel-plugin-check-es2015-constants
                    ├── babel-plugin-syntax-async-functions
                    ├── babel-plugin-syntax-async-generators
                    ├── babel-plugin-syntax-class-properties
                    ├── babel-plugin-syntax-decorators
                    ├── babel-plugin-syntax-dynamic-import
                    ├── babel-plugin-syntax-exponentiation-operator
                    ├── babel-plugin-syntax-jsx
                    ├── babel-plugin-syntax-object-rest-spread
                    ├── babel-plugin-syntax-trailing-function-commas
                    ├── babel-plugin-transform-async-generator-functions
                    ├── babel-plugin-transform-async-to-generator
                    ├── babel-plugin-transform-class-properties
                    ├── babel-plugin-transform-decorators
                    ├── babel-plugin-transform-es2015-arrow-functions
                    ├── babel-plugin-transform-es2015-block-scoped-functions
                    ├── babel-plugin-transform-es2015-block-scoping
                    ├── babel-plugin-transform-es2015-classes
                    ├── babel-plugin-transform-es2015-computed-properties
                    ├── babel-plugin-transform-es2015-destructuring
                    ├── babel-plugin-transform-es2015-duplicate-keys
                    ├── babel-plugin-transform-es2015-for-of
                    ├── babel-plugin-transform-es2015-function-name
                    ├── babel-plugin-transform-es2015-literals
                    ├── babel-plugin-transform-es2015-modules-amd
                    ├── babel-plugin-transform-es2015-modules-commonjs
                    ├── babel-plugin-transform-es2015-modules-systemjs
                    ├── babel-plugin-transform-es2015-modules-umd
                    ├── babel-plugin-transform-es2015-object-super
                    ├── babel-plugin-transform-es2015-parameters
                    ├── babel-plugin-transform-es2015-shorthand-properties
                    ├── babel-plugin-transform-es2015-spread
                    ├── babel-plugin-transform-es2015-sticky-regex
                    ├── babel-plugin-transform-es2015-template-literals
                    ├── babel-plugin-transform-es2015-typeof-symbol
                    ├── babel-plugin-transform-es2015-unicode-regex
                    ├── babel-plugin-transform-exponentiation-operator
                    ├── babel-plugin-transform-object-rest-spread
                    ├── babel-plugin-transform-regenerator
                    ├── babel-plugin-transform-runtime
                    ├── babel-plugin-transform-strict-mode
                    ├── babel-plugin-transform-vue-jsx
                    ├── babel-preset-env
                    ├── babel-preset-stage-2
                    ├── babel-preset-stage-3
                    ├── babel-register
                    ├── babel-runtime
                    ├── babel-template
                    ├── babel-traverse
                    ├── babel-types
                    ├── babylon
                    ├── balanced-match
                    ├── base
                    ├── base64-js
                    ├── batch
                    ├── bfj-node4
                    ├── big.js
                    ├── binary-extensions
                    ├── bluebird
                    ├── bn.js
                    ├── body-parser
                    ├── bonjour
                    ├── boolbase
                    ├── brace-expansion
                    ├── braces
                    ├── brorand
                    ├── browserify-aes
                    ├── browserify-cipher
                    ├── browserify-des
                    ├── browserify-rsa
                    ├── browserify-sign
                    ├── browserify-zlib
                    ├── browserslist
                    ├── buffer
                    ├── buffer-from
                    ├── buffer-indexof
                    ├── buffer-xor
                    ├── builtin-status-codes
                    ├── bytes
                    ├── cacache
                    ├── cache-base
                    ├── caller-callsite
                    ├── caller-path
                    ├── callsites
                    ├── camel-case
                    ├── camelcase
                    ├── camelcase-keys
                    ├── caniuse-api
                    ├── caniuse-db
                    ├── caniuse-lite
                    ├── center-align
                    ├── chalk
                    ├── check-types
                    ├── chokidar
                    ├── chownr
                    ├── cipher-base
                    ├── clap
                    ├── class-utils
                    ├── clean-css
                    ├── cli-cursor
                    ├── cli-spinners
                    ├── cliui
                    ├── clone
                    ├── co
                    ├── coa
                    ├── code-point-at
                    ├── collection-visit
                    ├── color
                    ├── color-convert
                    ├── color-name
                    ├── color-string
                    ├── colormin
                    ├── colors
                    ├── commander
                    ├── commondir
                    ├── component-emitter
                    ├── compressible
                    ├── compression
                    ├── concat-map
                    ├── concat-stream
                    ├── connect-history-api-fallback
                    ├── console-browserify
                    ├── consolidate
                    ├── constants-browserify
                    ├── content-disposition
                    ├── content-type
                    ├── convert-source-map
                    ├── cookie
                    ├── cookie-signature
                    ├── copy-concurrently
                    ├── copy-descriptor
                    ├── copy-webpack-plugin
                    ├── core-js
                    ├── core-util-is
                    ├── cosmiconfig
                    ├── create-ecdh
                    ├── create-hash
                    ├── create-hmac
                    ├── cross-spawn
                    ├── crypto-browserify
                    ├── css-color-names
                    ├── css-declaration-sorter
                    ├── css-loader
                    ├── css-select
                    ├── css-select-base-adapter
                    ├── css-selector-tokenizer
                    ├── css-tree
                    ├── css-what
                    ├── cssesc
                    ├── cssnano
                    ├── cssnano-preset-default
                    ├── cssnano-util-get-arguments
                    ├── cssnano-util-get-match
                    ├── cssnano-util-raw-cache
                    ├── cssnano-util-same-parent
                    ├── csso
                    ├── cuint
                    ├── currently-unhandled
                    ├── cyclist
                    ├── d
                    ├── de-indent
                    ├── debug
                    ├── decamelize
                    ├── decode-uri-component
                    ├── deep-equal
                    ├── deepmerge
                    ├── define-properties
                    ├── define-property
                    ├── defined
                    ├── del
                    ├── depd
                    ├── des.js
                    ├── destroy
                    ├── detect-indent
                    ├── detect-node
                    ├── diffie-hellman
                    ├── dir-glob
                    ├── dns-equal
                    ├── dns-packet
                    ├── dns-txt
                    ├── dom-converter
                    ├── dom-serializer
                    ├── domain-browser
                    ├── domelementtype
                    ├── domhandler
                    ├── domutils
                    ├── dot-prop
                    ├── duplexer
                    ├── duplexify
                    ├── ee-first
                    ├── ejs
                    ├── electron-to-chromium
                    ├── element-ui
                    ├── elliptic
                    ├── emojis-list
                    ├── encodeurl
                    ├── end-of-stream
                    ├── enhanced-resolve
                    ├── entities
                    ├── errno
                    ├── error-ex
                    ├── error-stack-parser
                    ├── es-abstract
                    ├── es-to-primitive
                    ├── es5-ext
                    ├── es6-iterator
                    ├── es6-map
                    ├── es6-set
                    ├── es6-symbol
                    ├── es6-weak-map
                    ├── escape-html
                    ├── escape-string-regexp
                    ├── escope
                    ├── esprima
                    ├── esrecurse
                    ├── estraverse
                    ├── esutils
                    ├── etag
                    ├── event-emitter
                    ├── eventemitter3
                    ├── events
                    ├── eventsource
                    ├── evp_bytestokey
                    ├── execa
                    ├── expand-brackets
                    ├── express
                    ├── ext
                    ├── extend-shallow
                    ├── extglob
                    ├── extract-text-webpack-plugin
                    ├── fast-deep-equal
                    ├── fast-json-stable-stringify
                    ├── fastparse
                    ├── faye-websocket
                    ├── file-loader
                    ├── filesize
                    ├── fill-range
                    ├── finalhandler
                    ├── find-cache-dir
                    ├── find-up
                    ├── flatten
                    ├── flush-write-stream
                    ├── follow-redirects
                    ├── for-in
                    ├── forwarded
                    ├── fragment-cache
                    ├── fresh
                    ├── friendly-errors-webpack-plugin
                    ├── from2
                    ├── fs-write-stream-atomic
                    ├── fs.realpath
                    ├── function-bind
                    ├── get-caller-file
                    ├── get-stdin
                    ├── get-stream
                    ├── get-value
                    ├── glob
                    ├── glob-parent
                    ├── globals
                    ├── globby
                    ├── graceful-fs
                    ├── growly
                    ├── gzip-size
                    ├── handle-thing
                    ├── has
                    ├── has-ansi
                    ├── has-flag
                    ├── has-symbols
                    ├── has-value
                    ├── has-values
                    ├── hash-base
                    ├── hash-sum
                    ├── hash.js
                    ├── he
                    ├── hex-color-regex
                    ├── hmac-drbg
                    ├── home-or-tmp
                    ├── hosted-git-info
                    ├── hpack.js
                    ├── hsl-regex
                    ├── hsla-regex
                    ├── html-comment-regex
                    ├── html-entities
                    ├── html-minifier
                    ├── html-webpack-plugin
                    ├── htmlparser2
                    ├── http-deceiver
                    ├── http-errors
                    ├── http-parser-js
                    ├── http-proxy
                    ├── http-proxy-middleware
                    ├── https-browserify
                    ├── iconv-lite
                    ├── icss-replace-symbols
                    ├── icss-utils
                    ├── ieee754
                    ├── iferr
                    ├── ignore
                    ├── import-cwd
                    ├── import-fresh
                    ├── import-from
                    ├── import-local
                    ├── imurmurhash
                    ├── indent-string
                    ├── indexes-of
                    ├── inflight
                    ├── inherits
                    ├── internal-ip
                    ├── interpret
                    ├── invariant
                    ├── invert-kv
                    ├── ip
                    ├── ipaddr.js
                    ├── is-absolute-url
                    ├── is-accessor-descriptor
                    ├── is-arguments
                    ├── is-arrayish
                    ├── is-binary-path
                    ├── is-buffer
                    ├── is-callable
                    ├── is-color-stop
                    ├── is-data-descriptor
                    ├── is-date-object
                    ├── is-descriptor
                    ├── is-directory
                    ├── is-extendable
                    ├── is-extglob
                    ├── is-finite
                    ├── is-fullwidth-code-point
                    ├── is-glob
                    ├── is-number
                    ├── is-obj
                    ├── is-path-cwd
                    ├── is-path-in-cwd
                    ├── is-path-inside
                    ├── is-plain-obj
                    ├── is-plain-object
                    ├── is-regex
                    ├── is-resolvable
                    ├── is-stream
                    ├── is-string
                    ├── is-svg
                    ├── is-symbol
                    ├── is-utf8
                    ├── is-windows
                    ├── is-wsl
                    ├── isarray
                    ├── isexe
                    ├── isobject
                    ├── js-base64
                    ├── js-tokens
                    ├── js-yaml
                    ├── jsesc
                    ├── json-loader
                    ├── json-parse-better-errors
                    ├── json-schema-traverse
                    ├── json3
                    ├── json5
                    ├── killable
                    ├── kind-of
                    ├── last-call-webpack-plugin
                    ├── lazy-cache
                    ├── lcid
                    ├── load-json-file
                    ├── loader-runner
                    ├── loader-utils
                    ├── locate-path
                    ├── lodash
                    ├── lodash.camelcase
                    ├── lodash.memoize
                    ├── lodash.uniq
                    ├── log-symbols
                    ├── loglevel
                    ├── longest
                    ├── loose-envify
                    ├── loud-rejection
                    ├── lower-case
                    ├── lru-cache
                    ├── make-dir
                    ├── map-cache
                    ├── map-obj
                    ├── map-visit
                    ├── math-expression-evaluator
                    ├── md5.js
                    ├── mdn-data
                    ├── media-typer
                    ├── mem
                    ├── memory-fs
                    ├── meow
                    ├── merge-descriptors
                    ├── methods
                    ├── micromatch
                    ├── miller-rabin
                    ├── mime
                    ├── mime-db
                    ├── mime-types
                    ├── mimic-fn
                    ├── minimalistic-assert
                    ├── minimalistic-crypto-utils
                    ├── minimatch
                    ├── minimist
                    ├── mississippi
                    ├── mixin-deep
                    ├── mkdirp
                    ├── move-concurrently
                    ├── ms
                    ├── multicast-dns
                    ├── multicast-dns-service-types
                    ├── nanomatch
                    ├── negotiator
                    ├── neo-async
                    ├── next-tick
                    ├── no-case
                    ├── node-forge
                    ├── node-libs-browser
                    ├── node-notifier
                    └── node-releases

477 directories, 17 files


实例下载地址

图书管理系统

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警