logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

PowerShell yarn : 无法加载文件 C:\Users\Admin\AppData\Roaming\npm\yarn.ps1,因为在此系统因为在此系统上禁止运行脚本。

搜索powershell,右键以管理员身份运行若要在本地计算机上运行您编写的未签名脚本和来自其他用户的签名脚本,请使用以下命令将计算机上的 执行策略更改为 RemoteSigned执行:set-ExecutionPolicy RemoteSigned关闭命令窗口 即可...

#yarn
kafka IP访问配置

要使用IP访问kafka需要开放host port在server.properties下面配置:# Hostname and port the broker will advertise to producers and consumers. If not set,# it uses the value for "listeners" if configured.Otherwise, ...

git 命令删除远程文件

git pull origin master# 将远程仓库里面的项目拉下来git rm -r --cached 要删除的文件# 删除文件夹或者文件git commit -m ‘删除了xxx’# 提交,添加操作说明git push -u origin master# 将本次更改更新...

到底了