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.
自动更新数据库时是否可以更新单元表?或者至少调用一个函数来只更新单元格表?
谢谢
如果要在修改服务器时更新客户端,则需要使用像Atmosphere这样的 WebSockets 库。否则,您必须通过连续的 RPC 调用轮询服务器以查看数据库是否已更新(错误)。