02 2022 档案

摘要:module.exports = { presets: [ "@vue/cli-plugin-babel/preset", // ["es2015", { modules: false }]], // 这句是官方给的 ["@babel/preset-env", { modules: false }] 阅读全文
posted @ 2022-02-26 11:55 智商感人 阅读(694) 评论(0) 推荐(0)
摘要:nvm 安装npm 失败 提示 Rollback failed. remove D:\soft\nvm\temp\npm-v6.9.0.zip: The process cannot access the file because it is being used by another proces 阅读全文
posted @ 2022-02-21 11:11 智商感人 阅读(3381) 评论(0) 推荐(0)
摘要:引入js: <script src="http://pv.sohu.com/cityjson?ie=utf-8"></script> 直接获取IP和城市名: ip = returnCitySN['cip'] cityName= returnCitySN['cname'] 阅读全文
posted @ 2022-02-20 15:44 智商感人 阅读(446) 评论(0) 推荐(0)
摘要:vue.config.js: module.exports = { devServer:{ runtimeCompiler: true, // 如果遇到 Invalid options in vue.config.js: "compiler" is not allowed 报错则写这行,否则可不写 阅读全文
posted @ 2022-02-20 10:18 智商感人 阅读(224) 评论(0) 推荐(0)
摘要:设置 -》 搜索 validate → 勾选 typescript validate:enable 阅读全文
posted @ 2022-02-19 12:01 智商感人 阅读(360) 评论(0) 推荐(0)
摘要:server { #SSL 访问端口号为 443 listen 443 ssl; #填写绑定证书的域名 server_name xxx.xxx.com; #证书文件名称 ssl_certificate ssl/1_xxx.xxx.com_bundle.crt; #私钥文件名称 ssl_certifi 阅读全文
posted @ 2022-02-15 16:00 智商感人 阅读(284) 评论(0) 推荐(0)
摘要:记得配置防火墙规则 网络安全组规则 关闭防火墙 没了 阅读全文
posted @ 2022-02-08 16:43 智商感人 阅读(106) 评论(0) 推荐(0)