Git Reset as Fresh Repository
Orphan branch technique to rewrite repository history from scratch.
wechat ban domain check
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
Why a custom header like X-Token triggers a CORS preflight OPTIONS request.
Vue Prevent Click Event Penetration
Use the .stop modifier to prevent bubbling / overlay penetration.
Alipay Transfer Deep Link
Construct alipays:// deep link for predefined transfer parameters.
PHP Get WeChat Mini Program openid
Exchange login code for session info to extract openid using jscode2session.
Nginx Load Balancing Config
Basic upstream block with weighted round robin and proxy_pass usage.