From ae5a52f365f2625ff3763c95549535d9534a7473 Mon Sep 17 00:00:00 2001 From: Eugene Kazakov Date: Wed, 11 Oct 2023 14:48:16 +0300 Subject: [PATCH 1/4] 1 --- tasks/kazakov-ev/lab_2/.gitignore | 477 ++++++++++++++++++ tasks/kazakov-ev/lab_2/lab_2.sln | 28 + tasks/kazakov-ev/lab_2/worker-1/Program.cs | 2 + .../kazakov-ev/lab_2/worker-1/worker-1.csproj | 11 + tasks/kazakov-ev/lab_2/worker-2/Program.cs | 2 + .../kazakov-ev/lab_2/worker-2/worker-2.csproj | 11 + 6 files changed, 531 insertions(+) create mode 100644 tasks/kazakov-ev/lab_2/.gitignore create mode 100644 tasks/kazakov-ev/lab_2/lab_2.sln create mode 100644 tasks/kazakov-ev/lab_2/worker-1/Program.cs create mode 100644 tasks/kazakov-ev/lab_2/worker-1/worker-1.csproj create mode 100644 tasks/kazakov-ev/lab_2/worker-2/Program.cs create mode 100644 tasks/kazakov-ev/lab_2/worker-2/worker-2.csproj diff --git a/tasks/kazakov-ev/lab_2/.gitignore b/tasks/kazakov-ev/lab_2/.gitignore new file mode 100644 index 0000000..154e127 --- /dev/null +++ b/tasks/kazakov-ev/lab_2/.gitignore @@ -0,0 +1,477 @@ +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. +## +## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore + +# User-specific files +*.rsuser +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Mono auto generated files +mono_crash.* + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +[Ww][Ii][Nn]32/ +[Aa][Rr][Mm]/ +[Aa][Rr][Mm]64/ +bld/ +[Bb]in/ +[Oo]bj/ +[Ll]og/ +[Ll]ogs/ + +# Visual Studio 2015/2017 cache/options directory +.vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# Visual Studio 2017 auto generated files +Generated\ Files/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUnit +*.VisualState.xml +TestResult.xml +nunit-*.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# Benchmark Results +BenchmarkDotNet.Artifacts/ + +# .NET +project.lock.json +project.fragment.lock.json +artifacts/ + +# Tye +.tye/ + +# ASP.NET Scaffolding +ScaffoldingReadMe.txt + +# StyleCop +StyleCopReport.xml + +# Files built by Visual Studio +*_i.c +*_p.c +*_h.h +*.ilk +*.meta +*.obj +*.iobj +*.pch +*.pdb +*.ipdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*_wpftmp.csproj +*.log +*.tlog +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile +*.VC.db +*.VC.VC.opendb + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# Visual Studio Trace Files +*.e2e + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# AxoCover is a Code Coverage Tool +.axoCover/* +!.axoCover/settings.json + +# Coverlet is a free, cross platform Code Coverage Tool +coverage*.json +coverage*.xml +coverage*.info + +# Visual Studio code coverage results +*.coverage +*.coveragexml + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# Note: Comment the next line if you want to checkin your web deploy settings, +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted +PublishScripts/ + +# NuGet Packages +*.nupkg +# NuGet Symbol Packages +*.snupkg +# The packages folder can be ignored because of Package Restore +**/[Pp]ackages/* +# except build/, which is used as an MSBuild target. +!**/[Pp]ackages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/[Pp]ackages/repositories.config +# NuGet v3's project.json files produces more ignorable files +*.nuget.props +*.nuget.targets + +# Microsoft Azure Build Output +csx/ +*.build.csdef + +# Microsoft Azure Emulator +ecf/ +rcf/ + +# Windows Store app package directories and files +AppPackages/ +BundleArtifacts/ +Package.StoreAssociation.xml +_pkginfo.txt +*.appx +*.appxbundle +*.appxupload + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!?*.[Cc]ache/ + +# Others +ClientBin/ +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.jfm +*.pfx +*.publishsettings +orleans.codegen.cs + +# Including strong name files can present a security risk +# (https://github.com/github/gitignore/pull/2483#issue-259490424) +#*.snk + +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) +#bower_components/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm +ServiceFabricBackup/ +*.rptproj.bak + +# SQL Server files +*.mdf +*.ldf +*.ndf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings +*.rptproj.rsuser +*- [Bb]ackup.rdl +*- [Bb]ackup ([0-9]).rdl +*- [Bb]ackup ([0-9][0-9]).rdl + +# Microsoft Fakes +FakesAssemblies/ + +# GhostDoc plugin setting file +*.GhostDoc.xml + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat +node_modules/ + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) +*.vbw + +# Visual Studio 6 auto-generated project file (contains which files were open etc.) +*.vbp + +# Visual Studio 6 workspace and project file (working project files containing files to include in project) +*.dsw +*.dsp + +# Visual Studio 6 technical files +*.ncb +*.aps + +# Visual Studio LightSwitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions + +# Paket dependency manager +.paket/paket.exe +paket-files/ + +# FAKE - F# Make +.fake/ + +# CodeRush personal settings +.cr/personal + +# Python Tools for Visual Studio (PTVS) +__pycache__/ +*.pyc + +# Cake - Uncomment if you are using it +# tools/** +# !tools/packages.config + +# Tabs Studio +*.tss + +# Telerik's JustMock configuration file +*.jmconfig + +# BizTalk build output +*.btp.cs +*.btm.cs +*.odx.cs +*.xsd.cs + +# OpenCover UI analysis results +OpenCover/ + +# Azure Stream Analytics local run output +ASALocalRun/ + +# MSBuild Binary and Structured Log +*.binlog + +# NVidia Nsight GPU debugger configuration file +*.nvuser + +# MFractors (Xamarin productivity tool) working folder +.mfractor/ + +# Local History for Visual Studio +.localhistory/ + +# Visual Studio History (VSHistory) files +.vshistory/ + +# BeatPulse healthcheck temp database +healthchecksdb + +# Backup folder for Package Reference Convert tool in Visual Studio 2017 +MigrationBackup/ + +# Ionide (cross platform F# VS Code tools) working folder +.ionide/ + +# Fody - auto-generated XML schema +FodyWeavers.xsd + +# VS Code files for those working on multiple tools +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +*.code-workspace + +# Local History for Visual Studio Code +.history/ + +# Windows Installer files from build outputs +*.cab +*.msi +*.msix +*.msm +*.msp + +# JetBrains Rider +*.sln.iml + +## +## Visual studio for Mac +## + + +# globs +Makefile.in +*.userprefs +*.usertasks +config.make +config.status +aclocal.m4 +install-sh +autom4te.cache/ +*.tar.gz +tarballs/ +test-results/ + +# Mac bundle stuff +*.dmg +*.app + +# content below from: https://github.com/github/gitignore/blob/master/Global/macOS.gitignore +# General +.DS_Store +.AppleDouble +.LSOverride + +# Icon must end with two \r +Icon + + +# Thumbnails +._* + +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns +.com.apple.timemachine.donotpresent + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk + +# content below from: https://github.com/github/gitignore/blob/master/Global/Windows.gitignore +# Windows thumbnail cache files +Thumbs.db +ehthumbs.db +ehthumbs_vista.db + +# Dump file +*.stackdump + +# Folder config file +[Dd]esktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Windows Installer files +*.cab +*.msi +*.msix +*.msm +*.msp + +# Windows shortcuts +*.lnk diff --git a/tasks/kazakov-ev/lab_2/lab_2.sln b/tasks/kazakov-ev/lab_2/lab_2.sln new file mode 100644 index 0000000..fbb5b36 --- /dev/null +++ b/tasks/kazakov-ev/lab_2/lab_2.sln @@ -0,0 +1,28 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.0.31903.59 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "worker-1", "worker-1\worker-1.csproj", "{9432BCDF-7776-40B2-BBBC-AC6715AD0B17}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "worker-2", "worker-2\worker-2.csproj", "{F27277D5-063E-4DE2-B614-6BD2B30D0341}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {9432BCDF-7776-40B2-BBBC-AC6715AD0B17}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9432BCDF-7776-40B2-BBBC-AC6715AD0B17}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9432BCDF-7776-40B2-BBBC-AC6715AD0B17}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9432BCDF-7776-40B2-BBBC-AC6715AD0B17}.Release|Any CPU.Build.0 = Release|Any CPU + {F27277D5-063E-4DE2-B614-6BD2B30D0341}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F27277D5-063E-4DE2-B614-6BD2B30D0341}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F27277D5-063E-4DE2-B614-6BD2B30D0341}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F27277D5-063E-4DE2-B614-6BD2B30D0341}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection +EndGlobal diff --git a/tasks/kazakov-ev/lab_2/worker-1/Program.cs b/tasks/kazakov-ev/lab_2/worker-1/Program.cs new file mode 100644 index 0000000..3751555 --- /dev/null +++ b/tasks/kazakov-ev/lab_2/worker-1/Program.cs @@ -0,0 +1,2 @@ +// See https://aka.ms/new-console-template for more information +Console.WriteLine("Hello, World!"); diff --git a/tasks/kazakov-ev/lab_2/worker-1/worker-1.csproj b/tasks/kazakov-ev/lab_2/worker-1/worker-1.csproj new file mode 100644 index 0000000..93ad7da --- /dev/null +++ b/tasks/kazakov-ev/lab_2/worker-1/worker-1.csproj @@ -0,0 +1,11 @@ + + + + Exe + net7.0 + worker_1 + enable + enable + + + diff --git a/tasks/kazakov-ev/lab_2/worker-2/Program.cs b/tasks/kazakov-ev/lab_2/worker-2/Program.cs new file mode 100644 index 0000000..3751555 --- /dev/null +++ b/tasks/kazakov-ev/lab_2/worker-2/Program.cs @@ -0,0 +1,2 @@ +// See https://aka.ms/new-console-template for more information +Console.WriteLine("Hello, World!"); diff --git a/tasks/kazakov-ev/lab_2/worker-2/worker-2.csproj b/tasks/kazakov-ev/lab_2/worker-2/worker-2.csproj new file mode 100644 index 0000000..b90f9cb --- /dev/null +++ b/tasks/kazakov-ev/lab_2/worker-2/worker-2.csproj @@ -0,0 +1,11 @@ + + + + Exe + net7.0 + worker_2 + enable + enable + + + From 7a6fa0a5e461495beabeda283b294c6611f30d48 Mon Sep 17 00:00:00 2001 From: Eugene Kazakov Date: Tue, 17 Oct 2023 10:12:23 +0300 Subject: [PATCH 2/4] =?UTF-8?q?2=20=D0=BB=D0=B0=D0=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tasks/kazakov-ev/lab_2/docker-compose.yml | 13 +++++++++++ tasks/kazakov-ev/lab_2/var/data/test1.txt | 3 +++ tasks/kazakov-ev/lab_2/var/data/test2.txt | 5 +++++ tasks/kazakov-ev/lab_2/var/data/test3.txt | 10 +++++++++ tasks/kazakov-ev/lab_2/worker-1/Program.cs | 24 +++++++++++++++++++-- tasks/kazakov-ev/lab_2/worker-2/Program.cs | 25 ++++++++++++++++++++-- 6 files changed, 76 insertions(+), 4 deletions(-) create mode 100644 tasks/kazakov-ev/lab_2/docker-compose.yml create mode 100644 tasks/kazakov-ev/lab_2/var/data/test1.txt create mode 100644 tasks/kazakov-ev/lab_2/var/data/test2.txt create mode 100644 tasks/kazakov-ev/lab_2/var/data/test3.txt diff --git a/tasks/kazakov-ev/lab_2/docker-compose.yml b/tasks/kazakov-ev/lab_2/docker-compose.yml new file mode 100644 index 0000000..fe26cfe --- /dev/null +++ b/tasks/kazakov-ev/lab_2/docker-compose.yml @@ -0,0 +1,13 @@ +version: "3.1" +services: + worker-1: + build: ./worker-1 + volumes: + - ./data:/var/data + - ./result:/var/result + worker-2: + build: ./worker-2 + volumes: + - ./result:/var/result + depends_on: + - worker-1 \ No newline at end of file diff --git a/tasks/kazakov-ev/lab_2/var/data/test1.txt b/tasks/kazakov-ev/lab_2/var/data/test1.txt new file mode 100644 index 0000000..5f5fbe7 --- /dev/null +++ b/tasks/kazakov-ev/lab_2/var/data/test1.txt @@ -0,0 +1,3 @@ +1 +2 +3 \ No newline at end of file diff --git a/tasks/kazakov-ev/lab_2/var/data/test2.txt b/tasks/kazakov-ev/lab_2/var/data/test2.txt new file mode 100644 index 0000000..627e109 --- /dev/null +++ b/tasks/kazakov-ev/lab_2/var/data/test2.txt @@ -0,0 +1,5 @@ +1 +1 +1 +1 +1 diff --git a/tasks/kazakov-ev/lab_2/var/data/test3.txt b/tasks/kazakov-ev/lab_2/var/data/test3.txt new file mode 100644 index 0000000..ec47769 --- /dev/null +++ b/tasks/kazakov-ev/lab_2/var/data/test3.txt @@ -0,0 +1,10 @@ +10 +10 +10 +10 +10 +10 +10 +10 +10 +10 \ No newline at end of file diff --git a/tasks/kazakov-ev/lab_2/worker-1/Program.cs b/tasks/kazakov-ev/lab_2/worker-1/Program.cs index 3751555..6c038fd 100644 --- a/tasks/kazakov-ev/lab_2/worker-1/Program.cs +++ b/tasks/kazakov-ev/lab_2/worker-1/Program.cs @@ -1,2 +1,22 @@ -// See https://aka.ms/new-console-template for more information -Console.WriteLine("Hello, World!"); +using System.Text; + +string[] files = Directory.GetFiles("/var/data"); +string maxFilePath = ""; +long maxL = 0; +foreach(var filePath in files){ + FileInfo fileInfo = new FileInfo(filePath); + if(fileInfo.Length > maxL){ + maxL = fileInfo.Length; + maxFilePath = filePath; + } +} +using (FileStream fstream = File.OpenRead(maxFilePath)){ + byte[] buffer = new byte[fstream.Length]; + await fstream.ReadAsync(buffer, 0, buffer.Length); + string text = Encoding.Default.GetString(buffer); + using(FileStream fstream1 = new FileStream("/var/result/data.txt", FileMode.OpenOrCreate)){ + fstream1.SetLength(0); + byte[] buffer1 = Encoding.Default.GetBytes(text); + await fstream1.WriteAsync(buffer1, 0, buffer1.Length); + } +} diff --git a/tasks/kazakov-ev/lab_2/worker-2/Program.cs b/tasks/kazakov-ev/lab_2/worker-2/Program.cs index 3751555..59211c8 100644 --- a/tasks/kazakov-ev/lab_2/worker-2/Program.cs +++ b/tasks/kazakov-ev/lab_2/worker-2/Program.cs @@ -1,2 +1,23 @@ -// See https://aka.ms/new-console-template for more information -Console.WriteLine("Hello, World!"); +using System.Text; + +int[] numbers = File.ReadAllLines("../../../../var/data/data.txt").Select(x=> int.Parse(x)).ToArray(); +int maxNumber = 0; +int maxNumberCount = 0; +foreach(var number in numbers){ + if(number < maxNumber){ + continue; + } + if(number == maxNumber){ + maxNumberCount++; + continue; + } + if(number > maxNumber){ + maxNumber = number; + maxNumberCount = 1; + } +} +using(FileStream fstream = new FileStream("../../../../var/result/result.txt", FileMode.OpenOrCreate)){ + byte[] buffer = Encoding.Default.GetBytes(maxNumberCount.ToString()); + await fstream.WriteAsync(buffer, 0, buffer.Length); +} +Console.WriteLine(maxNumberCount); From 870fae65ac711bab5508cdcb421c078de4bd333d Mon Sep 17 00:00:00 2001 From: Eugene Kazakov Date: Tue, 17 Oct 2023 10:12:55 +0300 Subject: [PATCH 3/4] =?UTF-8?q?=D0=BB=D0=B0=D0=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tasks/kazakov-ev/lab_2/README.md | 72 +++++++++++++++++++ .../kazakov-ev/lab_2/{var => }/data/test1.txt | 3 +- tasks/kazakov-ev/lab_2/data/test2.txt | 8 +++ tasks/kazakov-ev/lab_2/data/test3.txt | 3 + tasks/kazakov-ev/lab_2/lab_2.sln | 20 +++--- tasks/kazakov-ev/lab_2/result/data.txt | 8 +++ tasks/kazakov-ev/lab_2/result/result.txt | 1 + tasks/kazakov-ev/lab_2/var/data/test2.txt | 5 -- tasks/kazakov-ev/lab_2/var/data/test3.txt | 10 --- tasks/kazakov-ev/lab_2/worker-1/Dockerfile | 17 +++++ tasks/kazakov-ev/lab_2/worker-1/Program.cs | 18 ++--- tasks/kazakov-ev/lab_2/worker-2/Dockerfile | 17 +++++ tasks/kazakov-ev/lab_2/worker-2/Program.cs | 28 ++++---- 13 files changed, 162 insertions(+), 48 deletions(-) create mode 100644 tasks/kazakov-ev/lab_2/README.md rename tasks/kazakov-ev/lab_2/{var => }/data/test1.txt (57%) create mode 100644 tasks/kazakov-ev/lab_2/data/test2.txt create mode 100644 tasks/kazakov-ev/lab_2/data/test3.txt create mode 100644 tasks/kazakov-ev/lab_2/result/data.txt create mode 100644 tasks/kazakov-ev/lab_2/result/result.txt delete mode 100644 tasks/kazakov-ev/lab_2/var/data/test2.txt delete mode 100644 tasks/kazakov-ev/lab_2/var/data/test3.txt create mode 100644 tasks/kazakov-ev/lab_2/worker-1/Dockerfile create mode 100644 tasks/kazakov-ev/lab_2/worker-2/Dockerfile diff --git a/tasks/kazakov-ev/lab_2/README.md b/tasks/kazakov-ev/lab_2/README.md new file mode 100644 index 0000000..b43aa8e --- /dev/null +++ b/tasks/kazakov-ev/lab_2/README.md @@ -0,0 +1,72 @@ +# Отчёт по лабораторной работе №2 + +Выполнил: студент гр. ИСЭбд-41 Казаков Евгений. + +Вариант программы 1: Ищет в каталоге `/var/data` самый большой по объёму файл и перекладывает его в `/var/result/data.txt`. + +Вариант программы 2: Ищет набольшее число из файла `/var/data/data.txt` и сохраняет его вторую степень в `/var/result/result.txt`. + +## Создание приложений + +Создадим 2 приложения. +Был выбран язык C# и технология .NET 7, потому что хочется. + +Для создания обычных консольных приложений воспользуемся командами: + +```sh +dotnet new console -o worker-1 +dotnet new console -o worker-2 +``` + +Согласно варианту программа 1 должна брать все файлы из папки `/var/data`, получать их размер и отправлять в `/var/result/data.txt`. + +[Исходный текст программы worker-1](worker-1/Program.cs) + +Согласно варианту программа 2 должна брать строки из файла `/var/data/data.txt`, пытаться привести их к числам, а затем найти болшее и влзвести его в степень 2. +Затем результат вычислений копируется в файл `/var/result/result.txt`. + +[Исходный текст программы worker-2](worker-2/Program.cs) + +Дополнительно создан файл [.gitignore](.gitignore) для того, чтобы не закоммитить в git ничего лишнего. + +## Настройка окружения + +Для связи двух приложений воспользуемся следующей схемой: + +1. Каталог `./data` должен быть примонтирован в каталог `/var/data` для программы 1. + Оттуда будут браться исходные данные. +2. Каталог `./result-1` должен быть примонтирован в каталог `/var/result` для программы 2. + Туда будут складываться промежуточные данные. +3. Каталог `./result-1` также должен быть примонтирован в каталог `/var/data` для программы 2. + Оттуда будут браться промежуточные результаты. +4. Каталог `./result` должен быть примонтирован в каталог `/var/result` для программы 2. + Туда будут складывать результаты финальной обработки. + +Для каждой программы были созданы файлы Dockerfile ([программа 1](worker-1/Dockerfile), [программа 2](worker-1/Dockerfile)) с подробным описанием процесса сборки. + +Был создан файл [docker-compose.yml](docker-compose.yml), в котором указан манифест для запуска распределённого приложения. + +Дополнительно был создан файл [.dockerignore](.dockerignore) и дополнен [.gitignore](.gitignore), чтобы исключить для сборки и коммита всё лишнее. + +## Сборка и запуск + +В каталог `./data` помещены 2 файла. +Первый-самый большой файл по размеру, во втором - 100. + +Для запуска приложения необходимо ввести команду `docker compose up ---build`. + +Результат запуска после сборки: + +``` +[+] Running 2/2 + ✔ Container lab_2-worker-1-1 Created 0.0s + ✔ Container lab_2-worker-2-1 Recreated 0.1s +Attaching to lab_2-worker-1-1, lab_2-worker-2-1 +lab_2-worker-1-1 exited with code 0 +lab_2-worker-2-1 | 100 +lab_2-worker-2-1 exited with code 0 +``` + +В результате в каталоге `./result` создался файл `result.txt` с содержимым `100`, что соответствует входным данным. + +Изменение значений в файлах из каталога `./data` также изменяет содержимое в файлах из каталогов `./result-1` и `./result`. diff --git a/tasks/kazakov-ev/lab_2/var/data/test1.txt b/tasks/kazakov-ev/lab_2/data/test1.txt similarity index 57% rename from tasks/kazakov-ev/lab_2/var/data/test1.txt rename to tasks/kazakov-ev/lab_2/data/test1.txt index 5f5fbe7..b178657 100644 --- a/tasks/kazakov-ev/lab_2/var/data/test1.txt +++ b/tasks/kazakov-ev/lab_2/data/test1.txt @@ -1,3 +1,4 @@ 1 2 -3 \ No newline at end of file +3 +4 \ No newline at end of file diff --git a/tasks/kazakov-ev/lab_2/data/test2.txt b/tasks/kazakov-ev/lab_2/data/test2.txt new file mode 100644 index 0000000..dbde77c --- /dev/null +++ b/tasks/kazakov-ev/lab_2/data/test2.txt @@ -0,0 +1,8 @@ +1 +4 +5 +6 +7 +8 +9 +10 \ No newline at end of file diff --git a/tasks/kazakov-ev/lab_2/data/test3.txt b/tasks/kazakov-ev/lab_2/data/test3.txt new file mode 100644 index 0000000..b2a630f --- /dev/null +++ b/tasks/kazakov-ev/lab_2/data/test3.txt @@ -0,0 +1,3 @@ +1 +3 +5 \ No newline at end of file diff --git a/tasks/kazakov-ev/lab_2/lab_2.sln b/tasks/kazakov-ev/lab_2/lab_2.sln index fbb5b36..b4854d0 100644 --- a/tasks/kazakov-ev/lab_2/lab_2.sln +++ b/tasks/kazakov-ev/lab_2/lab_2.sln @@ -3,9 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.0.31903.59 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "worker-1", "worker-1\worker-1.csproj", "{9432BCDF-7776-40B2-BBBC-AC6715AD0B17}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "worker-1", "worker-1\worker-1.csproj", "{DFE09A1D-9DC6-4EF8-84A4-E388F323E88B}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "worker-2", "worker-2\worker-2.csproj", "{F27277D5-063E-4DE2-B614-6BD2B30D0341}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "worker-2", "worker-2\worker-2.csproj", "{F5373868-285B-43A5-A593-C6E64B28B404}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -16,13 +16,13 @@ Global HideSolutionNode = FALSE EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {9432BCDF-7776-40B2-BBBC-AC6715AD0B17}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {9432BCDF-7776-40B2-BBBC-AC6715AD0B17}.Debug|Any CPU.Build.0 = Debug|Any CPU - {9432BCDF-7776-40B2-BBBC-AC6715AD0B17}.Release|Any CPU.ActiveCfg = Release|Any CPU - {9432BCDF-7776-40B2-BBBC-AC6715AD0B17}.Release|Any CPU.Build.0 = Release|Any CPU - {F27277D5-063E-4DE2-B614-6BD2B30D0341}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {F27277D5-063E-4DE2-B614-6BD2B30D0341}.Debug|Any CPU.Build.0 = Debug|Any CPU - {F27277D5-063E-4DE2-B614-6BD2B30D0341}.Release|Any CPU.ActiveCfg = Release|Any CPU - {F27277D5-063E-4DE2-B614-6BD2B30D0341}.Release|Any CPU.Build.0 = Release|Any CPU + {DFE09A1D-9DC6-4EF8-84A4-E388F323E88B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {DFE09A1D-9DC6-4EF8-84A4-E388F323E88B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {DFE09A1D-9DC6-4EF8-84A4-E388F323E88B}.Release|Any CPU.ActiveCfg = Release|Any CPU + {DFE09A1D-9DC6-4EF8-84A4-E388F323E88B}.Release|Any CPU.Build.0 = Release|Any CPU + {F5373868-285B-43A5-A593-C6E64B28B404}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F5373868-285B-43A5-A593-C6E64B28B404}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F5373868-285B-43A5-A593-C6E64B28B404}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F5373868-285B-43A5-A593-C6E64B28B404}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection EndGlobal diff --git a/tasks/kazakov-ev/lab_2/result/data.txt b/tasks/kazakov-ev/lab_2/result/data.txt new file mode 100644 index 0000000..dbde77c --- /dev/null +++ b/tasks/kazakov-ev/lab_2/result/data.txt @@ -0,0 +1,8 @@ +1 +4 +5 +6 +7 +8 +9 +10 \ No newline at end of file diff --git a/tasks/kazakov-ev/lab_2/result/result.txt b/tasks/kazakov-ev/lab_2/result/result.txt new file mode 100644 index 0000000..105d7d9 --- /dev/null +++ b/tasks/kazakov-ev/lab_2/result/result.txt @@ -0,0 +1 @@ +100 \ No newline at end of file diff --git a/tasks/kazakov-ev/lab_2/var/data/test2.txt b/tasks/kazakov-ev/lab_2/var/data/test2.txt deleted file mode 100644 index 627e109..0000000 --- a/tasks/kazakov-ev/lab_2/var/data/test2.txt +++ /dev/null @@ -1,5 +0,0 @@ -1 -1 -1 -1 -1 diff --git a/tasks/kazakov-ev/lab_2/var/data/test3.txt b/tasks/kazakov-ev/lab_2/var/data/test3.txt deleted file mode 100644 index ec47769..0000000 --- a/tasks/kazakov-ev/lab_2/var/data/test3.txt +++ /dev/null @@ -1,10 +0,0 @@ -10 -10 -10 -10 -10 -10 -10 -10 -10 -10 \ No newline at end of file diff --git a/tasks/kazakov-ev/lab_2/worker-1/Dockerfile b/tasks/kazakov-ev/lab_2/worker-1/Dockerfile new file mode 100644 index 0000000..3e35bb1 --- /dev/null +++ b/tasks/kazakov-ev/lab_2/worker-1/Dockerfile @@ -0,0 +1,17 @@ +#задаем базовый образ на .net 7.0 +FROM mcr.microsoft.com/dotnet/sdk:7.0 AS build-env +#задаем рабочую директорию +WORKDIR /src + +#в каталог копируем файлы и папки в контейнер +COPY . ./ +#создаем образы и устанавливаем данные пакеты в контейнер +RUN dotnet restore +COPY . . +RUN dotnet publish -c Release -o /publish + +FROM mcr.microsoft.com/dotnet/aspnet:7.0 as runtime +WORKDIR /publish +COPY --from=build-env /publish . +#вызываем приложение во время выполнения контейнера +ENTRYPOINT ["dotnet", "worker-1.dll"] \ No newline at end of file diff --git a/tasks/kazakov-ev/lab_2/worker-1/Program.cs b/tasks/kazakov-ev/lab_2/worker-1/Program.cs index 6c038fd..494a499 100644 --- a/tasks/kazakov-ev/lab_2/worker-1/Program.cs +++ b/tasks/kazakov-ev/lab_2/worker-1/Program.cs @@ -1,22 +1,24 @@ using System.Text; -string[] files = Directory.GetFiles("/var/data"); -string maxFilePath = ""; -long maxL = 0; +string[] files = Directory.GetFiles("../../../../var/data"); +string FilePath = ""; +long maxFileLenght = 0; foreach(var filePath in files){ FileInfo fileInfo = new FileInfo(filePath); - if(fileInfo.Length > maxL){ - maxL = fileInfo.Length; - maxFilePath = filePath; + if(fileInfo.Length > maxFileLenght){ + maxFileLenght = fileInfo.Length; + FilePath = filePath; } } -using (FileStream fstream = File.OpenRead(maxFilePath)){ +using (FileStream fstream = File.OpenRead(FilePath)){ byte[] buffer = new byte[fstream.Length]; await fstream.ReadAsync(buffer, 0, buffer.Length); string text = Encoding.Default.GetString(buffer); - using(FileStream fstream1 = new FileStream("/var/result/data.txt", FileMode.OpenOrCreate)){ + using(FileStream fstream1 = new FileStream("../../../../var/result/data.txt", FileMode.OpenOrCreate)){ fstream1.SetLength(0); byte[] buffer1 = Encoding.Default.GetBytes(text); await fstream1.WriteAsync(buffer1, 0, buffer1.Length); } } + + \ No newline at end of file diff --git a/tasks/kazakov-ev/lab_2/worker-2/Dockerfile b/tasks/kazakov-ev/lab_2/worker-2/Dockerfile new file mode 100644 index 0000000..0ea2530 --- /dev/null +++ b/tasks/kazakov-ev/lab_2/worker-2/Dockerfile @@ -0,0 +1,17 @@ +#задаем базовый образ на .net 6.0 +FROM mcr.microsoft.com/dotnet/sdk:7.0 AS build-env +#задаем рабочую директорию +WORKDIR /src + +#в каталог копируем файлы и папки в контейнер +COPY . ./ +#создаем образы и устанавливаем данные пакеты в контейнер +RUN dotnet restore +COPY . . +RUN dotnet publish -c Release -o /publish + +FROM mcr.microsoft.com/dotnet/aspnet:7.0 as runtime +WORKDIR /publish +COPY --from=build-env /publish . +#вызываем приложение во время выполнения контейнера +ENTRYPOINT ["dotnet", "worker-2.dll"] \ No newline at end of file diff --git a/tasks/kazakov-ev/lab_2/worker-2/Program.cs b/tasks/kazakov-ev/lab_2/worker-2/Program.cs index 59211c8..b77234f 100644 --- a/tasks/kazakov-ev/lab_2/worker-2/Program.cs +++ b/tasks/kazakov-ev/lab_2/worker-2/Program.cs @@ -1,23 +1,23 @@ using System.Text; -int[] numbers = File.ReadAllLines("../../../../var/data/data.txt").Select(x=> int.Parse(x)).ToArray(); +string[] numbers; +using (FileStream fstream = File.OpenRead("../../../../var/result/data.txt")){ + byte[] buffer = new byte[fstream.Length]; + await fstream.ReadAsync(buffer, 0, buffer.Length); + string text = Encoding.Default.GetString(buffer); + text = text.Replace("\r\n",";"); + numbers = text.Split(new char[]{';'}); +} int maxNumber = 0; -int maxNumberCount = 0; +int n = 0; foreach(var number in numbers){ - if(number < maxNumber){ - continue; - } - if(number == maxNumber){ - maxNumberCount++; - continue; - } - if(number > maxNumber){ - maxNumber = number; - maxNumberCount = 1; + if(Convert.ToInt32(number) > maxNumber){ + maxNumber = Convert.ToInt32(number); + n = maxNumber*maxNumber; } } using(FileStream fstream = new FileStream("../../../../var/result/result.txt", FileMode.OpenOrCreate)){ - byte[] buffer = Encoding.Default.GetBytes(maxNumberCount.ToString()); + byte[] buffer = Encoding.Default.GetBytes(n.ToString()); await fstream.WriteAsync(buffer, 0, buffer.Length); } -Console.WriteLine(maxNumberCount); +Console.WriteLine(n); From 38083bcc01aade12f542bc4dab1d0f25886e0b93 Mon Sep 17 00:00:00 2001 From: Eugene Kazakov Date: Tue, 17 Oct 2023 10:25:32 +0300 Subject: [PATCH 4/4] =?UTF-8?q?=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB?= =?UTF-8?q?=20=D0=BF=D1=83=D1=82=D1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tasks/kazakov-ev/lab_2/worker-1/Program.cs | 4 ++-- tasks/kazakov-ev/lab_2/worker-2/Program.cs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tasks/kazakov-ev/lab_2/worker-1/Program.cs b/tasks/kazakov-ev/lab_2/worker-1/Program.cs index 494a499..1708e71 100644 --- a/tasks/kazakov-ev/lab_2/worker-1/Program.cs +++ b/tasks/kazakov-ev/lab_2/worker-1/Program.cs @@ -1,6 +1,6 @@ using System.Text; -string[] files = Directory.GetFiles("../../../../var/data"); +string[] files = Directory.GetFiles("/var/data"); string FilePath = ""; long maxFileLenght = 0; foreach(var filePath in files){ @@ -14,7 +14,7 @@ using (FileStream fstream = File.OpenRead(FilePath)){ byte[] buffer = new byte[fstream.Length]; await fstream.ReadAsync(buffer, 0, buffer.Length); string text = Encoding.Default.GetString(buffer); - using(FileStream fstream1 = new FileStream("../../../../var/result/data.txt", FileMode.OpenOrCreate)){ + using(FileStream fstream1 = new FileStream("/var/result/data.txt", FileMode.OpenOrCreate)){ fstream1.SetLength(0); byte[] buffer1 = Encoding.Default.GetBytes(text); await fstream1.WriteAsync(buffer1, 0, buffer1.Length); diff --git a/tasks/kazakov-ev/lab_2/worker-2/Program.cs b/tasks/kazakov-ev/lab_2/worker-2/Program.cs index b77234f..4f9de96 100644 --- a/tasks/kazakov-ev/lab_2/worker-2/Program.cs +++ b/tasks/kazakov-ev/lab_2/worker-2/Program.cs @@ -1,7 +1,7 @@ using System.Text; string[] numbers; -using (FileStream fstream = File.OpenRead("../../../../var/result/data.txt")){ +using (FileStream fstream = File.OpenRead("/var/result/data.txt")){ byte[] buffer = new byte[fstream.Length]; await fstream.ReadAsync(buffer, 0, buffer.Length); string text = Encoding.Default.GetString(buffer); @@ -16,7 +16,7 @@ foreach(var number in numbers){ n = maxNumber*maxNumber; } } -using(FileStream fstream = new FileStream("../../../../var/result/result.txt", FileMode.OpenOrCreate)){ +using(FileStream fstream = new FileStream("/var/result/result.txt", FileMode.OpenOrCreate)){ byte[] buffer = Encoding.Default.GetBytes(n.ToString()); await fstream.WriteAsync(buffer, 0, buffer.Length); }