Marzec 2021

 0    41 词汇卡    pablojakub
下载mp3 打印 检查自己
 
问题 答案
mieć przewagę liczebną (czasownik)
Na moich studiach dziewczyny miały przewagę liczebną 10 do jednego
开始学习
outnumber
At college women outnumbered the men ten to one
w żadnym wypadku
TO pod żadnym pozorem nie może być widziane jako sukces
开始学习
in no case // not by any stretch of the imagination
This could not by any stretch be seen as a victory
komuś by się coś przydało
(informal) used to say that one would like to have something very much
Przydałby mi się kolejny kubek kawy. Myślę, że nam wszystkim przydałby się drink po tym wszystkim
开始学习
someone could use something
I could use another cup of coffee. I think we could all use a drink after that!
jasne jak słońce
开始学习
clear as crystal
rozpoczynać, zaczynać
开始学习
to start, to begin, to commence
podsumować
Dano mi tylko 20 minut więc aby trzymać się planu muszę podsumować
开始学习
to summarize, to sum up, to recapitulate
I've been given only 20 minutes so in order to stick to the schedule, I need to recapitulate.
tablice w JS
开始学习
var car = ["Saab", "Volvo", "BMW"];
Array indexes are zero-based, which means the first item is [0], second is [1], and so on.
szczere rozmowy (niepozorowane zdjęcie
开始学习
candid conversations (candid picture)
Omówię poniższe punkty
开始学习
I will be adressing the following points
Javascript obiekty
开始学习
var person = {firstName: "John", lastName:"Doe"}
Gdzie dodawać CSS'a
开始学习
1) after <head> 2) Inline 3) External CSS
1) <style> h1 {color: blue} </style> 2) <h1 style="color: blue;">This is a heading 3) <link rel="stylesheet" href="mystyle. css">
górny segment rynku
开始学习
high end of the market
JavaScript funkcje
开始学习
function MyFunction(p1, p2) {}
parametry funkcji są wewnątrz (), kiedy kod natrafia na return wtedy funkcja przestaje działać
Zasady obiektów
Wytłumacz
开始学习
Object, properties, methods
All cars have the same properties, but the property values differ from car to car. All cars have the same methods, but the methods are performed at different times.
Ciepło synonimy
Kojący wiatr
开始学习
warm, clement, balmy
Balmy wind
JavaScript eventy
Kliknij przycisk aby wyświetlał czas
开始学习
<element event: JavaScript code"
>button onclick=document. getElementById('demo'). innerHTML = Date()">The time is?</button>
Mam ochotę wyjść dziś wieczorem
开始学习
I feel like going out tonight
wyrzucić coś z siebie, wyżalić się
Spędziłem dwa tygodnie martwiąc się o to i jestem szczęśliwy, że to z siebie wyrzuciłem
开始学习
get something off your chest
I spent a two weeks worrying about it and I'm glad to get it off my chest
daleko posunięte uogólnienie
开始学习
sweeping generalization
strzępić się (o linie)
开始学习
to fray
harować jak wół
开始学习
keep one's nose to the grindstorm
operator ===
开始学习
operator ten oczekuje równości zarówno dla wartości jak i typu
JavaScript wymiana string
开始学习
replace
str = "Please visit Microsoft and Microsoft!"; var n = str. replace("Microsoft", "W3Schools");
mieć forsy jak lodu
Real Madrid ma forsy jak lodu
开始学习
roll in the money
Real Madrid is rolling in the money
skończyć na dziś
Nie ma więcej pytań więc chciałbym skończyć na dzisiaj
开始学习
call it a day
There seem to be no further questions. I would like to call it a day
JavaScript metody operacji na numerach
开始学习
x. toString(); x. toFixed();
CSS kolor tła
Napisz kolor tła czerwony
开始学习
CSS background-color:
>p style="background-color: red;">Lorem ipsum...

CSS obramowanie
Napisz obramowanie o grubości 2 pikseli i w kolorze czerwonym
开始学习
CSS border:
>p style="border: 2px solid Red;">Hello World
granie pod publiczkę, populizm
开始学习
grandstanding
CSS nadaj 10% przezroczystość pierwszej div
开始学习
CSS opacity using RGBA
>style> div. first {background: RGBA(0, 128, 0, 0.1); >/style> >body> >div class="first">

Hello World

</div> </body>
plik papierów, kupa forsy
开始学习
wad of papers, wad of money
spotkać się
Możemy się spotkać za dwa miesiące?
开始学习
to get together
Shall we get together in two months?
podnosić, rzucić czymś
开始学习
to heave
CSS obraz w tle
margines z prawej 200px, pozycja prawy górny róg, nie powtarzaj,
开始学习
CSS background image
>style> body {background-image: url("img_tree. png"); background-repeat: no-repeat; background-position: right top; margin-right: 200px;} </style
upaść
to fail or be unable to make progress
WIele restauracji upada z przyczyn finansowych. Propozycje na nową usługę upadły ze względu na brak poparcia ludzi
开始学习
to go by the wayside
Many restaurants go by the wayside for financial reasons. Proposals for the new service fell by the wayside through lack of public support
sadza
开始学习
soot
JavaScript wyświetl obecny rok
开始学习
JavaScript
>script> var d = new Date(); document. getElementById("demo"). innerHTML = d. getFullYear(); script>
spostrzegawczy
开始学习
perceptive
Mamy kilku dobrze zapowiadających się piłkarzy
开始学习
We have a few budding players
Praca uszlachetnia
开始学习
Work is dignifying
Ten punkt nie jest do negocjacji
开始学习
This point is not up for negotiation

您必须登录才能发表评论。