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.
データベースを使用する Java アプリケーションを構築しています。データベースには MySQL を使用し、接続には JDBC を使用しました。
私のアプリケーションは大量のデータを処理するので、時間がかかります。また、コンピューターの電源が偶発的またはその他の理由で失われると心配です。最初から処理しないように、処理を再開する方法はありますか?
一般的な手順: