
Error
Code_LT
以斗争求团结则团结成
公司网络限制,无法进行私信沟通
展开
-
【AIGC】conda安装tiktoken时,报not found错误
配置的镜像源里没有tiktoken。tiktoken归属在https://anaconda.org/conda-forge/tiktoken中,默认情况大家配置的。文件只扫描配置的default位置。原理可看我另外一篇文章。原创 2024-02-07 11:07:40 · 1255 阅读 · 0 评论 -
FastJSON JSON.toJSONString 报错:ambiguous reference to overloaded definition
任何情况下,被选中的重载版本都是最符合参数静态类型的那个。参考:https://stackoverflow.com/questions/6209120/scala-ambiguous-reference-to-overloaded-definition-with-varargs。原因分析:Java在编译时,首先会根据实参的数量和类型(这里是2个实参,都为int类型,注意没有转成int数组)来进行处理,编译器想要“偷懒”,于是它会从最简单的开始“猜想”,只要符合编译条件的即可通过。原创 2023-03-23 21:36:56 · 1347 阅读 · 0 评论 -
org.json4s.MappingException: Classes defined in method bodies are not supported.
原因是不能方法中定义class。原创 2023-03-23 11:13:26 · 225 阅读 · 0 评论 -
报错NoClassDefFoundError: com/fasterxml/jackson/core/json/JsonWriteFeature; omitted for conflict with
报错NoClassDefFoundError: com/fasterxml/jackson/core/json/JsonWriteFeature; maven 中 omitted for conflict with 问题解决原创 2023-03-23 10:45:13 · 4810 阅读 · 0 评论 -
sacalatest AnyFunSuite:no implicits found for parameter pos
scalatest funsuite原创 2022-07-04 17:09:02 · 286 阅读 · 0 评论