Code Monkey home page Code Monkey logo

bpa18-02's Introduction

Задания:

  1. Нарисовать алгоритм решения задачи в UML.
  2. Реализовать решение на языке Java используя процедурный подход
  3. Реализовать класс, обеспечивающий решения задачи. У класса должен быть конструктор, атрибуты и сеттеры и геттеры для работы с атрибутами
  4. Создать проект мавен, добавить туда свои исходники, создать JUnit тесты с данными из примеров по задаче
  5. Выполнять вечисления в отдельном потоке. Создавать поток используя лямба-выражения.
  6. Добавить обработку исключений и логирование выполнения программы Выполнение присылается пулреквестом в ветку Dev.

Полезные настройки:

Разобраться что делают команды.

  • git config --global credential.helper store
  • git config --global alias.
  • git config --global http.proxy http://login:pas@proxy:8080
  • git log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short
  • git log --graph --all --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(bold white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --abbrev-commit --date=relative
  • еще немного полезных команд
  • ПРОЧИТАТЬ

Как начать работать

  1. Войти на GitHub
  2. Открыть репозиторий https://github.com/frozzen256/группа (основной репозиторий лабораторных)
  3. Создать себе Fork этого репозитория
  4. Загрузить созданный форк себе на компьютер
  5. Создать к нему привязку origin
  6. Создать привязку upstream к оригинальному репозиторию
  7. Создать новую ветку для доработок Dev
  8. Произвести доработку и выполнить commit
  9. Отправить созданную ветку в свой репозиторий
  10. Зайти в свой репозиторий на GitHub и выполнить запрос (Pull Request) на внесение изменений в основной репозиторий лабораторных в ветку devlp

Злые команды:

Как удалить последний коммит git reset --soft HEAD^ Удалить коммит локально git reset HEAD~1 --hard и на сервер git push -f

bpa18-02's People

Contributors

levsha-sl avatar malagush avatar irinae21 avatar frozzen256 avatar nadiabenko avatar o5breadfan avatar serfeg avatar schwarzgh avatar yanafk avatar polinapps 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.