Giter Site home page Giter Site logo

course-choosing-sse-ustc's Introduction

中科大软件学院研究生选课辅助系统

选课已经结束...

系统采用多线程的方式(每门课一个线程)抢课,所以可以同时抢多门课~

环境依赖

我的环境: python2.7,除此之外,还需要额外安装两个库:

pip install requests
pip install prettytable # 美美地打印表格

适用人员

科大软件学院18级研究生

使用方法

  • 将项目克隆到本地

    git clone https://github.com/jianhuchen/Course-Choosing-SSE-USTC.git
  • 修改配置文件conf.py

  • 在项目根目录运行:

    python main.py

退出方法

使用ps -aux命令,找到此进程的PID(如:10036),再用kill 10036杀死进程

程序在后台跑的方法

在命令行运行:

./main.sh

如果因为python版本报错的话,自己把脚本里的代码改一下就行

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.