BT Panel Java Project Log Path
Location of stdout/stderr logs for Spring Boot jars run via BaoTa (BT) panel.
Go GORM Raw SQL Named Parameters
Use a struct to supply named parameters (@FieldName) in GORM Raw queries and paginate results.
Go Parse PHP Serialize to JSON
Convert PHP serialized array data into JSON using a Go phpserialize library.
Fix uniapp Mini Program vendor.js Too Large
Reduce an oversized vendor.js (2.4MB) so WeChat Mini Program ES5 conversion and sourcemaps work.
uni-app Huawei Store Privacy Dialog
Configure the mandatory privacy consent dialog (template) before app entry for Huawei AppGallery review.
MQTT ClientID Conflict Frequent Disconnects
Duplicate client IDs for publisher and subscriber cause continual reconnect loops.
MySQL Store Emoji utf8mb4 Setup
Enable utf8mb4 at DB, table, column, and connection to persist emoji instead of question marks.