Giter VIP home page Giter VIP logo

java20-homework's Introduction

java20-homework

作业提交流程

  1. 注册github账号(假设账户名称为javalover。若已注册则跳过此步骤);
  2. 用此账号登陆github(若已登陆则跳过此步骤);
  3. fork本仓库( https://github.com/njuics/java20-homework )至自己账户,仓库url为( https://github.com/javalover/java20-homework );
  4. 在你的本机clone你所fork的仓库(javalover/java20-homework);
    1. 对于简单作业(在我们讲使用maven/gradle等构建工具开发java工程之前),请使用以下步骤
      1. javalover/java20-homework进入当前作业目录,例如java20-homework/1-LanguageBasics目录,新建子目录张三-151220001,此处“张三”和“151220001” 分别替换真实姓名和学号;
      2. 将你写好的代码文件拷贝到该目录下,然后执行git add ., git commit -agit push
    2. 对于复杂作业和最后的大作业(在我们讲使用maven/gradle等构建工具开发java工程之后),请使用以下步骤
      1. javalover账户下新建一个代码仓库,例如myhomework
      2. myhomework下编写代码,代码使用git add ., git commit -agit push等命令进行管理;
      3. javalover/java20-homework进入当前作业目录,例如java20-homework/1-LanguageBasics,执行git submodule add https://github.com/javalover/myhomework 张三-151220001,此处“张三”和“151220001” 分别替换真实姓名和学号。
  5. javalover/java20-homework上创建“Pull request",然后在QQ群内联系助教请其审核后合并。

作业提交要求

  1. 提交到本仓库的文件夹应只包含源代码,代码调试期间生成的其他文件请通过 .gitignore 文件屏蔽,关于 .gitignore 文件的作用和基本语法规则请自行查找教程,可以在该网站上一键生成目标系统和IDE所需的通用 .gitignore文件 http://www.gitignore.io/

java20-homework's People

Contributors

lyf1290 avatar strivin0311 avatar sevenxqq avatar stnjumu avatar oxygen-hunter avatar nwod-edispu avatar sci-fi-lullaby avatar ggross98 avatar mr-nan05 avatar jillian-xie avatar polarstormx avatar 181860029 avatar cn-zheshi avatar traveler1969 avatar s1cer avatar youngstudent2 avatar wanght0703 avatar zb-nju avatar dream189free avatar infinite0124 avatar xiang-xiaoyu avatar eiinu avatar 4happiness avatar janqsong avatar lunxbone avatar kmuay avatar yanyuting123 avatar iamxym avatar dingshiji avatar brightart avatar

Watchers

James Cloos 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.