diagnostic of MacBook
shutdown first press and hold power button, until boot options screen
press and hold Command+D, until diagnostic screen
tips:
there are…
use local account on windows 11 24h2
choose for work click sign-in options
choose domain, which is local account underneath
input username
input password
input password again…
install windows 11 offline
Shift+F10 OOBE\BYPASSNRO
shrink git repo
git gc git gc --aggressive
https://blog.axiaoxin.com/post/git-gc-prune-clean/
fix corrupted app of macOS
sudo xattr -d com.apple.quarantine xxx.app
installation of mailbird
install but don't start it: click close button on top right corner overwrite business dll file: to avoid activate trial license
start app…
disable escape for xml
use innerxml instead of chardata
beyond compare registration
NG under OS with zh_CN locale, but OK under en_US. P.S. Stop Real-time Protection service to avoid deletion of keygen by Anti-virus app.
disable escape for json
use json.Encoder instead of shortcut method MarshalIndent: call SetEscapeHTML(false) before Encode()
Keep .0 for float64 when marshal json in golang
use json.Number instead of float64
hello world
there you are~