Skip to content

经典图书管理系统(框架老了,nuget包很多已经不支持了)

Notifications You must be signed in to change notification settings

ariescc/LibrarySystemProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 

Repository files navigation

LibrarySystemProject

Technology Stack

  • asp.net mvc5

Develop tools

  • Microsoft Visual Studio 2017
  • sql server 2012

Version Management tools

  • Github

Project Portfolio Instructions

You need asp.net mvc5 development environment.

  1. Download vs2017 and sql server 2012. And download Github for windows.
  2. clone Repository from LibrarySystemProject from origin.
  3. Open project in vs2017, and display all the file. Copy all the new files to vs2017 from local respository.
  4. Update database. Just execute the following commands.
    enable-migrations
    add-migration init
    update-database
    
    and mvcdemo database is created at local.
  5. In the table BorrowAndReturn, you should change the datetime type to datetime2(7) type in the BorrowTime field and ReturnTime field.
  6. You need to create 180/75/50/25/temp folder in the UploadFiles folder.

About

经典图书管理系统(框架老了,nuget包很多已经不支持了)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •