project.xml
来自「用于通过ODBC与SQL Server数据库连接」· XML 代码 · 共 20 行
XML
20 行
<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://www.netbeans.org/ns/project/1"> <type>org.netbeans.modules.web.project</type> <configuration> <data xmlns="http://www.netbeans.org/ns/web-project/1"> <name>ODBCSQLServerConnection</name> <minimum-ant-version>1.6</minimum-ant-version> <web-module-libraries> <library> <file>${libs.servlet24.classpath}</file> </library> <library> <file>${libs.jsp20.classpath}</file> </library> </web-module-libraries> <web-module-additional-libraries/> </data> </configuration></project>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?