Posts related to programming category
how to skip git hooks when committing
- Hank
- 07 Apr, 2021
Well, it's not very recommended skipping git hooks. These hooks are often for formatting code, running tests, etc.But life happens, someti
Read MoreHow to fix: Enzyme expects an adapter to be configured
- Hank
- 13 Jan, 2021
Working on updating a legacy React project. It's still using React 8 and Node 7.9, I'd like to upgrate it to the latest React and Node.The
Read MoreHow to copy image and text to clipboard with JavaScript
- Hank
- 18 Oct, 2020
I used to saw my colleague add a 30kb lib only to implement a copy function that when the user clicks on a text, copy it to the clipboard.
Read More如何在电脑上调试手机真机网页以及微信浏览器网页
- Hank
- 15 Sep, 2020
遇到个需求需要调试在微信中打开的网页。之前没有做过,搜了一圈那个所谓的在微信对话框中打开debugx5.qq.com的方法已经过时无用, 打开就显示你所使用对内核非X5内核。至于TBStool更是在2017年就已经停止更新,打开就闪退,浪费时间安装。看来因为开发人员对QQ搞出
Read More