📄 readme
字号:
$Id: README,v 1.1 2000/06/05 23:13:50 apr Exp $This is a simple testbed for TPL debugging.TPL is a minimalistic thin layer on top of JDBC intended tobe used in situations where you cannot afford a better solutionsuch as an EJB container.In order to run it you have to create the following table:CONNECT test; <--- or your preferred database (see test.cfg)CREATE TABLE nf ( pan CHAR(19) NOT NULL, INDEX pan (pan));We will be using TPL until we find an OpenSource, really thin and fast solution (such as a JSR012 JDO provider).
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -