01 2021 档案

PowerShell yarn : 无法加载文件 C:\Users\pc\AppData\Roaming\npm\yarn.ps1,因为在此系统上禁止运行脚本。有关详细信息,请参 阅 ....
摘要:1、搜索powershell,右键以管理员身份运行 2、若要在本地计算机上运行您编写的未签名脚本和来自其他用户的签名脚本,请使用以下命令将计算机上的 执行策略更改为 RemoteSigned执行: set-ExecutionPolicy RemoteSigned 3、查看执行策略:get-Execu 阅读全文

posted @ 2021-01-13 10:29 刘飞fei 阅读(828) 评论(0) 推荐(0)

http协议简介
摘要:什么是Http协议呢? http是HyperText Transfer Protocol(超文本传输协议)的缩写,它的发展是由万维网协会(Word Wide Web Consortium)和Internet工作小组IETF(Intent Engineering Task Force)合作的结果,是目 阅读全文

posted @ 2021-01-06 17:41 刘飞fei 阅读(568) 评论(0) 推荐(0)

base64 转 blob 或 file 格式
摘要:// 转 file dataURIToFile(dataURI) { let binStr = atob(dataURI.split(',')[1]) let len = binStr.length let arr = new Uint8Array(len) for (var i = 0; i < 阅读全文

posted @ 2021-01-04 12:22 刘飞fei 阅读(200) 评论(0) 推荐(0)

导航