Code Monkey home page Code Monkey logo

dearhouaimin's Introduction

UML课程设计

目录

重要文档链接

项目规范及各种教程

代码规范

  • 所有路径全部使用绝对路径,勿使用相对路径,以免造成跳转错误.
  • 命名要规范 (驼峰)

关于commit

  • 请不要将.idea/ 等文件传上来
  • commit时,请说清楚你所修改的内容
  • commit前一定要fetch 与 merge
  • 大家要是修复了哪个bug, 就在commit时 加入 fix #issueid,例如:
git commit -m "尝试关闭issue fix #47"

关于issue

  • 大家要是发现有什么bug,或者什么需求, 也可以在github中提交issue, 然后我们尝试着使用issue来分配任务以及任务进度跟踪
  • Github issues 使用指南

git教程

processon

如何团队项目保持同步(重要)

  • 第一次时需要,与团队仓库建立联系
git remote add upstream https://github.com/UMLTeam/DearHouAimin.git 
  • 工作前后要运行这几条命令,和团队项目保持同步
git fetch upstream
git merge upstream/master

docker部署说明

  • 部署命令
docker build  -t open_course .
docker-compose up -d db
docker-compose up -d web
  • 查看状态的命令
docker logs -f team_web
  • 删除
docker stop team_web
docker rm team_web
docker rmi dearhouaimin
docker rmi $(docker images | grep "^" | awk "{print $3}")

dearhouaimin's People

Contributors

allenxz avatar blowmyjob avatar charmccc avatar chensongbin avatar ellenfu avatar endalin avatar fking1 avatar galyw avatar gjxl avatar gongzheng123 avatar niracler avatar scurt123 avatar tomlao avatar xkx1998 avatar zhouyimian 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.