Giter Club home page Giter Club logo

librarymanagement's Introduction

图书管理系统说明

系统说明

  • 本系统使用Python的Django框架搭建。
  • 前端部分使用bootstrap。

运行说明

  • 请参考Django官方文档下载Django1.71版。
  • 请按照Django官方文档安装Django。
  • 如果是水果电脑。。。请额外安装PIL库。
  • 通过终端进入项目文件夹。
  • 在终端中执行python manage.py runserver命令即可运行本地开发服务器。
  • 在浏览器里访问http://127.0.0.1:8000即可查看该网站。

功能实现

  • 实现了用户权限相关的基本操作(注册、登陆、修改密码、注销)
  • 实现了用户分级(普通用户与管理员用户)
  • 管理员账号:yumendy 密码:admin。
  • 管理员可以添加图书(图书的图片上传实在没时间写了喵T^T)
  • 任何用户都可以查看、检索图书
  • 图书分类列表随添加的图书而改变。
  • 检索支持对图书名的模糊检索。
  • 图书分页为每页5个。
  • 搜索框自动提交的时间为距离上次按键抬起1.5秒。

遇到的问题以及解决办法

  • django的分页插件不会用>_<
    • 果断的跑去官方文档查了。。。。
  • js表单的延迟提交有点问题。。。
    • Google一下马上搞定~

截图神马的都在文件夹里啦~

数据结构的作业还没写完~滚去写作业了~~

差点忘了联系方式:

段艺:

6089寝室

电话:13351015622

QQ:306359430

邮箱: [email protected]

主页: http://yumendy.com

GitHub: https://github.com/yumendy

librarymanagement's People

Contributors

yumendy avatar

Watchers

李鹏宇 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.