释义 |
- 1
Before you can compile and run the example code, you need to import the ibatis 3, Apache Commons cli, and Apache Derby jar files (ibatis-3-core-x.jar, commons-cli-1.2.jar, and derby.jar). 在编译和运行示例代码前,您需要导入ibatis 3、Apache commons cli和Apache derby jar文件(ibatis - 3 - core - x . j ar、commons - cli - 1.2 . jar和derby . jar)。 - 2
It requires a developer to have prior experience in developing CLI commands or training in developing CLI commands. 这要求开发人员有开发CLI命令的经验,或者受过这方面的培训。 - 3
Where, dbname specifies the database to run the queries against, input.txt specifies the input file with your SQL queries, cli specifies to run in cli mode, output.txt? 其中,dbname指定了执行查询的数据库,input . txt指定了SQL查询的输入文件,cli指定了在cli模式下运行,out put . txt指定了db 2 batch命令结果导向的文件。
|