コマンドラインから実行できるrestoreコマンドがあります。Java クラスからバックアップを復元したい。どうすればいいですか?
1 に答える
1
You can run system commands from Java code.
The best way to do this is using the ProcessBuilder
class.
于 2012-11-07T10:46:28.497 に答える