开发辅助工具集

dev tools

门户

工具与服务

在线工具

在线服务

设计

命名设计参考

杂项

获取 dotnet/c# 程序集版本

  • ILSpy: ilspy github repo
  • Powershell: [System.Reflection.Assembly]::LoadFile($FilePath).GetName().Version.ToString()

批量替换文件的换行符

! 注意定位目标文件夹

# lf to crlf
# change dir
for /R %G in (*.json *.txt) do unix2dos "%G"
posted @ 2022-05-24 17:32  祁去尘  阅读(15)  评论(0编辑  收藏  举报