Linux快速安装最新版的nodejs与npm:
curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash -
sudo apt-get install -y nodejs
2023年03月13日 14:53:46
Linux快速安装最新版的nodejs与npm:
curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash -
sudo apt-get install -y nodejs
2023年03月07日 17:45:49
nps配置https:
将 https_just_proxy=false,设置为false,在页面添加路径即可
HTTPS 证书: /etc/nps/conf/cert.pem HTTPS 密钥: /etc/nps/conf/privkey.pem
2023年01月18日 10:54:35
iOS有个坑,代码里面不能直接写正则断言,不然会报错
https://www.cnblogs.com/SCscHero/p/14095122.html#/cnblog/works/article/14095122