随笔分类 -  java-tool

java命令的使用
摘要:源文件文件 (JLS JAVA语言规范) (处理注释) 》字节码文件(JVMS JAVA虚拟机规范) JAVAC是命令行工具,也可以用Compiler API调用 用法: javac <options> <source files>其中, 可能的选项包括: @<filename> 从文件读取选项和文 阅读全文
posted @ 2020-06-11 12:33 阿布都日 阅读(464) 评论(0) 推荐(0)
摘要:keytool -genkey -alias tomcat -keyalg RSA -keystore f:/home/tomcat.keystore 阅读全文
posted @ 2020-05-15 10:39 阿布都日 阅读(373) 评论(0) 推荐(0)