我正在研究如何擦除驱动器中的数据,使其无法恢复。我看到了一些使用" cipher / w"的教程,我做了命令" cipher / w:C"。我的3TB硬盘只花了5分钟。但我听说这个过程应该花费更长的时间。所以我进一步观察,并看到其他教程使用了命令" cipher / w:C:\"。我运行了那个命令,现在这个过程需要更长的时间(在我写这篇文章时仍在运行)。 所以我想知道这两个命令之间的区别是什么?
答案 0 :(得分:0)
简单地运行@Controller
public class InterfaceController extends Base<String>
{
@PostMapping(value = "/interface")
@ResponseBody
@Override
public String request(
@ModelAttribute("test_string") String _test_string,
ModelAndView _mv)
{
System.out.println(_test_string);
_test_string = "new value";
return "whatever content";
}
}
你得到:
cipher /?