sfc /scannow
снести C:\Windows\SoftwareDistribution
запустить обновление снова
sfc /scannow
снести C:\Windows\SoftwareDistribution
запустить обновление снова
Проблема: ПО пишет, что закончилось место на диске, при этом df -h показывает, что место все-таки есть.
Решение: Надо проверить свободный айноды. df -hTi. Возможно их забили мелкие файлы.
Electron Security Warning (Insecure Content-Security-Policy) This renderer process has either no Content Security Policy set or a policy with "unsafe-eval" enabled. This exposes users of this app to unnecessary security risks.
For more information and help, consult https://electronjs.org/docs/tutorial/security.
This warning will not show up once the app is packaged.
Continue reading "[Electron] Insecure Content-Security-Policy"
homedir/.npmrc
1 2 3 4 5 6 |
proxy http://{login}{password}@{proxy_server}:{proxy_port} https-proxy http://{login}{password}@{proxy_server}:{proxy_port} http-proxy http://{login}{password}@{proxy_server}:{proxy_port} strict-ssl=false registry=http://registry.npmjs.org/ ca= |
Обновил утилиту RC-servers
Скачать: RC-servers - список серверов
[Composer\Downloader\TransportException]
The "https://qqqqqqqqqq.qq/artifactory/api/composer/php-composer/packages.json" file could not be downloaded: SSL operation failed with code 1. OpenSSL Error messages:
error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed
Failed to enable crypto
failed to open stream: operation failed Continue reading "[PHP] Composer file could not be downloaded: SSL operation failed with code 1. OpenSSL Error messages:"
(?:x) Находит x, но не запоминает найденное. Это называется "незапоминающие скобки". Найденная подстрока не сохраняется в массиве результатов и свойствах RegExp.Как и все скобки, объединяют находящееся в них в единый подпаттерн.
выполнение процедуры в jasper для db2 call procedurename(?)
запрос:
{call MON.P_STATISTIC($P{Parameter1})}