摘要: ps -ef|grep jboss :查看当前jboss进程 kill -9 进程id :杀掉进程,kill -9发送的信号是SIGKILL,即exit。exit信号不会被系统阻塞 然后进入该jboss目录的bin下; nohup ./run.sh &; nohup sh run.sh &; noh 阅读全文
posted @ 2017-05-03 14:12 迷人的智慧 阅读(8441) 评论(0) 推荐(1) 编辑
摘要: response.setHeader("content-type", "text/html;charset=UTF-8"); 阅读全文
posted @ 2017-05-03 09:56 迷人的智慧 阅读(686) 评论(0) 推荐(0) 编辑