教务系统维护日志---学习笔记
Posted vector11248
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了教务系统维护日志---学习笔记相关的知识,希望对你有一定的参考价值。
1.
1 <% 2 String path = request.getContextPath(); 3 String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; 4 String templatePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/application/template/thems/base/"; 5 %>
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+request.getServerPort()+path+"/";
复习一下request 的常用方法:
request.getSchema()可以返回当前页面使用的协议,http 或是 https;
request.getServerName()可以返回当前页面所在的服务器的名字;
request.getServerPort()可以返回当前页面所在的服务器使用的端口,就是80;
request.getContextPath()可以返回当前页面所在的应用的名字;
以上是关于教务系统维护日志---学习笔记的主要内容,如果未能解决你的问题,请参考以下文章
关于入侵教务[正方教务系统][URP教务系统][青果教务系统][强智教务系统] 等系列的ORACLE 数据库教务系统
java毕设项目开源了,springboot+layui的教务教学管理系统
java毕设项目开源了,springboot+layui的教务教学管理系统
java毕设项目开源了,springboot+layui的教务教学管理系统