- 博客(2)
- 收藏
- 关注
原创 如何执行shell脚本遇到的问题
1、问题描述: zsh: operation not permitted: ./xxx.sh 查看 ./xxx.sh文件属性 ls -ll@ 如发现相应文件含有此属性:com.apple.quarantine 是由于 mac的免疫隔离,系统根据这个附加属性对这个文件作出限制 2、解决方案: sudo xattr -r -d com.apple.quarantine ./xxx.sh 可以愉快的执行了 ...
2022-03-09 13:50:38
228
原创 .netCore 的开源项目
微软开源的.netcore 源码: AspNetCore:https://github.com/aspnet/AspNetCore Extensions:https://github.com/aspnet/Extensions NET Core:https://github.com/dotnet/corefx Debug/反编译修改程序集工具: dnSpy:https://github.com/0xd4d/dnSpy 微软.netCore官方示例: eShopOnContainers:
2022-03-07 16:43:38
1003
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅