notyetnotes
来自「Java样例程序集合:2D」· 代码 · 共 29 行
TXT
29 行
README:fileDemo.jar is a signed jar file, for security reasons.First, the key "latte" was created like this:% keytool -alias latte -genkeyI entered info requested for key creation andselected a password. The password is: creamy.To review a summary of the new key, use:% keytool -list -vThe jar is signed with this command:% jarsigner fileDemo.jar latteand you enter the password "creamy".Whenever the jar file is regenerated, it needsto be signed again using jarsigner.Note: When I did a "which", both jarsignerand keytool are located in /usr/bin/.Sharon
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?