Entries from 2024-09-01 to 1 month
Background I want to get where I am using my PC with PowerShell, without GPS information like Windows Geolocation Service. I can retrieve the MAC addresses of Wi-Fi APs at the places I often go to, so I tried to get the MAC address of the …
URL中に含めてもよい文字(URLの表現上エスケープする必要のない文字)はRFC3986で定められている。 stackoverflow.com 一方、Webアプリケーションの処理中で実際にエスケープしなければいけない文字はそのアプリケーションの実装によって変わる。 ChromeとG…