logo

Crowdly

Browser

Add to Chrome

Веб-програмування та хмарні технології

Looking for Веб-програмування та хмарні технології test answers and solutions? Browse our comprehensive collection of verified answers for Веб-програмування та хмарні технології at exam.nuwm.edu.ua.

Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!

Для створення групи ресурсів з ім'ям myresourcegroup в розташуванні eastus використовується команда Azure CLI:

View this question

Для видалення групи ресурсів з ім'ям myresourcegroup використовується команда Azure CLI:

View this question

Для видалення BLOB-об’єкта mytextfile.txt з ім’ям mytextfile.txt з контейнера mytextfiles в обліковому записі зберігання mystorageaccount сховища BLOB-об'єктів Azure можуть бути використані команди Azure CLI:

0%
0%
0%
50%
View this question

Для оновлення у блокуванні з ім’ям mylock типу блокування на на заборону видалення облікового запису зберігання mystorageaccount cховища BLOB-об'єктів Azure у групі ресурсів myresourcegroup можуть бути використані команди Azure CLI:

0%
0%
0%
0%
0%
0%
View this question

Для перегляду інформації про групу ресурсів з ім'ям myresourcegroup використовується команда Azure CLI:

0%
0%
0%
0%
0%
0%
View this question

main.css

.box {

  background: yellow;

  border-radius: 50% 0 50% 0;

  width: 400px;

  height: 320px;

  line-height: 320px;

  font-size: 20pt;

  color: orangered;

  text-align: center;

  text-transform: uppercase;

  font-weight: bold;

}

layout.pug

doctype html

html(lang='uk')

  head

    meta(charset='utf-8')

    title= title

    link(rel='stylesheet', href='/stylesheets/main.css')

  body

    block content

index.pug

extends layout

block content

  div(id='lemon1', class='box'): p #{sample_text1}

  div(id='lemon2', class='box'): p #{sample_text2}

  script.

    ...

index.js

'use strict';

var express = require('express');

var router = express.Router();

router.get('/', function (req, res) {

  res.render('index', {sample_text1: 'Лимон1', sample_text2: 'Лимон2'});

});

module.exports = router;

Для наведеного вище коду вкажіть рядок, який треба вставити на місці ..., щоб у Простому веб-застосуванні Node.js Express 4 Visual Studio 2022 виконати стандартне приховування тега div з ідентифікатором "lemon2" на сторінці:

0%
0%
0%
0%
0%
View this question

Для розгортання веб-застосування Vue.js у гілці gh-pages репозиторію GitHub використовується команда:

0%
0%
0%
0%
0%
0%
View this question

Для створення проекту my_app веб-застосування Vue.js можна використати команду:

View this question

main.css

.box {

  background: yellow;

  border-radius: 50% 0 50% 0;

  width: 400px;

  height: 320px;

  line-height: 320px;

  font-size: 20pt;

  color: orangered;

  text-align: center;

  text-transform: uppercase;

  font-weight: bold;

}

layout.pug

doctype html

html(lang='uk')

  head

    meta(charset='utf-8')

    title= title

    link(rel='stylesheet', href='/stylesheets/main.css')

  body

    block content

index.pug

extends layout

block content

  div(id='lemon', class='box')

    p #{sample_text1} #{sample_text2}

index.js

'use strict';

var express = require('express');

var router = express.Router();

router.get('/', function (req, res) {

  res.render('index', {sample_text1: 'Лимон1', sample_text2: 'Лимон2'});

});

module.exports = router;

Для наведеного вище коду вкажіть текст, який у Простому веб-застосуванні Node.js Express 4 Visual Studio 2022 буде вписано в середину тега p, який розміщений у тезі div з ідентифікатором "lemon":

0%
0%
0%
0%
0%
View this question

Для створення глобальної змінної системного оточення user.email з ім'ям [email protected] використовується команда:

0%
0%
0%
0%
0%
0%
View this question

Want instant access to all verified answers on exam.nuwm.edu.ua?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome