Git Product home page Git Product logo

se-tss's Introduction

Hi there 👋

  • 🔭 I’m currently studying at Zhejiang University, majoring in CS.
  • 😄 I'm focusing on frontend development, especially on graphics and data visualization.
  • 🌱 I’m currently learning WebGL & Graphics.
  • 📫 Email: [email protected]
  • 💬 Wechat: zhaoxiaodong0902

My GitHub Stats

se-tss's People

Contributors

antct avatar bforever avatar brickmaker avatar chenjx-zju avatar cherie11 avatar corrusoaak avatar ikuinen avatar jcc12 avatar kexiii avatar lppy avatar shangqingliu avatar shihaol avatar ssssseason avatar starvezhou avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

se-tss's Issues

init_db_5 line 130 报错

if len(paper_list) < 2:
    paper_list = random.sample(
        paper_list, 1)
else:
    paper_list = random.sample(
        paper_list, 2)
Traceback (most recent call last):
  File "init_db_5.py", line 156, in <module>
    insert_exam()
  File "init_db_5.py", line 130, in insert_exam
    paper_list, 1)
  File "/Users/brickmaker/PycharmProjects/ALL-SE-TSS/SE-TSS/backend/env/lib/python3.6/random.py", line 318, in sample
    raise ValueError("Sample larger than population or is negative")
ValueError: Sample larger than population or is negative

后端相关ignore以及数据库的问题

Django相关的某些东西都应该ignore掉,比如log,__pycache__之类的东西,这些是自动生成的,不是自己写的,ignore掉。具体要ignore哪些,可以在这个 https://github.com/github/gitignore 里找到自己想要的配置。

数据库也应该ignore掉,自己对数据库的改动不能指望别人直接用这个数据库,而是要写个脚本,让别人可以从空的数据库得到你修改过得数据库。

@cherie11

各组代码情况

代码情况(6.6)

1:缺前端
2:缺前端 缺后端
3:OK
4:OK
5:缺前端
6:OK

这是我一一看你们各自分支的情况。

没有放到远程的组尽快把代码放到线上!DDL:今晚24:00 (没有完成的我明天会单独询问你们存在的问题)
放到自己分支的组,请尽快PR到master。功能完成程度无所谓,只要不是一句话写到一半,编译不通过就行。我会review你们的PR防止出现问题的。
@cherie11 @chenjx-zju @Lppy @ShangQingLiu @Corrusoaak

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.