http://bbs.csdn.net/topics/390326987
- 浏览: 2732906 次
- 性别:
- 来自: 上海
文章分类
- 全部博客 (1313)
- JS (65)
- CSS (6)
- html (30)
- dweamweaver工具相关 (2)
- Spry (1)
- DB (103)
- p2p (1)
- java (405)
- .net (3)
- oracle (24)
- struts (18)
- myeclipse (15)
- linux (49)
- SQL SERVER2008 (101)
- jsp (21)
- resume (1)
- other (1)
- ajax (3)
- 云计算 (2)
- excel (32)
- vss (1)
- 警戒 (1)
- eclipse (21)
- c (1)
- dialog designer (7)
- axis1.4 (4)
- webservice (11)
- CTI (1)
- svn (8)
- spring (27)
- tomcat (13)
- log4j (14)
- 网络应用 (7)
- mysql (59)
- bat (4)
- jdbc (1)
- 正式表达式 (1)
- hibernate (27)
- iphone (2)
- 系统应用 (107)
- servlet (3)
- vmware (2)
- php (12)
- JQuery (30)
- avaya (5)
- postgresql (19)
- java面试 (1)
- rose (1)
- Socket (1)
- xml (2)
- PowerDesign (3)
- visio (1)
- jstl (4)
- informix (2)
- assemble (2)
- English Study (2)
- IOS (9)
- CMMI (1)
- outlook (4)
- poi (1)
- hadoop (5)
- SAE (3)
- jor (1)
- jquery mobile (1)
- git (11)
- mina (1)
- ibatis (2)
- wordpress (2)
- 支付宝 (1)
- struts2 (14)
- apns (1)
- html5 (1)
- xampp (2)
- uml (2)
- 项目管理 (1)
- 敏捷开发 (1)
- 设计模式 (2)
- spark (1)
- maven (9)
- 微信公众平台 (1)
- json (2)
- junit (1)
- quartz (2)
- redis (2)
- memcache (1)
- android (3)
- 红杏 (1)
- postman (1)
- mybatis (5)
- iplat4j (1)
- windows (1)
- logback (1)
- Netty (1)
- wiki (1)
- dubbo (1)
- sonar (2)
- jenkins (2)
- mac (10)
- office (4)
- groovy (1)
- intellij (6)
- zookeeper (2)
- 诛仙 (1)
- MQ (2)
- docker (1)
- 2222 (0)
最新评论
-
代码改变生活:
虽然代码敲的头疼的要命,但是依然要感谢你,感谢您共享!!!!开 ...
jxl读取excel日期相差8小时 -
www3837:
org.slf4j.Logger 下载 -
hyztty:
wait_timeout = 86400 interacti ...
druid连接池 -
niaodanwangzi:
连接池可不是给你检测连接状态用的。是为了连接复用,减少连接数。 ...
druid连接池 -
supermine0903:
学习了 啦啦啦
多个路由器同时上网
发表评论
-
普通类和线程类的区别
2017-02-18 21:44 1246假设一个类是SubThread,它的init( ... -
最近一些心得
2017-02-08 16:01 8901、Mac starUML在导出png图片时,不要用s ... -
druid连接池
2016-09-14 16:00 5178环境:Ubuntu+Mysql5.5 近期一直报 ... -
罕见问题记录
2016-08-24 17:56 9161、如果提示对catalina.out无权限。 此时 ... -
Java Security
2016-08-24 17:50 954背景: 公司有某些场景需要向第三方提供服务, ... -
kafka java demo
2016-07-10 20:51 6759环境:ubuntu10 2台(32位)+JDK1.8(32 ... -
autowired resource component
2016-05-11 15:23 942背景:同样的bean类型有2个。 尝试用autowire ... -
eclipse 部署spring源码经验之谈
2016-05-08 23:41 17001、junit加载applicationCont ... -
main函数中如何实例化内部类
2016-04-30 22:50 1202需要先new一个父类的对象,然后用父类对象.new 内 ... -
java synchronized 串行
2016-04-30 22:42 1191背景:大家都知道用synchronized来实现加锁 ... -
观察者 Listener是什么意思
2016-02-26 10:40 942从观察者设计模式来看,Listener翻译成中文就是 ... -
UTF-8和Unicode的关系
2016-02-25 16:34 979utf-8只实际了unicode的第一个plane ... -
dubbo
2016-02-18 15:48 7691、配置dubbo.xml,主要是连接到dubbo服务 ... -
datetime格式化
2016-02-18 11:25 837org.joda.DateTime格式化成特定的Str ... -
Java接口中的成员变量为什么必须是public static final?
2016-01-10 16:20 1377必须是final的,否则多个类全继承他后,每个人都改, ... -
抽象类能不能有构造函数
2016-01-10 16:06 1034可以有,但是不能用,即不能new。 refur ... -
workspace workset设置
2016-01-10 15:51 1229背景:当eclipse里面的项目太多时,看上去非常凌 ... -
eclipse一直building workspace
2015-12-10 19:37 804我这里的原因很特殊,是因为在配置spring d ... -
序列化和反序列化
2015-12-10 19:19 922说白了,序列化后 ... -
java.net.bindexception cannot assign requested address jvm_bind
2015-12-10 19:14 1396我的原因是hosts文件中关于127.0.0.1有2个 ...
相关推荐
out.println("getContextPath: " + request.getContextPath()); out.println(" "); out.println("getServletPath: " + request.getServletPath()); out.println(" "); %> ``` #### 四、其他获取路径的...
使用绝对路径时,图片的src属性可以写成:<img src='<%=request.getContextPath() %>/images/go.gif'/>,浏览器寻找方式是:域名+/Context path/images/go.gif。 使用相对路径时,图片的src属性可以写成:...
在IT行业中,构建一个Web应用时,经常需要设置一个系统首页,这个首页通常是不包含具体地址的`index`页面,用户直接访问域名就能看到。在Java Web开发中,这一过程通常涉及JSP、Servlet和Struts等技术。下面将详细...
`request.getContextPath()`用于获取当前Web应用程序的上下文路径,即工程名。例如,如果项目名为`TEST`,那么调用该方法将返回`/TEST`。这个路径通常用于构建相对路径,确保资源链接在不同的部署环境中仍然有效。 ...
<link rel="stylesheet" type="text/css" href="<%=request.getContextPath() + "/resources/css/style.css" %>" /> ``` 通过上述两种方式,可以确保无论应用程序部署在哪里,都能正确加载CSS文件。 #### 五、总结...
1. request.getContextPath():此方法返回当前请求的上下文路径(即Web应用的根目录)。比如,Web应用部署在服务器的根目录下,则返回的是空字符串"";如果部署在根目录下的一个名为"myapp"的文件夹中,则返回的是"/...
<% String path = request.getContextPath(); %> <% String basePath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort() + path + "/"; %> ``` - `getContextPath()`...
String path = request.getContextPath(); String basePath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort() + path + "/"; String url = basePath + "login.jsp"; %> ``...
String path = request.getContextPath(); String basePath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort() + path + "/"; %> <!DOCTYPE ...
document.form1.action = "<%=request.getContextPath()%>/doReg"; document.form1.submit(); } } ``` 这段代码定义了一个`sub`函数,当用户点击提交按钮时调用此函数。首先调用`fun`函数进行表单验证,如果验证...
resp.sendRedirect(req.getContextPath() + "/S/LoginLogoutAction_loginUi.action"); } } else { chain.doFilter(request, response); // 继续执行后续过滤器或目标资源 } } public void init(FilterConfig...
String basePath = httpRequest.getContextPath();//获取basePath if(null != uri && uri.startsWith(basePath)){ uri = uri.replace(basePath, ""); } 3.项目启动的时候报错,关于JNDI的错误提示。 其实也...