摘要: 在使用git pull拉取服务器最新版本时,如果出现error: Your local changes to the following files would be overwritten by merge: ... Please, commit your changes or stash the 阅读全文
posted @ 2017-05-11 17:23 EasonJim 阅读(9385) 评论(1) 推荐(0)
摘要: 1、介绍 jstack用于打印出给定的java进程ID或core file或远程调试服务的Java堆栈信息,如果是在64位机器上,需要指定选项"-J-d64",Windows的jstack使用方式只支持以下的这种方式: 如果java程序崩溃生成core文件,jstack工具可以用来获得core文件的 阅读全文
posted @ 2017-05-11 16:42 EasonJim 阅读(2104) 评论(0) 推荐(0)