随笔分类 -  代码错误集锦

Java 17 版本运行 javascript
摘要:使用 Java 运行 JavaScript 脚本 当前版本: JDK:17 测试程序: public class EngineTest { public static void main(String[] args) throws ScriptException, NoSuchMethodExcep 阅读全文
posted @ 2023-05-23 10:11 bruce_he 阅读(3878) 评论(0) 推荐(1)
sqlalchemy+pandas:错误 'OptionEngine' object has no attribute 'execute','str' object has no attribute '_execute_on_connection'
摘要:场景:使用 sqlalchemy+pandas 1. 'OptionEngine' object has no attribute 'execute' import pandas as pd from sqlalchemy import create_engine, text engine = cr 阅读全文
posted @ 2023-02-12 09:12 bruce_he 阅读(7774) 评论(0) 推荐(0)