简单Java Scheduled定时器
摘要:import java.io.IOException; import org.springframework.beans.factory.annotation.Autowired;import org.springframework.scheduling.annotation.EnableSched
阅读全文
JSP中获取项目部署的访问地址
摘要:request.getScheme()://返回当前链接使用的协议;一般应用返回http;SSL返回https; request.getServerName()://可以返回当前页面所在的服务器的名字 request.getServerPort()://可以返回当前页面所在的服务器使用的端口,就是8
阅读全文