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

👋Harry Blog

Git Reset as Fresh Repository
Created2020-01-01|DevelopmentTools|git
Orphan branch technique to rewrite repository history from scratch.
wechat ban domain check
Created2019-08-15|Development|PHP
wechat ban domain check! $domain = 'https://baidu.com';$domain = urlencode($domain);$wxCheckUrl = 'https://weixin110.qq.com/cgi-bin/mmspamsupport-bin/newredirectconfirmcgi?main_type=2&evil_type=20&source=2&url=';$wxCheckUrl .= $domain;file_get_contents($wxCheckUrl);file_put_contents(uniqid().'.txt',json_encode($res));
Axios CORS Preflight Extra OPTIONS
Created2019-08-03|DevelopmentFrontend|axios
Why a custom header like X-Token triggers a CORS preflight OPTIONS request.
Vue Prevent Click Event Penetration
Created2019-06-06|DevelopmentFrontend|vue
Use the .stop modifier to prevent bubbling / overlay penetration.
Alipay Transfer Deep Link
Created2018-05-24|DevelopmentFrontend|payment
Construct alipays:// deep link for predefined transfer parameters.
PHP Get WeChat Mini Program openid
Created2018-04-24|DevelopmentBackend|php
Exchange login code for session info to extract openid using jscode2session.
Nginx Load Balancing Config
Created2018-01-24|DevelopmentBackend|nginx
Basic upstream block with weighted round robin and proxy_pass usage.
1…678
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