avatar
Articles
54
Tags
28
Categories
6
📝Home
📱Work
📬Contact
🧑‍💻About
👋Harry Blog
Search
📝Home
📱Work
📬Contact
🧑‍💻About

👋Harry Blog

Go RSA SHA256 Sign & Verify
Created2022-11-10|DevelopmentBackend|go
Generate RSA keys, sign data with SHA-256, and verify signature in Go.
Go Read Request Body Twice
Created2022-11-01|DevelopmentBackend|go
Restore request body after reading to allow subsequent handlers consumption.
Go Gin API Sign Middleware
Created2022-10-28|DevelopmentBackend|go
Simple request signature verification middleware for Gin.
Clear WeChat Official Account Page Authorization (Mobile)
Created2022-09-28|Note|wechat
Steps to revoke previously granted personal info authorization for a WeChat Official Account on a phone.
JS Query String to Object
Created2022-09-21|DevelopmentFrontend|JS
Convert “a=1&b=2” into {a:”1”, b:”2”}. function str2Obj(str){ if (typeof str !== 'string') return str; if (str.indexOf('&') < 0 && str.indexOf('=') < 0) return {}; return str.split('&').reduce((acc,pair)=>{ if(pair.includes('=')){ const [k,v] = pair.split('='); acc[k]=v; } return acc; },{});}
PHP Email Sender QQ Enterprise
Created2022-09-20|DevelopmentBackend
Single-file PHP email sender supporting QQ enterprise SMTP.
Go Hot Upgrade via Nginx Proxy
Created2022-09-05|DevelopmentBackend|go
Achieve zero-downtime upgrade by switching backend port in nginx and reloading.
1234…8
avatar
Harry
Articles
54
Tags
28
Categories
6
About
Recent Posts
ComfyUI workflow fails via API but succeeds in UI2025-04-18
Edit Video Duration Metadata2025-03-16
FFmpeg Chinese Garbled Text (Windows)2024-10-15
Canvas Curved Rainbow Text (Vue.js)2024-05-25
WeChat Mini Program Font Android Issue2024-05-15
Categories
  • Development50
    • Backend29
      • Database2
    • Frontend19
    • Tools1
  • Note4
Tags
mqtt video nginx vcard electron git apicloud font emoji vue axios go comfyui wechat python windows JS payment java struct mysql php PHP concurrency javascript uniapp canvas html
Archives
  • April 2025 1
  • March 2025 1
  • October 2024 1
  • May 2024 3
  • May 2023 1
  • April 2023 4
  • March 2023 2
  • November 2022 3
© 2017 - 2025 By Harry
Search
Loading Database