摘要: In order to fix this issue, you could install ts-node globally : npm install -g ts-node https://stackoverflow.com/questions/44764004/ts-node-is-not-re 阅读全文
posted @ 2022-03-22 09:29 Console666 阅读(453) 评论(0) 推荐(0) 编辑
摘要: 云原生 = 微服务 + DevOps + 持续交付 + 容器化 阅读全文
posted @ 2020-11-02 09:50 Console666 阅读(118) 评论(0) 推荐(0) 编辑
摘要: ssh -p [port] root@192.168.X.X ssh-keyscan命令是一个收集大量主机公钥的实用工具,它的目的是创建和验证“ssh_known_hosts”文件。 常用参数:-4:强制使用IPv4地址; -6:强制使用IPv6地址; -f:从指定文件中读取“地址列表/名字列表”; 阅读全文
posted @ 2020-09-02 09:05 Console666 阅读(490) 评论(0) 推荐(0) 编辑
摘要: 如要进入alpine容器,命令是(后面的路径不是/bin/bash): $ docker exec -it 容器id /bin/sh 阅读全文
posted @ 2020-09-01 16:12 Console666 阅读(2501) 评论(0) 推荐(2) 编辑
摘要: 解决办法:<a-tree> 需要添加属性v-if defaultExpandAll 才会生效 阅读全文
posted @ 2020-07-28 12:22 Console666 阅读(1478) 评论(0) 推荐(0) 编辑
摘要: 1、异步执行多任务 Promise.all([p1, p2, p3]) 2、异步执行多任务 Promise.race([p1,p2,p3]) Promise.race() 类似于Promise.all() ,区别在于Promise.race()有任意一个完成就算完成。 阅读全文
posted @ 2020-07-06 13:00 Console666 阅读(100) 评论(0) 推荐(0) 编辑
摘要: 解决方案:程序包管理控制台执行 Install-Package Microsoft.EntityFrameworkCore.Tools 阅读全文
posted @ 2020-07-01 16:10 Console666 阅读(542) 评论(0) 推荐(0) 编辑
摘要: 解决方法: 1.进入控制面板→程序中,找到“Microsoft visual c++2017 X64 Minimum Runtime - 14.10.25008” 右键更改,进行修复。 阅读全文
posted @ 2020-07-01 15:25 Console666 阅读(10919) 评论(0) 推荐(0) 编辑
摘要: 1、可以运行 dotnet 程序集.dll 查看具体错误信息解决响应问题 阅读全文
posted @ 2020-06-29 09:48 Console666 阅读(438) 评论(0) 推荐(0) 编辑