👨💻
Coding
Highlights
Pinned Loading
-
-
-
mobile-warehouse
mobile-warehouse PublicКонфигурация для управления складом на мобильном устройстве.
1C Enterprise
-
-
Работа с PowerShell
Работа с PowerShell 1# Устанавливаем цвет в PowerShell
2# Get-PSReadLineOption
3Set-PSReadLineOption -colors @{ "Parameter" = "$([char]0x1b)[92m" }
4Set-PSReadLineOption -colors @{ "Operator" = "$([char]0x1b)[37m" }
-
The base entity for inheritance in S...
The base entity for inheritance in Spring Data JPA 1import jakarta.persistence.*;
2import lombok.*;
3import org.hibernate.Hibernate;
45import java.util.Objects;
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.