Этот коммит содержится в:
Ihar Hancharenka 2023-08-18 12:57:05 +03:00
родитель e176cfae87
Коммит b324b9745d
9 изменённых файлов: 29 добавлений и 2 удалений

Просмотреть файл

@ -1,3 +1,12 @@
https://learnsql.com/
https://learnsql.com/cookbook/
https://learnsql.com/tags/cheat-sheet/
https://learnsql.com/blog/ultimate-sql-cheat-sheet/
https://learnsql.com/blog/sql-basics-cheat-sheet/
https://learnsql.com/blog/standard-sql-functions-cheat-sheet/
https://learnsql.com/blog/sql-window-functions-cheat-sheet/
2022
https://proglib.io/p/osnovnye-sql-komandy-i-zaprosy-s-primerami-kotorye-dolzhen-znat-kazhdyy-razrabotchik-2022-04-14
https://proglib.tech/p/osnovnye-sql-komandy-i-zaprosy-s-primerami-kotorye-dolzhen-znat-kazhdyy-razrabotchik-2022-04-14

Просмотреть файл

@ -1,3 +1,6 @@
2023
Wittig - Amazon Web Services in Action 3rd ed
E20201852C22717546E7F2FB0BA22BDC
2022
Daswani - AWS Certified Cloud Practitioner Exam Guide of 630p
magnet:?xt=urn:btih:6de2331e9002d2f0ea0031e3ef38a0fb1ec8a906

2
pl/cross/tools/hexeditor/imhex.txt Обычный файл
Просмотреть файл

@ -0,0 +1,2 @@
https://imhex.werwolv.net/
https://github.com/WerWolv/ImHex

Просмотреть файл

@ -1,3 +1,5 @@
2023
https://developers.redhat.com/articles/2023/05/03/how-debug-c-lambda-expressions-gdb
2022
https://xakep.ru/2022/11/30/linux-debug/
! with ptrace

Просмотреть файл

@ -1,5 +1,8 @@
https://docs.oracle.com/javase/tutorial/java/annotations/predefined.html
2023
MJC - Creating Annotations in Java ru of 6:51
https://www.youtube.com/watch?v=7D4Wn0GndCA
2022
JACOV - "Java Annotation Processing" - Oscar Camacho
https://www.youtube.com/watch?v=REli837WM5o&t=4390s

2
pl/java/libfws/spring/boot/profiling.txt Обычный файл
Просмотреть файл

@ -0,0 +1,2 @@
2023
https://habr.com/ru/companies/alfastrah/articles/717114/

Просмотреть файл

@ -1,7 +1,7 @@
https://www.baeldung.com/spring-profiles#4-profile-groups
spring.profiles.group.production=proddb,prodquartz
2022
2023
https://www.baeldung.com/spring-profiles
https://github.com/eugenp/tutorials/tree/master/spring-core-2
2021

Просмотреть файл

@ -1,3 +1,8 @@
https://docs.spring.io/spring-framework/reference/core/aop/ataspectj.html
https://docs.spring.io/spring-framework/reference/core/aop/ataspectj/pointcuts.html
2023
https://habr.com/ru/companies/alfastrah/articles/717114/
2020
https://habr.com/ru/company/otus/blog/528312/
https://www.geekyhacker.com/2020/03/28/how-to-configure-aspectj-in-spring-boot/

Просмотреть файл

@ -1,6 +1,7 @@
2022
2023
https://www.baeldung.com/java-microbenchmark-harness
https://github.com/eugenp/tutorials/tree/master/jmh
// annotation-support
2020
https://nuancesprog.ru/p/8792/
2019