.classpath
来自「ibatis + sqlserver 学生成绩管理」· CLASSPATH 代码 · 共 10 行
CLASSPATH
10 行
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
<classpathentry kind="lib" path="G:/software/study/ibatis-2.3.4.726/lib/ibatis-2.3.4.726.jar" sourcepath="G:/software/study/ibatis-2.3.4.726/src/ibatis-src.zip"/>
<classpathentry kind="lib" path="G:/software/study/SQL Server 2005 JDBC Driver/sqljdbc.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?