×
=0) { let js = text.slice(pos1, pos2); + '<\/' + "script" + '>'; arrText.push(js); // next pos1 = pos2; continue; } } } break; } return arrText; } function OpenDialog(parentDiv, urlContent) { parentDiv = document.getElementById('modal-background'); // new !!!!!!! parentDiv.appendChild(document.getElementById('modal-template')); document.getElementById('modal-background').style.display = "block"; document.getElementById('modal-template').style.display = "flex"; // !!!!! document.getElementById('modal-body').innerHTML = ""; post_url(urlContent, "", function(text_from_server) { var element = document.getElementById('modal-body'); element.innerHTML = text_from_server; // add scripts var arrJSText = get_scripts(text_from_server); for (var i=0; i
dir.by
Поиск
Программирование, разработка, тестирование
→
Redis
→
Скачиваем и устанавливаем Redis (для Ubuntu in console)
Посмотрели
2157
раз(а)
Скачиваем и устанавливаем Redis (для Ubuntu in console)
последнее обновление: 12 апреля 2021
1)
Скачиваем Ubuntu (in console, WSL) in Windows 10
2)
Открываем Ubuntu (in console, WSL) in Windows 10
Выполняем команды
Шаг 1.
Update the
APT package
repository cache
sudo apt update
Шаг 2.
Install
Redis
sudo apt install redis
нажмите клавишу
y
потом нажмите
enter
Шаг 3.
get
Redis
version
redis-cli --version
Следующая тема →
Запускаем Redis (для Ubuntu in console)
Ваши Отзывы ... комментарии ...
Вашe имя
Ваш комментарий
(www ссылки может добавлять только залогиненный пользователь)
+ картинку
Объявления
Объявления
•
Скачиваем и устанавливаем Redis (для Ubuntu in console)
•
Запускаем Redis (для Ubuntu in console)
Ваши вопросы присылайте по почте:
info@dir.by