摘要: public class ServerImpl { public final long startTime; public ServerImpl() { startTime = System.currentTimeMillis(); } } public class ServerMonitor implements ServerMonitor... 阅读全文
posted @ 2017-08-11 17:58 依然是等待 阅读(203) 评论(0) 推荐(0)
摘要: SecurityContextHolder, to provide access to the SecurityContext. SecurityContext: to hold the Authentication and possibly request-specific security information. Authentication: 表示用户认证信息 GrantedAuth... 阅读全文
posted @ 2017-08-11 17:55 依然是等待 阅读(410) 评论(0) 推荐(0)
摘要: Lifecycle:(接口) LifecycleBase:abstract:添加,删除Listener,各种init,start,stop,destory LifecycleMBeanBase:abstract,注册各种Mbean Connector:创建Request,Response Conta 阅读全文
posted @ 2017-08-11 17:53 依然是等待 阅读(370) 评论(0) 推荐(0)
摘要: linux控制脚本信号 值 描述1 sighup 挂起进程(处理)2 sigint 终止进程(处理)Ctrl+C3 sigquit 停止进程(忽略)9 sigkill 无条件终止时进程15 sigterm 可能的话终止进程(忽略)17 sigstop 无条件停止进程,但不是终止进程18 sigtst 阅读全文
posted @ 2017-08-11 17:51 依然是等待 阅读(99) 评论(0) 推荐(0)