FastAdmin Integrate Layui
Two approaches to include Layui in FastAdmin global import and dynamic load.
Python Shuffle Then Rename Files
Shuffle thousands of images then sequentially rename with zero-padded numbers.
VCARD scan to save contact (WeChat / Camera)
Generate a QR code with VCARD data so users can scan and directly save a contact on Android or iOS via camera or WeChat.
Electron Auto WebSocket Port Retry
Auto-increment and retry WebSocket server port in Electron when the current port is in use.
JS Fly In Out Animation
Fly-in / fly-out JavaScript animation with easing implementation and demo.
Go Struct Field Reordering Optimization
Improve performance and reduce memory usage by reordering struct fields for better alignment.
Go ioutil Deprecated After 1.16
ioutil package deprecated; move helpers to io or os in Go 1.16+.