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.
我有一个 SQL 数据库,它有大约 10 列和超过 5000 行,我想创建一个网页,用户可以在其中处理数据库(排序列,过滤结果,添加复选标记(表示列中的 ok 值)。我可以使用哪些程序?
i'm trying to transfer a list of objects from a server to a client using a web service. The data should be transfered in json format. I'm using jersey for the JAX-RS implementation and gson