зеркало из
https://github.com/iharh/notes.git
synced 2025-10-30 13:16:07 +02:00
m
Этот коммит содержится в:
родитель
f49dc64de5
Коммит
b23ded68dd
@ -0,0 +1,2 @@
|
||||
2022
|
||||
https://www.baeldung.com/hibernate-query-plan-cache
|
||||
@ -0,0 +1,17 @@
|
||||
https://thorben-janssen.com/tips/
|
||||
https://www.youtube.com/channel/UCYeDPubBiFCZXIOgGYoyADw
|
||||
hbm beginner
|
||||
https://www.youtube.com/playlist?list=PL50BZOuKafAYFT_F4Yris5Vj2ApwzUfmR
|
||||
hbm 6
|
||||
https://www.youtube.com/playlist?list=PL50BZOuKafAbKA8OlrHh9tHQNfGU_30g6
|
||||
spring data jpa
|
||||
https://www.youtube.com/playlist?list=PL50BZOuKafAYqbYZ18lqVet_zA2MsZZcW
|
||||
advanced hbm
|
||||
https://www.youtube.com/playlist?list=PL50BZOuKafAZqv419KZIPg9Yf078xb37W
|
||||
perf tun
|
||||
https://www.youtube.com/playlist?list=PL50BZOuKafAZA8sci0_91K5m9nhAunOSG
|
||||
hbm tips
|
||||
https://www.youtube.com/playlist?list=PL50BZOuKafAbXxVJiD9csunZfQOJ5X7hP
|
||||
tutorials
|
||||
https://www.youtube.com/playlist?list=PL50BZOuKafAahDc-crUwcEEJ9Ae7b0AzT
|
||||
https://thorben-janssen.com/tutorials/
|
||||
@ -0,0 +1 @@
|
||||
https://thorben-janssen.com/spring-data-jpa-state-detection/
|
||||
@ -0,0 +1,3 @@
|
||||
????
|
||||
https://thorben-janssen.com/result-set-mapping-constructor-result-mappings/
|
||||
https://thorben-janssen.com/result-set-mapping-basics/
|
||||
@ -3,7 +3,12 @@ https://github.com/tomakehurst/wiremock
|
||||
|
||||
http://wiremock.org/docs/
|
||||
http://wiremock.org/docs/getting-started/
|
||||
https://github.com/basdijkstra/wiremock-workshop
|
||||
https://github.com/basdijkstra/wiremock-workshop/blob/main/src/test/java/exercises/WireMockExercises1Test.java
|
||||
@WireMockTest, @RegisterExtension, given/when/then
|
||||
https://wiremock.org/docs/junit-jupiter/
|
||||
@WireMockTest
|
||||
https://wiremock.org/docs/stubbing/
|
||||
https://wiremock.org/docs/request-matching/
|
||||
https://wiremock.org/docs/extending-wiremock/
|
||||
|
||||
@ -64,7 +69,17 @@ https://docs.wiremock.io/response-templating/random-values/
|
||||
|
||||
https://docs.wiremock.io/response-templating/json/#iterating-over-json-elements
|
||||
|
||||
record/playback
|
||||
https://wiremock.org/docs/record-playback/
|
||||
|
||||
admin
|
||||
https://wiremock.org/docs/standalone/admin-api-reference
|
||||
|
||||
api templates
|
||||
https://wiremock.org/docs/mock-api-templates/
|
||||
https://github.com/wiremock/api-template-library
|
||||
https://wiremock.org/docs/mock-api-templates/usage/
|
||||
https://library.wiremock.org/
|
||||
|
||||
custom request matchers
|
||||
https://wiremock.org/docs/extending-wiremock/#custom-request-matchers
|
||||
|
||||
@ -6,8 +6,12 @@ https://wiki.mozilla.org/CA/Changing_Trust_Settings#Trusting_an_Additional_Root_
|
||||
to import
|
||||
a. Open the Mozilla Firefox browser and go to Options by clicking the gear icon.
|
||||
b. Go to Privacy & Security, then scroll down to the Certificates section and click View Certificates....
|
||||
c. From the Authorities tab, click Import to browse and select the Zscaler root certificate from your local directory.
|
||||
c. From the """Authorities"""!!! tab, click Import to browse and select the Zscaler root certificate from your local directory.
|
||||
d. After selecting the certificate, click OK.
|
||||
The imported certificate is automatically stored in the Application Data folder, which is hidden by default.
|
||||
|
||||
/usr/local/share/ca-certificates/
|
||||
|
||||
The personal certificate can't be installed because you don not own the corresponding private key which was created when the certificate was requested
|
||||
> The certificate is supposed to authenticate the server,
|
||||
it's not supposed to authenticate you. You need to import it in server, not your certificates
|
||||
|
||||
5
pl/web/browsers/firefox/features/cors.txt
Обычный файл
5
pl/web/browsers/firefox/features/cors.txt
Обычный файл
@ -0,0 +1,5 @@
|
||||
https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS
|
||||
https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS/Errors/CORSDisabled
|
||||
|
||||
about:config
|
||||
content.cors.disable=true
|
||||
Загрузка…
x
Ссылка в новой задаче
Block a user