摘要: 本地创建的脚本都是可以运行的,从网络下载的必须要有数字签名才能够执行。实际使用过程中,用户可能会遇到脚本执行不了的现象。 查看当前权限 Get-ExecutionPolicy 查看运行 权限类别 Get-help Set-ExecutionPolicy 设置为 Unrestricted 阅读全文
posted @ 2021-05-02 17:53 ascertain 阅读(406) 评论(0) 推荐(0) 编辑
摘要: const mysql=require('mysql') const link=mysql.createConnection({ host:'localhost', port:3306, user:'root', password:'cruces', database:'abate', }) // 阅读全文
posted @ 2021-05-02 15:01 ascertain 阅读(39) 评论(0) 推荐(0) 编辑