Code Monkey home page Code Monkey logo

2022-summer-research's Introduction

2022-Summer-Research

  1. Download MySQL https://downloads.mysql.com/archives/community/ (we use version 5.7 in this project)
  2. Move file "my.ini" into installation directory
  3. In file "my.ini", edit basedir and datadir to your installation directory and subdirectory โฌ‡ ################################################### [mysqld]

port=3306

basedir=Your installation directory

datadir=Your installation directory\data

###################################################

  1. In administrator mode, open command prompt, type "(Your installation directory)\bin\mysqld.exe --initialize-insecure"
  2. delete all files and folders under folder "upload"
  3. Run mysql, run the code in file "database_code.txt"
  4. In file "dataset.py", edit global variable "user" and "pwd" to the username and password of your local database
  5. Run app.py to start the website

2022-summer-research's People

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.