Coder Social home page Coder Social logo

a-simple-bank-system's Introduction

bank_management_app

A Vue.js project by PB17111604 薛尚子

Build Setup

  1. 进入lab3-BankManage\bankManage目录,在命令行中输入下面的命令

    cnpm install
    cnpm run dev
  2. 打开浏览器,在地址栏输入http://localhost:8080/可以对网页进行访问

  3. 进入lab3-BankManage\bankManage\backEndService目录,在命令行中输入下面的命令

python login.py
  1. 前后端启动部署完成

注意(非常重要)

  1. 具体的requirements请参见doc/report中的“3.1运行环境配置概述

  2. 当你安装了对应版本的Oracle数据库之后,需要手动将System用户(默认的)的密码置为"db2019", 否则前后端部署无法成功,因为无法连接到oracle数据库

  3. 在build之前,你需要在sqlplus命令窗口中输入用户名和密码登入System用户,用户名为“system", 密码为"db2019”(需要先手动设置),之后在命令行中输入如下命令

    @bank.sql
    @change_sub_bank_name.sql
    @change_employee_name.sql
    @change_customer_name.sql

    注意以上这几个SQL脚本文件在bankmanage/sql目录下,注意文件的位置,以免不能成功运行这几个脚本文件

    For a detailed explanation on how things work, check out the guide and docs for vue-loader.

a-simple-bank-system's People

Contributors

shangzixue 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.