-
MY PROJECTS
-
Recent Posts
- Java.Jackson.Serialize object to json
- Algo. Traverse linked list
- Algo. Java. Remove-duplicates-from-sorted-array
- Java.Hibernate.SimpleExample
- Java.Jdbc.SimpleExample
- SQL. Calc the sum with case, example
- Mullvad – free the internet :)
- Junit. Jupiter
- Java. SpringBoot Example how to work with dateTime in Specification
- Java.SpringBoot.PopularAnnotations
- SpringBoot. Exception Management
- Java.Hibernate.JoinTableAnnotation
- SpringBoot.Making our first starter and autoconfiguration
- Spring. Creating main annotation to start business logic
- Spring.Reading from properties file
- Spring.How to define spring version inside springBoot ?
- SpringBoot App inside Docker
- Kafka.FirstExperience
- Docker.MySql and Lost connection to MySQL server at ‘reading initial communication packet’, system error: 0
- Gradle.Tips
Categories
- Aptana
- Azure
- C#
- DataSnap
- DBExpress
- Delphi
- Delphi и сети
- Delphi. Язык программирования
- ExtJS
- FastReport
- FireDAC
- FireMonkey
- GIT
- ICS
- IDE
- IIS
- Indy
- InnoSetup
- javascript
- jQuery
- JSON
- LiveBindings
- MSHTML
- MySQL
- PHP
- REST
- Ribbons
- SMS
- SQL инструкции
- SVN
- TRichView
- UniGui
- WebBroker
- WinAPI
- Windows
- Алгоритмы
- Без рубрики
- Деревья
- Ищу ответ
- Компонентостроение
- Мои компоненты
- Начальный уровень
- Обработка исключений
- Парсинг
- Потоки(Threads)
- Регулярные выражения
- Тестирование приложений
Author Archives: Stanislav_Panteleev
Algo. Traverse linked list
// while // recursion
Posted in Без рубрики
Comments Off on Algo. Traverse linked list
Algo. Java. Remove-duplicates-from-sorted-array
https://github.com/psGringo/algoJava/blob/main/remove-duplicates-from-sorted-array/remove-duplicates-from-sorted-array/src/main/java/org/example/Main.java
Posted in Без рубрики
Comments Off on Algo. Java. Remove-duplicates-from-sorted-array
Java.Hibernate.SimpleExample
/resources/hibernate.properties
Posted in Без рубрики
Comments Off on Java.Hibernate.SimpleExample
Java.Jdbc.SimpleExample
build.gradle.kts Main.java
Posted in Без рубрики
Comments Off on Java.Jdbc.SimpleExample
SQL. Calc the sum with case, example
Posted in Без рубрики
Comments Off on SQL. Calc the sum with case, example
Mullvad – free the internet :)
no more freedom downtime https://mullvad.net/en
Posted in Без рубрики
Comments Off on Mullvad – free the internet :)
Junit. Jupiter
test order example https://github.com/junit-team/junit4/wiki/aggregating-tests-in-suites
Posted in Без рубрики
Comments Off on Junit. Jupiter
Java. SpringBoot Example how to work with dateTime in Specification
Working example just with date or like that
Posted in Без рубрики
Comments Off on Java. SpringBoot Example how to work with dateTime in Specification
Java.SpringBoot.PopularAnnotations
@BeanAnnotations @EnableAsync / @Async ; do smth in new thread @EnableSheduling / @Scheduled @Lock ; lock record on database level @Mdifying ; to learn @Scheduled @Query
Posted in Без рубрики
Comments Off on Java.SpringBoot.PopularAnnotations