博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
在jsp页面如果运行时路径错误解决方法
阅读量:5055 次
发布时间:2019-06-12

本文共 1149 字,大约阅读时间需要 3 分钟。

<%    String path = request.getContextPath();    String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";%>
例如:<%--  Created by IntelliJ IDEA.  User: Administrator  Date: 2019/6/5  Time: 15:02  To change this template use File | Settings | File Templates.--%><%@ page contentType="text/html;charset=UTF-8" language="java" %><%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %><%    String path = request.getContextPath();    String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";%>
Title
查看所有部门
部门编号 部门名称 部门位置 表操作
${dept.deptno} ${dept.dname} ${dept.loc} 删除 修改
添加部门

 

转载于:https://www.cnblogs.com/qurui1998/p/10998786.html

你可能感兴趣的文章
NUnit+mock+moq单元测试
查看>>
Telnet协议
查看>>
MyBatis MyBatis Generator入门
查看>>
Mac OS X系统 用dd命令将iso镜像写入u盘
查看>>
python_112_断言
查看>>
Android内存泄露
查看>>
xml
查看>>
Android开发之旅:环境搭建及HelloWorld(转)
查看>>
面试常见算法
查看>>
C# WinfForm 控件之dev报表 XtraReport (四) 动态绑定主从关系表
查看>>
hdu_4651_Partition(公式)
查看>>
Java中的多线程
查看>>
32. Longest Valid Parentheses
查看>>
定制ListView的界面(让列表中不仅有文字还有图片fruitImage.setImageResource(fruit.getImageId());)...
查看>>
PHP实体层基础类
查看>>
SQL CODE
查看>>
2019春总结作业
查看>>
前端代码规范
查看>>
循环语句
查看>>
iOS----------YYModel
查看>>