aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

LPX-01073: [XQST0073] Cyclic import sequence

LPX-01073: [XQST0073] Cyclic import sequence
Cause: It is a static error if the graph of module imports contains a cycle (that is, if there exists a sequence of modules M1 ... Mn such that each Mi imports Mi+1 and Mn imports M1), unless all the modules in the cycle share a common namespace.
Action: None

请先 登录 后评论

1 个回答

小智
LPX-01073:[XQST0073]循环导入序列,
.原因:如果模块导入的图形包含一个循环(即,如果存在一系列模块M1 ... Mn,使得每个Mi导入Mi + 1和Mn进口M1),则是静态错误,除非所有模块在循环中共享一个通用命名空间。,
.行动:无,
.
请先 登录 后评论