摘要: nodejs 安装nodejs 12 1. 开始菜单右键管理员运行powershell 2. 设置代理 $env:HTTP_PROXY="http://127.0.0.1:10809" $env:HTTPS_PROXY="http://127.0.0.1:10809" 3. nvm安装 nvm in 阅读全文
posted @ 2022-04-12 16:17 Bin_x 阅读(76) 评论(0) 推荐(0)
摘要: 临时解决方案 命令行运行 set global log_bin_trust_function_creators=TRUE; 永久解决方案 在配置文件中,[mysqld]节点下,添加配置 log_bin_trust_function_creators = 1 阅读全文
posted @ 2022-04-12 14:53 Bin_x 阅读(26) 评论(0) 推荐(0)