摘要: system import os status = os.system("ls -l") os.system 创建子进程在系统上执行命令,只能获取命令的返回状态,命令的输出结果会直接打到 console 上 比如 status = os.system("ls -l") 如果执行成功 status 的 阅读全文
posted @ 2020-09-19 00:27 moon~light 阅读(592) 评论(0) 推荐(0) 编辑
摘要: java 命令加上以下参数 -XX:+TraceClassPaths ## 按顺序输出加载的 Jar 包 -verbose:class ## 按顺序输出加载的 class 和 Jar 阅读全文
posted @ 2020-09-19 00:04 moon~light 阅读(873) 评论(0) 推荐(0) 编辑