摘要: windows下路径为:"xxxx\\yyyy" linux路径下为:"xxxx/yyyy" 用Path.Combine("xxxx","yyyy");进行合并 通过nuget引入包 System.Runtime.InteropServices RuntimeInformation.IsOSPlat 阅读全文
posted @ 2018-11-05 16:54 wintersoft 阅读(1693) 评论(0) 推荐(0) 编辑
摘要: apt-get update apt-get install vim 阅读全文
posted @ 2018-11-05 16:07 wintersoft 阅读(188) 评论(0) 推荐(0) 编辑
摘要: docker exec -it xxxxxxxxxx /bin/bash 阅读全文
posted @ 2018-11-05 15:49 wintersoft 阅读(181) 评论(0) 推荐(0) 编辑
摘要: docker rmi $(docker images -f "dangling=true" -q) 阅读全文
posted @ 2018-11-05 11:20 wintersoft 阅读(359) 评论(0) 推荐(0) 编辑