he852100
he852100
Do not receive any input # Steps to reproduce ```powershell 123456 ``` # Expected behavior ```none 123456 ``` # Actual behavior ```none Null ``` # Environment data ```none win 7.0.1...
The SoftEther VPN Server service has been started. Let's get started by accessing to the following URL from your PC: https://xxx:5555/ or https://xxx/ Note: IP address may vary. Specify your...
$uri="172.245.118.60" $headers=@{ "content-length"= "215" "cache-control"= "max-age=0" "upgrade-insecure-requests"= "1" "user-agent"= "Mozilla/5.0 (Linux; Android 9; LM-G710) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36" "sec-fetch-mode"= "navigate" "sec-fetch-user"= "?1" "content-type"= "application/x-www-form-urlencoded" "dnt"= "1" "accept"=...
解析异常
```POWERSHELL PS > json5-to-table -d C:\Users\he123\Desktop\123456\123456.json Error: 矩阵访问越界:[0, 0] at c._calcIndexInParent (C:\Users\he123\AppData\Roaming\npm\node_modules\json5-to-table\dist\bundle.js:1:6110) at c.setVal (C:\Users\he123\AppData\Roaming\npm\node_modules\json5-to-table\dist\bundle.js:1:5986) at t (C:\Users\he123\AppData\Roaming\npm\node_modules\json5-to-table\dist\bundle.js:1:895) at t (C:\Users\he123\AppData\Roaming\npm\node_modules\json5-to-table\dist\bundle.js:1:811) at t (C:\Users\he123\AppData\Roaming\npm\node_modules\json5-to-table\dist\bundle.js:1:544) at t (C:\Users\he123\AppData\Roaming\npm\node_modules\json5-to-table\dist\bundle.js:1:877) at t (C:\Users\he123\AppData\Roaming\npm\node_modules\json5-to-table\dist\bundle.js:1:811)...
能不能只获取链接或者专辑更新?以实现自动化
# Steps to reproduce The release script or module should add the current system version,Reduce the difficulty of finding available scripts or modules ```powershell ``` # Expected behavior ```none ```...
# Steps to reproduce ```powershell ``` # Expected behavior ```none ``` # Actual behavior ```none PS /sdcard/Documents/sh> New-ScriptFileInfo -path ../aa/scriptfileinfo.ps1 -Description 'fgg' -force MetadataError: /root/.powershell-daily/Modules/PowerShellGet/PSModule.psm1:10282 Line | 10282 | $Author...
 PSVersion 7.0.0-dail PSReadline version: 2.0.0-beta6 aarch64 GNU/Linux
Invoke-WebRequest and Invoke-RestMethod do not decode content in accordance with BOM/Content-Type
Unrecognizable and processed, garbled. Example ```powershell $url='https://storage.live.com/items/A78ACCAEBB24EDD7!37945?&authkey=!APfFKTYtceWCfG0' $g='./xmltest' $reg='pN|utf' ((irm $URL) -split "[`r`n]+") -match $reg irm $URL -outfile $g (get-content $g)-match $reg ``` Expected ```powershell PS /sh> irm $URL xml...