Compare commits

...

4 Commits

Author SHA1 Message Date
platoff aeeee
5c23c80066 Готовая 7 лаба 2023-12-24 22:57:08 +04:00
platoff aeeee
4b3d7d9694 Готовая 7 лаба 2023-12-24 12:47:59 +04:00
platoff aeeee
8fed0cc8c9 правки 7 лаб 2023-12-20 09:31:42 +04:00
platoff aeeee
f5559ddebe правки 7 лаб 2023-12-20 01:36:04 +04:00
9 changed files with 219 additions and 53 deletions

View File

@ -15,7 +15,7 @@ namespace Tank.Entites
public bool BodyKit { get; private set; } public bool BodyKit { get; private set; }
// Признак (опция) наличия Багажника // Признак (опция) наличия Багажника
public bool Trunk { get; private set; } public bool Trunk { get; private set; }
// Признак (опция) наличия гоночной полосы // Признак (опция) наличия полосы
public bool Line { get; private set; } public bool Line { get; private set; }
/// Шаг перемещения танка /// Шаг перемещения танка
/// Инициализация полей объекта-класса спортивного автомобиля /// Инициализация полей объекта-класса спортивного автомобиля
@ -25,7 +25,7 @@ namespace Tank.Entites
/// <param name="additionalColor">Дополнительный цвет</param> /// <param name="additionalColor">Дополнительный цвет</param>
/// <param name="bodyKit">Признак наличия обвеса</param> /// <param name="bodyKit">Признак наличия обвеса</param>
/// <param name="trunk">Признак наличия багажника</param> /// <param name="trunk">Признак наличия багажника</param>
/// <param name="line">Признак наличия гоночной полосы</param> /// <param name="line">Признак наличия полосы</param>
public EntityTank(int speed, double weight, Color bodyColor, Color public EntityTank(int speed, double weight, Color bodyColor, Color
additionalColor, bool bodyKit, bool trunk, bool line) : base(speed, weight, bodyColor) additionalColor, bool bodyKit, bool trunk, bool line) : base(speed, weight, bodyColor)
{ {
@ -38,7 +38,6 @@ namespace Tank.Entites
{ {
AdditionalColor = color; AdditionalColor = color;
} }
} }
} }

View File

@ -0,0 +1,20 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.Serialization;
using System.Text;
using System.Threading.Tasks;
namespace Tank.Exceptions
{
[Serializable]
internal class TankNotFoundException : ApplicationException
{
public TankNotFoundException(int i) : base($"Не найден объект по позиции {i}") { }
public TankNotFoundException() : base() { }
public TankNotFoundException(string message) : base(message) { }
public TankNotFoundException(string message, Exception exception) : base(message, exception) { }
protected TankNotFoundException(SerializationInfo info, StreamingContext contex) : base(info, contex) { }
}
}

View File

@ -0,0 +1,20 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Runtime.Serialization;
namespace Tank
{
[Serializable]
internal class TankStorageOverflowException : ApplicationException
{
public TankStorageOverflowException(int count) : base($"В наборе превышено допустимое количество: {count}") { }
public TankStorageOverflowException() : base() { }
public TankStorageOverflowException(string message) : base(message) { }
public TankStorageOverflowException(string message, Exception exception) : base(message, exception) { }
protected TankStorageOverflowException(SerializationInfo info, StreamingContext contex) : base(info, contex) { }
}
}

View File

@ -10,16 +10,20 @@ using System.Windows.Forms;
using Tank.DrawingObjects; using Tank.DrawingObjects;
using Tank.MovementStrategy; using Tank.MovementStrategy;
using Tank.Generics; using Tank.Generics;
using Tank.Exceptions;
using Microsoft.Extensions.Logging;
namespace Tank namespace Tank
{ {
public partial class FormArmoredCarCollection : Form public partial class FormArmoredCarCollection : Form
{ {
private readonly TanksGenericStorage _storage; private readonly TanksGenericStorage _storage;
public FormArmoredCarCollection() private readonly ILogger _logger;
public FormArmoredCarCollection(ILogger<FormArmoredCarCollection> logger)
{ {
InitializeComponent(); InitializeComponent();
_storage = new TanksGenericStorage(pictureBoxCollection.Width, pictureBoxCollection.Height); _storage = new TanksGenericStorage(pictureBoxCollection.Width, pictureBoxCollection.Height);
_logger = logger;
} }
private void ReloadObjects() private void ReloadObjects()
@ -40,7 +44,6 @@ namespace Tank
} }
public void AddArmoredCar(DrawingArmoredCar tank) public void AddArmoredCar(DrawingArmoredCar tank)
{ {
if (listBoxStorages.SelectedIndex == -1) if (listBoxStorages.SelectedIndex == -1)
{ {
return; return;
@ -48,17 +51,27 @@ namespace Tank
var obj = _storage[listBoxStorages.SelectedItem.ToString() ?? string.Empty]; var obj = _storage[listBoxStorages.SelectedItem.ToString() ?? string.Empty];
if (obj == null) if (obj == null)
{ {
_logger.LogWarning("Добавление пустого объекта");
return; return;
} }
if ((obj + tank) != false) _logger.LogInformation("Начало попытки добавления объекта");
try
{ {
MessageBox.Show("Объект добавлен"); if ((obj + tank) != false)
pictureBoxCollection.Image = obj.ShowTanks(); {
MessageBox.Show("Объект добавлен");
pictureBoxCollection.Image = obj.ShowTanks();
_logger.LogInformation($"Добавлен объект {obj}");
}
} }
else catch (TankStorageOverflowException ex)
{ {
MessageBox.Show(ex.Message);
MessageBox.Show("Не удалось добавить объект"); MessageBox.Show("Не удалось добавить объект");
_logger.LogWarning($"{ex.Message} ");
} }
} }
private void ButtonAddArmoredCar_Click(object sender, EventArgs e) private void ButtonAddArmoredCar_Click(object sender, EventArgs e)
{ {
@ -80,6 +93,7 @@ namespace Tank
{ {
if (listBoxStorages.SelectedIndex == -1) if (listBoxStorages.SelectedIndex == -1)
{ {
_logger.LogWarning("Удаление объекта из несуществующего набора");
return; return;
} }
var obj = _storage[listBoxStorages.SelectedItem.ToString() ?? string.Empty]; var obj = _storage[listBoxStorages.SelectedItem.ToString() ?? string.Empty];
@ -90,17 +104,28 @@ namespace Tank
if (MessageBox.Show("Удалить объект?", "Удаление", if (MessageBox.Show("Удалить объект?", "Удаление",
MessageBoxButtons.YesNo, MessageBoxIcon.Question) == DialogResult.No) MessageBoxButtons.YesNo, MessageBoxIcon.Question) == DialogResult.No)
{ {
_logger.LogWarning("Отмена удаления объекта");
return; return;
} }
int pos = Convert.ToInt32(maskedTextBoxNumber.Text); int pos = Convert.ToInt32(maskedTextBoxNumber.Text);
if (obj - pos != null) try
{ {
MessageBox.Show("Объект удален"); if (obj - pos != null)
pictureBoxCollection.Image = obj.ShowTanks(); {
MessageBox.Show("Объект удален");
_logger.LogInformation($"Удален объект с позиции{pos}");
pictureBoxCollection.Image = obj.ShowTanks();
}
else
{
_logger.LogWarning($"Не удалось удалить объект из набора {listBoxStorages.SelectedItem.ToString()}");
MessageBox.Show("Не удалось удалить объект");
}
} }
else catch (TankNotFoundException ex)
{ {
MessageBox.Show("Не удалось удалить объект"); MessageBox.Show(ex.Message);
_logger.LogWarning($"{ex.Message} из {listBoxStorages.SelectedItem.ToString()}");
} }
} }
public void RefreshCollection() public void RefreshCollection()
@ -136,14 +161,18 @@ namespace Tank
{ {
if (listBoxStorages.SelectedIndex == -1) if (listBoxStorages.SelectedIndex == -1)
{ {
_logger.LogWarning("Удаление невыбранного набора");
return; return;
} }
if (MessageBox.Show($"Удалить объект { listBoxStorages.SelectedItem}?", "Удаление", string nameSet = listBoxStorages.SelectedItem.ToString() ?? string.Empty;
MessageBoxButtons.YesNo, MessageBoxIcon.Question) == DialogResult.Yes) if (MessageBox.Show($"Удалить объект {nameSet}?", "Удаление", MessageBoxButtons.YesNo,
{ MessageBoxIcon.Question) == DialogResult.Yes)
_storage.DelSet(listBoxStorages.SelectedItem.ToString() ?? string.Empty); {
_storage.DelSet(nameSet);
ReloadObjects(); ReloadObjects();
_logger.LogInformation($"Набор '{nameSet}' удален");
} }
_logger.LogWarning("Отмена удаления набора");
} }
private void listBoxStorages_SelectedIndexChanged(object sender, EventArgs e) private void listBoxStorages_SelectedIndexChanged(object sender, EventArgs e)
{ {
@ -154,15 +183,16 @@ namespace Tank
{ {
if (saveFileDialog.ShowDialog() == DialogResult.OK) if (saveFileDialog.ShowDialog() == DialogResult.OK)
{ {
if (_storage.SaveData(saveFileDialog.FileName)) try
{ {
MessageBox.Show("Сохранение прошло успешно", _storage.SaveData(saveFileDialog.FileName);
"Результат", MessageBoxButtons.OK, MessageBoxIcon.Information); MessageBox.Show("Сохранение прошло успешно", "Результат", MessageBoxButtons.OK, MessageBoxIcon.Information);
_logger.LogInformation($"Данные загружены в файл {saveFileDialog.FileName}");
} }
else catch (Exception ex)
{ {
MessageBox.Show("Не сохранилось", "Результат", MessageBox.Show($"Не сохранилось: {ex.Message}", "Результат", MessageBoxButtons.OK, MessageBoxIcon.Information);
MessageBoxButtons.OK, MessageBoxIcon.Error); _logger.LogWarning($"Не удалось сохранить информацию в файл: {ex.Message}");
} }
} }
} }
@ -171,14 +201,17 @@ namespace Tank
{ {
if (openFileDialog1.ShowDialog() == DialogResult.OK) if (openFileDialog1.ShowDialog() == DialogResult.OK)
{ {
if (_storage.LoadData(openFileDialog1.FileName)) try
{ {
_storage.LoadData(openFileDialog1.FileName);
ReloadObjects(); ReloadObjects();
MessageBox.Show("Загрузка прошла успешно", "Результат", MessageBoxButtons.OK, MessageBoxIcon.Information); MessageBox.Show("Загрузка прошла успешно", "Результат", MessageBoxButtons.OK, MessageBoxIcon.Information);
_logger.LogInformation($"Данные загружены из файла {openFileDialog1.FileName}");
} }
else catch (Exception ex)
{ {
MessageBox.Show("Не загрузилось", "Результат", MessageBoxButtons.OK, MessageBoxIcon.Error); MessageBox.Show($"Не загрузилось: {ex.Message}", "Результат", MessageBoxButtons.OK, MessageBoxIcon.Information);
_logger.LogWarning($"Не удалось загрузить информацию из файла: {ex.Message}");
} }
} }
} }

View File

@ -3,6 +3,7 @@ using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Text; using System.Text;
using System.Threading.Tasks; using System.Threading.Tasks;
using Tank.Exceptions;
namespace Tank.Generics namespace Tank.Generics
{ {
@ -29,10 +30,10 @@ namespace Tank.Generics
public bool Insert(T tank, int position) public bool Insert(T tank, int position)
{ {
if (position < 0 || position > _maxCount) if (position < 0 || position >= _maxCount)
return false; throw new TankNotFoundException(position);
if (Count >= _maxCount) if (Count >= _maxCount)
return false; throw new TankStorageOverflowException(_maxCount);
_places.Insert(0, tank); _places.Insert(0, tank);
return true; return true;
} }

View File

@ -9,6 +9,7 @@ using Tank.MovementStrategy;
using System.Globalization; using System.Globalization;
using Tank.Drawings; using Tank.Drawings;
using System.Xml.Linq; using System.Xml.Linq;
using Tank.Exceptions;
namespace Tank.Generics namespace Tank.Generics
{ {
@ -105,7 +106,7 @@ namespace Tank.Generics
} }
} }
public bool SaveData(string filename) public void SaveData(string filename)
{ {
if (File.Exists(filename)) if (File.Exists(filename))
{ {
@ -124,13 +125,12 @@ namespace Tank.Generics
} }
if (data.Length == 0) if (data.Length == 0)
{ {
return false; throw new Exception("Невалиданя операция, нет данных для сохранения");
} }
using (StreamWriter writer = new StreamWriter(filename)) using (StreamWriter writer = new StreamWriter(filename))
{ {
writer.WriteLine("TankStorage"); writer.WriteLine("TankStorage");
writer.Write(data.ToString()); writer.Write(data.ToString());
return true;
} }
} }
public bool SaveCollection(string filename) public bool SaveCollection(string filename)
@ -166,45 +166,57 @@ namespace Tank.Generics
/// </summary> /// </summary>
/// <param name="filename">Путь и имя файла</param> /// <param name="filename">Путь и имя файла</param>
/// <returns>true - загрузка прошла успешно, false - ошибка при загрузке данных</returns> /// <returns>true - загрузка прошла успешно, false - ошибка при загрузке данных</returns>
public bool LoadData(string filename) public void LoadData(string filename)
{ {
if (!File.Exists(filename)) if (!File.Exists(filename))
{ {
return false; throw new Exception("Файл не найден");
} }
using (StreamReader reader = new StreamReader(filename)) using (StreamReader reader = new StreamReader(filename))
{ {
string strCheck = reader.ReadLine(); string checker = reader.ReadLine();
if (!strCheck.StartsWith("TankStorage")) if (checker == null)
return false; throw new NullReferenceException("Нет данных для загрузки");
_tankStorages.Clear(); if (!checker.StartsWith("TankStorage"))
string Str;
while ((Str = reader.ReadLine()) != null)
{ {
if (Str == null) throw new FormatException("Неверный формат данных");
}
_tankStorages.Clear();
string strs;
bool firstinit = true;
while ((strs = reader.ReadLine()) != null)
{
if (strs == null && firstinit)
throw new NullReferenceException("Нет данных для загрузки");
if (strs == null)
break; break;
string name = Str.Split('|')[0]; firstinit = false;
string name = strs.Split('|')[0];
TanksGenericCollection<DrawingArmoredCar, DrawingObjectArmoredCar> collection = new(_pictureWidth, _pictureHeight); TanksGenericCollection<DrawingArmoredCar, DrawingObjectArmoredCar> collection = new(_pictureWidth, _pictureHeight);
foreach (string data in Str.Split('|')[1].Split(';')) foreach (string data in strs.Split('|')[1].Split(';'))
{ {
DrawingArmoredCar? ArmoredCar = data?.CreateDrawTank(_separatorForObject, _pictureWidth, _pictureHeight); DrawingArmoredCar? ArmoredCar = data?.CreateDrawTank(_separatorForObject, _pictureWidth, _pictureHeight);
if (ArmoredCar != null) if (ArmoredCar != null)
{ {
if (!(collection + ArmoredCar)) try
{ {
return false; _ = collection + ArmoredCar;
}
catch (TankNotFoundException e)
{
throw e;
}
catch (TankStorageOverflowException e)
{
throw e;
} }
} }
} }
_tankStorages.Add(name, collection); _tankStorages.Add(name, collection);
} }
return true;
} }
} }
} }
} }

View File

@ -1,3 +1,28 @@
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Forms;
using Microsoft.VisualBasic.Logging;
using Serilog;
using Serilog.Events;
using Serilog.Formatting.Json;
using Log = Serilog.Log;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
using Serilog;
using Serilog.Core;
using Serilog.Events;
using Serilog.Formatting.Json;
using System;
using System.IO;
using System.Windows.Forms;
namespace Tank namespace Tank
{ {
internal static class Program internal static class Program
@ -8,10 +33,31 @@ namespace Tank
[STAThread] [STAThread]
static void Main() static void Main()
{ {
// To customize application configuration such as set high DPI settings or default font,
// see https://aka.ms/applicationconfiguration.
ApplicationConfiguration.Initialize(); ApplicationConfiguration.Initialize();
Application.Run(new FormArmoredCarCollection()); var services = new ServiceCollection();
ConfigureServices(services);
using (ServiceProvider serviceProvider = services.BuildServiceProvider())
{
Application.Run(serviceProvider.GetRequiredService<FormArmoredCarCollection>());
}
}
private static void ConfigureServices(ServiceCollection services)
{
services.AddSingleton<FormArmoredCarCollection>().AddLogging(option =>
{
string[] path = Directory.GetCurrentDirectory().Split('\\');
string pathNeed = "";
for (int i = 0; i < path.Length - 3; i++)
{
pathNeed += path[i] + "\\";
}
var configuration = new ConfigurationBuilder().SetBasePath(Directory.GetCurrentDirectory()).AddJsonFile(path: $"{pathNeed}appSetting.json", optional: false, reloadOnChange: true).Build();
var logger = new LoggerConfiguration().ReadFrom.Configuration(configuration).CreateLogger();
option.SetMinimumLevel(LogLevel.Information);
option.AddSerilog(logger);
});
} }
} }
} }

View File

@ -27,4 +27,19 @@
<Folder Include="MovementStrategy\" /> <Folder Include="MovementStrategy\" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<PackageReference Include="DependencyInjection.AutoRegistration" Version="3.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Configuration" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="8.0.0" />
<PackageReference Include="NLog.Extensions.Logging" Version="5.3.7" />
<PackageReference Include="Serilog" Version="3.1.1" />
<PackageReference Include="Serilog.Extensions.Logging" Version="8.0.0" />
<PackageReference Include="Serilog.Settings.Configuration" Version="8.0.0" />
<PackageReference Include="Serilog.Sinks.File" Version="5.0.0" />
</ItemGroup>
</Project> </Project>

20
Tank/Tank/appSetting.json Normal file
View File

@ -0,0 +1,20 @@
{
"Serilog": {
"Using": [ "Serilog.Sinks.File" ],
"MinimumLevel": "Information",
"WriteTo": [
{
"Name": "File",
"Args": {
"path": "Logs/log_.log",
"rollingInterval": "Day",
"outputTemplate": "[{Timestamp:HH:mm:ss.fff}]{Level:u4}: {Message:lj}{NewLine}{Exception}"
}
}
],
"Enrich": [ "FromLogContext", "WithMachineName", "WithThreadId" ],
"Properties": {
"Application": "Tank"
}
}
}