📄 listing 11-80.java
字号:
private void DownRow ( ResultSet DisplayResults )
throws SQLException
{
String Store;
long Difference;
Store = DisplayResults.getString ( 1 ) ;
Difference = DisplayResults.getLong ( 2 ) ;
System.out.println("Store = " + Store);
System.out.println("Difference = " + Difference);
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -