在 Docker 中为 SQL-server 创建容器时的错误消息(具有管理员权限):
“... 来自守护进程的错误响应:驱动程序在端点 SQL19b 上编程外部连接失败(cc372bb961fb8178c2461d26bf16c4232a62e01c5f48b8fcec273370506cc095):启动用户区代理时出错:侦听 tcp.0bid:104 的访问权限是通过套接字:0bid:104 访问绑定的方式,尝试通过套接字访问 0。 .”
日志文件摘录:
[21:39:17.692][ApiProxy ][Info ] time="2019-08-01T21:39:17+02:00" msg="proxy >> HEAD /_ping\n"
[21:39:17.696][ApiProxy ][Info ] time="2019-08-01T21:39:17+02:00" msg="proxy << HEAD /_ping (3.9929ms)\n"
[21:39:17.699][GoBackendProcess ][Info ] error CloseWrite to: The pipe is being closed.
[21:39:17.742][ApiProxy ][Info ] time="2019-08-01T21:39:17+02:00" msg="proxy >> DELETE /v1.40/containers/22810276e261\n"
[21:39:17.758][ApiProxy ][Info ] time="2019-08-01T21:39:17+02:00" msg="proxy << DELETE /v1.40/containers/22810276e261 (16.129ms)\n"
[21:39:17.759][GoBackendProcess ][Info ] error CloseWrite to: The pipe is being closed.
[21:39:27.866][ApiProxy ][Info ] time="2019-08-01T21:39:27+02:00" msg="proxy >> HEAD /_ping\n"
[21:39:27.869][ApiProxy …Run Code Online (Sandbox Code Playgroud) 有没有比通过 Table.TransformColumnTypes 更直接的方法来转换列表中元素的类型(这会增加额外的笨拙转换步骤)?
例如,使用 List.Transform (List, every _ as text) 将返回数值错误。是否有正确的语法直接在列表上执行该转换(目标是使用 Text.Combine 来连接列表的值)?