Skip to content

Commit 031b260

Browse files
committed
Create README_ru.md
1 parent f8ee000 commit 031b260

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

README_ru.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# Практика Проектов Программирования Java
2+
3+
## Языки
4+
5+
🇨🇳 [简体中文](README_zh.md) 🇯🇵 [日本語](README_ja.md) 🇪🇸 [Español](README_es.md) 🇫🇷 [Français](README_fr.md) 🇩🇪 [Deutsch](README_de.md) 🇷🇺 [Русский](README_ru.md) 🇰🇷 [한국어](README_ko.md) 🇧🇷 [Português](README_pt.md) 🇺🇸 [English](README.md)
6+
7+
<div align="center">
8+
<img width="128px" src="https://file.labex.io/path/vBtgM8cNsQFn.png">
9+
</div>
10+
11+
Java - это универсальный объектно-ориентированный язык программирования. Эта структура навыков предлагает всесторонний путь обучения для овладения Java. Идеально подходит для начинающих, она предоставляет структурированную дорожную карту для понимания концепций ООП, синтаксиса Java и разработки приложений. Через практические, не видео-курсы и практические задания в интерактивной среде Java вы получите реальный опыт в создании приложений на Java.
12+
13+
## Упражнения
14+
15+
| Индекс | Название | Сложность | Практика |
16+
|----------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------|------------------------------------------------------------------------------------------------------------------|
17+
| 01 | [Массовая вставка данных в расписание курсов](https://labex.io/ru/courses/project-bulk-insert-data-into-course-schedule) | ★☆☆ | [🚀 Начать Лабораторию](https://labex.io/ru/courses/project-bulk-insert-data-into-course-schedule) |
18+
| 02 | [Переключение информации между китайским и английским языками с использованием IoC](https://labex.io/ru/courses/project-chinese-english-information-switching-via-ioc) | ★☆☆ | [🚀 Начать Лабораторию](https://labex.io/ru/courses/project-chinese-english-information-switching-via-ioc) |
19+
| 03 | [Настройка с использованием файлов YAML](https://labex.io/ru/courses/project-configuring-with-yaml-files) | ★☆☆ | [🚀 Начать Лабораторию](https://labex.io/ru/courses/project-configuring-with-yaml-files) |
20+
| 04 | [Подсчет количества доступов по IP-адресу](https://labex.io/ru/courses/project-counting-access-times-by-ip) | ★☆☆ | [🚀 Начать Лабораторию](https://labex.io/ru/courses/project-counting-access-times-by-ip) |
21+
| 05 | [Создание, чтение, обновление и удаление данных в расписании курсов с использованием MyBatis](https://labex.io/ru/courses/project-course-schedule-crud-with-mybatis) | ★☆☆ | [🚀 Начать Лабораторию](https://labex.io/ru/courses/project-course-schedule-crud-with-mybatis) |
22+
| 06 | [Расширение сущности с использованием пользовательских свойств](https://labex.io/ru/courses/project-custom-type-handler) | ★☆☆ | [🚀 Начать Лабораторию](https://labex.io/ru/courses/project-custom-type-handler) |
23+
| 07 | [Отображение результатов запросов с использованием выражений EL](https://labex.io/ru/courses/project-displaying-query-results-using-el-expressions) | ★☆☆ | [🚀 Начать Лабораторию](https://labex.io/ru/courses/project-displaying-query-results-using-el-expressions) |
24+
| 08 | [Доступ к пулу соединений базы данных Druid](https://labex.io/ru/courses/project-druid-database-connection-pool-access) | ★☆☆ | [🚀 Начать Лабораторию](https://labex.io/ru/courses/project-druid-database-connection-pool-access) |
25+
| 09 | [Интеграция файлов управления сотрудниками](https://labex.io/ru/courses/project-employee-management-file-integration) | ★☆☆ | [🚀 Начать Лабораторию](https://labex.io/ru/courses/project-employee-management-file-integration) |
26+
| 10 | [Первая программа с использованием фреймворка Quartz](https://labex.io/ru/courses/project-first-program-with-quartz-framework) | ★☆☆ | [🚀 Начать Лабораторию](https://labex.io/ru/courses/project-first-program-with-quartz-framework) |
27+
| 11 | [Загрузка изображений на основе протокола TCP](https://labex.io/ru/courses/project-image-upload-based-on-tcp-protocol) | ★☆☆ | [🚀 Начать Лабораторию](https://labex.io/ru/courses/project-image-upload-based-on-tcp-protocol) |
28+
| 12 | [Конкурентный производитель-потребитель с использованием Guava Monitor](https://labex.io/ru/courses/project-implement-thread-communication) | ★☆☆ | [🚀 Начать Лабораторию](https://labex.io/ru/courses/project-implement-thread-communication) |
29+
| 13 | [Проект интеграции базы данных с MyBatis](https://labex.io/ru/courses/project-input-parameter-practice) | ★☆☆ | [🚀 Начать Лабораторию](https://labex.io/ru/courses/project-input-parameter-practice) |
30+
| 14 | [Получение параметров запроса с использованием JavaBean](https://labex.io/ru/courses/project-javabean-mutiple-parameters) | ★☆☆ | [🚀 Начать Лабораторию](https://labex.io/ru/courses/project-javabean-mutiple-parameters) |
31+
| 15 | [Альтернативное объединение нескольких файлов](https://labex.io/ru/courses/project-merge-multiple-files-alternately) | ★☆☆ | [🚀 Начать Лабораторию](https://labex.io/ru/courses/project-merge-multiple-files-alternately) |
32+
| 16 | [Отображение пословицы на веб - странице с использованием JSP](https://labex.io/ru/courses/project-output-a-quote) | ★☆☆ | [🚀 Начать Лабораторию](https://labex.io/ru/courses/project-output-a-quote) |
33+
| 17 | [Вывод треугольника с использованием объекта out](https://labex.io/ru/courses/project-outputting-triangle-with-out-object) | ★☆☆ | [🚀 Начать Лабораторию](https://labex.io/ru/courses/project-outputting-triangle-with-out-object) |
34+
| 18 | [Получение информации о сотрудниках с использованием MVC и Servlet](https://labex.io/ru/courses/project-query-employee-information) | ★☆☆ | [🚀 Начать Лабораторию](https://labex.io/ru/courses/project-query-employee-information) |
35+
| 19 | [Запись доступов к веб - страницам с использованием слушателей](https://labex.io/ru/courses/project-recording-web-page-accesses-using-listeners) | ★☆☆ | [🚀 Начать Лабораторию](https://labex.io/ru/courses/project-recording-web-page-accesses-using-listeners) |
36+
| 20 | [Поиск текстовых файлов в директории](https://labex.io/ru/courses/project-search-for-text-files-in-directory) | ★☆☆ | [🚀 Начать Лабораторию](https://labex.io/ru/courses/project-search-for-text-files-in-directory) |
37+
| 21 | [Настройка среды разработки Spring](https://labex.io/ru/courses/project-setting-up-spring-development-environment) | ★☆☆ | [🚀 Начать Лабораторию](https://labex.io/ru/courses/project-setting-up-spring-development-environment) |
38+
| 22 | [Система управления сотрудниками на основе Spring IoC](https://labex.io/ru/courses/project-spring-ioc-employee-management-system) | ★☆☆ | [🚀 Начать Лабораторию](https://labex.io/ru/courses/project-spring-ioc-employee-management-system) |
39+
| 23 | [Модульное тестирование класса Student на Java](https://labex.io/ru/courses/project-student-class-test) | ★☆☆ | [🚀 Начать Лабораторию](https://labex.io/ru/courses/project-student-class-test) |
40+
| 24 | [Модульное тестирование модуля управления студентами](https://labex.io/ru/courses/project-student-management-module-unit-testing) | ★☆☆ | [🚀 Начать Лабораторию](https://labex.io/ru/courses/project-student-management-module-unit-testing) |
41+
| 25 | [Использование свойств для изменения конфигурации базы данных](https://labex.io/ru/courses/project-use-properties-to-modify-database-configuration) | ★☆☆ | [🚀 Начать Лабораторию](https://labex.io/ru/courses/project-use-properties-to-modify-database-configuration) |
42+
| 26 | [Изменение таблицы учителей с использованием PreparedStatement](https://labex.io/ru/courses/project-modifying-the-teacher-table-using-preparedstatement) | ★☆☆ | [🚀 Начать Лабораторию](https://labex.io/ru/courses/project-modifying-the-teacher-table-using-preparedstatement) |
43+
| 27 | [Запрос зарплаты учителей с использованием PreparedStatement](https://labex.io/ru/courses/project-query-teacher-salary-using-preparedstatement) | ★☆☆ | [🚀 Начать Лабораторию](https://labex.io/ru/courses/project-query-teacher-salary-using-preparedstatement) |
44+
| 28 | [Запрос к таблице классов](https://labex.io/ru/courses/project-statement-for-querying-teacher-table) | ★☆☆ | [🚀 Начать Лабораторию](https://labex.io/ru/courses/project-statement-for-querying-teacher-table) |
45+
| 29 | [Система запроса информации о вузах](https://labex.io/ru/courses/project-university-information-query-system) | ★☆☆ | [🚀 Начать Лабораторию](https://labex.io/ru/courses/project-university-information-query-system) |
46+
47+
## Больше
48+
49+
- 🔗 [Java Узнать больше о](https://labex.io/ru/skilltrees/java)
50+
- 🔗 [Awesome Programming Projects](https://github.com/labex-labs/awesome-programming-projects)
51+
- 🔗 [Awesome Programming Courses](https://github.com/labex-labs/awesome-programming-courses)
52+

0 commit comments

Comments
 (0)