Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在学校用 netbeans 做一个项目,我为游戏制作了不同的用户等。我可以让 Netbeans 计算特定表中的行数,然后在我的 jLabel 上显示它吗?这样在我的登录屏幕上,用户可以看到有多少注册用户。
谢谢
通过 jdbc 发出这种查询:
select count(*) from your_user_table