
.dotnetcore
Eichee
卖阿胶的程序员,纯手工熬制,质量保证!
展开
-
[Docker] 建立docker 镜像是的一个异常信息
异常信息:image operating system "windows" cannot be used on this platform 背景:建立了一个asp.net core mvc的项目,然后在项目中添加了docker支持文件,使用docker build 指令生成docker 镜像时,出现上面的错误。 出现错误的原因,在建立docker 支持文件的时候,有一个弹框 这个弹框...原创 2019-06-18 23:55:55 · 969 阅读 · 0 评论 -
aspose.words生成word,创建表格以及段落的几段代码
class Program { static void Main(string[] args) { Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc); //页面设置 ...原创 2019-08-15 16:01:26 · 2232 阅读 · 0 评论