$.ajax({ url : basePath + "/container"+"/upload"+"?_t="+new Date().getTime(), dataType : 'json', data : form, type : 'POST', processData : false, // 告 ...
分类:
Web程序 时间:
2018-05-25 13:48:30
阅读次数:
203
Myeclipse中jsp页面链接css文件不生效问题 jsp页面在外链css文件后,样式表不生效,查了很多方法,都说是路径问题改了很多次也不行。 例如改为: <link rel="stylesheet" href="<%=basePath%>/css/pickstyle_homepage.css" ...
分类:
Web程序 时间:
2018-05-24 18:07:58
阅读次数:
225
<%String path = request.getContextPath();String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";%> 这 ...
分类:
其他好文 时间:
2018-05-09 01:24:55
阅读次数:
163
最近在用layerui的弹框做项目,使用的时候有时会用到2-3级的弹框,多级弹框会遇到每个弹框的数据之间的交互问题,例如:图中有两个弹框父级弹框编辑用户,子级弹框角色分配,我所选中的复选框,需要在父级弹框里显示出来那我父级页面的弹框的代码可以这样写$(‘.user-add‘).on("click",function(){varurl=basePath+"
分类:
其他好文 时间:
2018-05-05 18:39:00
阅读次数:
576
我使用社区版的IDEA,社区版的没有tomcat插件,只能使用maven插件进行tomcat的使用了,下面进入正题 一、pom.xml配置tomcat插件 build.plugins标签中是配置插件的,上图中就配置了tomcat7的插件,web项目将运行在这个插件上; 启动后的basepath如下图 ...
分类:
编程语言 时间:
2018-03-12 22:52:55
阅读次数:
292
eclipse自动生成的jsp中没有 <%String path = request.getContextPath();String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerP ...
分类:
Web程序 时间:
2018-03-03 18:09:28
阅读次数:
195
创建的java web项目 前端页面 <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <% String path = request.getContextPath(); String basePath = r ...
分类:
编程语言 时间:
2018-02-21 20:04:07
阅读次数:
165
仔细阅读文档,下边的都是废话。 为了省事,iOS和Android 提供了所有了参数,需要那个了修改传参。 //ios actionURL为自定义参数 $.ajax({ type : "POST", url:_basePath + "/ .html", data:{"testing":"1","typ ...
分类:
编程语言 时间:
2018-02-09 15:05:02
阅读次数:
166
1. [代码][Java]代码 1:再压缩前,要设置linux模式, 需要使用第三方ant-1.6.5.jar 如果是文件目录,则ZipEntry zipEntry=new ZipEntry(basePath + System.getProperties().getProperty("file.se ...
分类:
编程语言 时间:
2018-02-02 14:17:01
阅读次数:
235
显示结果 basePath:http://localhost:8080/test/ getContextPath:/test getServletPath:/test.jsp getRequestURI:/test/test.jsp getRequestURL:http://localhost:80 ...
分类:
Web程序 时间:
2018-01-31 11:23:07
阅读次数:
142