Moja lekcja

 0    50 flashcards    arekplich
download mp3 print play test yourself
 
Question Answer
Jeśli się zastanawiasz
start learning
If you wonder
w przeszłości napotkali pewne problemy
start learning
they ran into some issues in the past
polegać na
start learning
rely on
Z reguły zapytania można zaimplementować w JPQL
start learning
As a rule of thumb, queries can be implemented in JPQL
wyrafinowany, wyszukany
start learning
sophisticated
trochę niżej
start learning
a little further down
Mój pies jest czasami bardzo niegrzeczny
start learning
My dog is sometimes very naughty
powinniśmy dążyć do tego
start learning
we should aim to
Oprócz tego
start learning
Apart from that
albo/ też nie
start learning
either
Flyway stosuje się do następującej konwencji nazewnictwa skryptów migracji
start learning
Flyway adheres to the following naming convention for migration scripts
Przykładowa mikrousługa, która pomoże nam zobrazować architekturę heksagonalną, udostępnia bardzo prosty interfejs API REST
start learning
The example microservice, which will help us depict Hexagonal Architecture, exposes a very simple REST API
Nasze zapytania stają się dość złożone
start learning
Our queries are getting fairly complex
Jedna rzecz, którą mogłeś zauważyć
start learning
One thing that you might have noticed
Oba będą początkowo wymagały prawie tych samych danych wejściowych, a mianowicie niektórych szczegółów konta, takich jak opis konta.
start learning
Both will initially need almost the same input, namely some account details like a description of the account.
Musielibyśmy wbudować niestandardową logikę walidacji w same przypadki użycia, zanieczyszczając nasz święty kod biznesowy problemami dotyczącymi walidacji danych wejściowych.
start learning
We’d have to build custom validation logic into the use cases themselves, polluting our sacred business code with input validation concerns.
Zdaję sobie sprawę, że to rozróżnienie może być przedmiotem dyskusji
start learning
I’m aware that this distinction may be subject to debate
W ten sposób reguła biznesowa jest łatwa do zlokalizowania i uzasadnienia
start learning
This way, the business rule is easy to locate and reason about
„Bogactwo” zawiera się w przypadkach użycia, a nie w encjach.
start learning
The“richness” iscontained withinthe usecases instead of the entities.
Jednak ledwo dotknęliśmy budzącego lęk i wszechobecnego tematu mapowania między modelami każdej warstwy.
start learning
We have, however, barely touched the dreaded and omnipresent topic of mapping between the models of each layer.
przypadkowo
start learning
inadvertently
A zatem
start learning
Thus
ponieważ oba adaptery znajdują się w tej samej warstwie zewnętrznej
start learning
since both adapters are within the same outer layer
Istota polega na tym, że im dokładniej przycinamy nasze moduły, tym mocniej możemy kontrolować zależności między nimi
start learning
The gist is that the finer we cut our modules, the stronger we can control dependencies between them
Ponadto
start learning
Furthermore
spostrzeżenia
start learning
insights
W dzisiejszych czasach nie mam ochoty pisać biuletynu
start learning
I'm not really in the mood to write a newsletter these days
Nie jestem w nastroju do pisania
start learning
I'm not really in the mood to write
Niemniej jednak
start learning
Nonetheless
Futhermore
start learning
ponadto
dążyć
start learning
endeavor
okoliczności
start learning
circumstances
niepożądany
start learning
undesirable
możliwe
start learning
conceivably
wątki to po prostu zadania, które chcesz wykonać mniej więcej w tym samym czasie
start learning
threads are simply tasks that you want to execute at roughly the same time
Na razie zadowalamy się wyświetlaniem losowego znaku
start learning
For now, we are content to display a random character
Zanim zagłębimy się w aspekty naszego kodu dotyczące wątków
start learning
Before we delve into the threading aspects of our code
Pewnego rodzaju opóźnienia podczas aranżowania zakończenia wątku są nieuniknione, ale czasami należy je zminimalizować.
start learning
Delays of some sort when arranging for a thread to terminate are inevitable, but sometimes the delay needs to be minimized.
Jest to bardzo ważne w przykładzie 4, gdzie użyliśmy metody przerwania() do zasygnalizowania, że RandomCharacterGenerator powinien przerwać operacje.
start learning
That is very important in example 4, where we used the interrupt() method to signal that the RandomCharacterGenerator should cease operations.
Jeżeli zmienna jest oznaczona jako ulotna, za każdym razem, gdy zmienna jest używana, należy ją odczytać z pamięci głównej.
start learning
If a variable is marked as volatile, every time the variable is used it must be read from main memory.
W przypadku rekrutacji programistów Java, nie wahaj się napisać w swoim CV żadnego doświadczenia jako programista Android
start learning
For a Java developer recruitment, don’t hesitate to write in your CV any experience as an Android developer
Tak więc wątki to po prostu zadania, które chcesz wykonać mniej więcej w tym samym czasie.
start learning
So threads are simply tasks that you want to execute at roughly the same time.
Bez względu
start learning
Regardless
W rzeczywistości jOOQ został pierwotnie zaprojektowany w celu zastąpienia wszelkich innych ram abstrakcji baz danych, z wyjątkiem tych obsługujących łączenie połączeń (i bardziej wyrafinowane zarządzanie transakcjami)
start learning
Effectively, jOOQ was originally designed to replace any other database abstraction framework short of the ones handling connection pooling (and more sophisticated transaction management)
plotka glosi
start learning
rumor has it
Oprócz szybkości
start learning
Apart from speed
brak narzutu może sprawić, że będzie znacznie szybszy niż TCP.
start learning
the lack of overhead can make it significantly faster than TCP.
W związku z tym
start learning
Therefore
Moje zarobki znacznie spadły i nie mogę sobie pozwolić na wyjazd na wakacje w tym roku
start learning
My earnings went down significantly and I can't afford to go on holiday this
Zobaczył starszą panią, więc wstał i ustąpił jej miejsce
start learning
He saw an elderly lady, so he stood up and gave her his seat

You must sign in to write a comment