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.
現在、html ページ内にデータベースをセットアップしており、アプリケーション内の単一の行を更新する必要があります。
「新しい」データでデータベースを更新することはできますが、それには時間がかかりすぎます。
私は見ていた
dbSports().update("aName", object.aname);
ただし、データベース内の 1 つだけではなく、すべてのレコードを更新しているようです。この特定の問題に対する答えはありますか?