readme.java~2~

来自「java中加密解密的用法全例子!这个对于爱好java的朋友对加密解密的学习很有用」· JAVA~2~ 代码 · 共 15 行

JAVA~2~
15
字号
package encryptandunencrypt.readme;

public class ReadMe {
    public ReadMe() {
    }
    /*
     1:
     if you choosed the unencrypt button,then the fileChooser will remark you to choose the file bnavie_exp.zip in
     zip folder to performe the unzip file whose name is bnavie_exp_enc.xml
     2:
     if you choosed the zip button,then the fileChooser will remark you to choose the file bnavie_exp_enc.xml in
     unzip folder to performe the zip file whose name is bnavie_exp.zip
     */
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?