E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
basePath
JSP中获取当前访问URL、URL参数等信息的小结
在网上搜索的,感觉是经常用到的就拿过来大家查阅:JSP页面中相关代码: 访问之后输出的结果: 1.这是不带参数 path:/CS
basePath
:http://localhost:8080/CS/
arui_email
·
2013-07-16 09:00
jsp
jsp 发送请求的另一个思路
<html> <% String path = request.getContextPath(); String
basePath
= request.getScheme()
everlxq
·
2013-07-15 08:00
jsp
老代码备份
<form id="selectForm" name="selectForm" action="<%=
basePath
%>TopicServlet
Franciswmf
·
2013-07-11 10:00
代码
如何在js文件中如何获取
basePath
js路径的问题有时候不好处理,在jsp中,我们可以用el表达式直接获取
basePath
,但是在单独js文件中不能用el表达式,又不想在jsp中单独的写个变量,可以用以下方法: var location
runfeel
·
2013-07-10 11:00
Path
如何在js文件中如何获取
basePath
js路径的问题有时候不好处理,在jsp中,我们可以用el表达式直接获取
basePath
,但是在单独js文件中不能用el表达式,又不想在jsp中单独的写个变量,可以用以下方法:varlocation=(window.location
tjcyjd
·
2013-07-10 11:00
JavaScript
路径
strtus2通配符
JSP: <a href=”<%
basePath
%>main/User_list”>button</a> // 注意:User的U一定要
jirang_team
·
2013-07-07 14:00
strtus2
js中实现jsp中的
basePath
varlocal=window.location; varcontextPath=local.pathname.split("/")[1]; varbasePath=local.protocol+"//"+local.host+"/"+contextPath;
bzuld
·
2013-07-05 14:00
java中获得jar包执行路径的方法
当我们由于某种需要需要的得到jar的路径是可以用下面的方式来获得:
basePath
=newSolution().getClass().getProtectionDomain().getCodeSource
·
2013-06-29 19:00
java
Jcrop裁剪图片
nbsp; 需要引用的文件 <script type="text/javascript" src="<%=
basePath
hehaixia
·
2013-06-29 18:00
图片
解析zend Framework如何自动加载类
loader=newZend_Application_Module_Autoloader(array(//模块内容自动加载类'namespace'=>'Blog',//命名空间定义即方法的开头为Blog_'
basePath
·
2013-06-28 15:45
ZTreeDemo
*" pageEncoding="utf-8"%> <% String path = request.getContextPath(); String
basePath
everlxq
·
2013-06-28 09:00
ztree
ajax动态生成table
type:"POST", dataType: "json", url:"<%=
basePath
Franciswmf
·
2013-06-27 11:00
table
关于EasyUI的Layout总结
实现方法:$("#divPage1").panel({region:'west',href:'${
basePath
}/userManage_left.jspx?
foart
·
2013-06-19 17:00
一个JS文件中引入另一个JS文件
varbasePath=window.location.href.split("//")[0]+"//"+window.location.host+"/";url=
basePath
+"resources
韩立伟
·
2013-06-18 19:52
js
一个js文件中引入另一个JS
ssh 上传后浏览图片
1 当上传路径在项目中时、可直接用img标签 src 属性为
basepath
+图片路径 2 当上传的路径在服务器的其他盘符时
llljyb
·
2013-06-17 14:00
ssh
JQuery 插件validate 简单使用简介
,代码如下: <script language="javascript" type="text/javascript" src="<%=
basePath
bo_hai
·
2013-06-08 17:00
validate
jsp提交到Servlet报404错误问题(webroot下子目录)
事实是同学把这段代码给我删了,jsp文件无法找到根目录, <% String path = request.getContextPath(); String
basePath
= request.getScheme
smallearth
·
2013-06-08 15:00
servlet
第三:马士兵Struts2 视频学习笔记之路径问题
尽量不要使用相对路径,使用绝对路径 应用: <% String path = request.getContextPath(); String
basePath
= request.getScheme
李晓进
·
2013-06-05 22:00
struts2
CodeIgniter 核心代码阅读-加载类Loader.php
publicfunction__construct() { $this->_ci_ob_level=ob_get_level(); $this->_ci_library_paths=array(APPPATH,
BASEPATH
zhxp_870516
·
2013-06-03 17:00
JS中获取类似JSP 中的
basePath
的方法
varlocal=window.location; varcontextPath=local.pathname.split("/")[1]; varbasePath=local.protocol+"//"+local.host+"/"+contextPath;
fuli_mouren
·
2013-05-30 10:00
JavaScript
url
路径
basrPath
gerrit.config sample
gerrit2很强大,以下是使用ldap账号设置的gerrit:[gerrit]
basePath
=git canonicalWebUrl=http://code.corp.example.com
jollyjumper
·
2013-05-27 23:00
不重新编译DLL,让FCKEditor支持附件上传
具体修改方法就是打开fckeditor文件夹下的fckconfig.js文件,找到FCKConfig.LinkUploadURL,修改如下:FCKConfig.LinkUploadURL=FCKConfig.
BasePath
ice86rain
·
2013-05-26 15:00
FCK
附件
不重新编译DLL,让FCKEditor支持附件上传
具体修改方法就是打开fckeditor文件夹下的fckconfig.js文件,找到FCKConfig.LinkUploadURL,修改如下:FCKConfig.LinkUploadURL=FCKConfig.
BasePath
ice86rain
·
2013-05-26 15:00
FCK
附件
不重新编译DLL,让FCKEditor支持附件上传
具体修改方法就是打开fckeditor文件夹下的fckconfig.js文件,找到FCKConfig.LinkUploadURL,修改如下:FCKConfig.LinkUploadURL=FCKConfig.
BasePath
ice86rain
·
2013-05-26 15:00
附件
FCK
在datagrid中怎么实现checkbox的单选
在初始化datagrid的时候$('#bj_datagrid').datagrid({ url:
basePath
+'/jxBjController/datagrid.do', fit:true,
城南往事
·
2013-05-20 16:00
datagrid
checkbox
单选
php YII学习2
set_include_path('.'.PATH_SEPARATOR.Yii::app()->
basePath
.'
hongsige1989
·
2013-05-18 14:39
PHP
yii
Python下载网易公开课脚本
import urllib2,re
basePath
= r'e:\\open163\\' fileFormat = r'.mp4' pageUrl = r"http://v.163
bosshida
·
2013-05-16 09:00
python
fckeditor 中提示invalid file type 问题
修改两个地方即可解决:1、fckeditor/fckconfig.js文件找到:FCKConfig.LinkUpload=true;FCKConfig.LinkUploadURL=FCKConfig.
BasePath
CsethCRM
·
2013-05-08 16:00
CodeIgniter学习笔记一
defined('
BASEPATH
'))exit('Nodirectscriptaccessallowed'); //Hello类,注意类名首字母大写,继承核心的控制器类CI_Controller
雪之丞12
·
2013-05-06 10:00
jquery简单实现记住密码
quot; pageEncoding="UTF-8"%> <% String path = request.getContextPath(); String
basePath
yizhaorong
·
2013-04-28 16:00
jquery
cookie
2012001
*" pageEncoding="UTF-8"%> <% String path = request.getContextPath(); String
basePath
past2010
·
2013-04-26 21:00
2012
注册页面+验证
*" pageEncoding="gbk"%> <% String path = request.getContextPath(); String
basePath
brown802
·
2013-04-25 09:00
JavaScript
java
html
用ztree构造树菜单
--ztree样式引入--> <link rel="stylesheet" href="<%=
basePath
%>css/zTreeStyle
linlargy
·
2013-04-25 00:00
java
Ajax
json
JSP 下载文件
nbsp; String path = request.getContextPath(); String
basePath
玉无瑕
·
2013-04-18 16:00
jsp
下载文件
jsp:forward跳转action 404错误
index.jsp页面跳转action,result结果为404错误 index.jsp <body> <jsp:forward page="${
basePath
paladin1988
·
2013-04-12 21:00
forward
JSP使用报错:attribute for %>" is not properly terminated
jsp页面使用表达式跳转报错: index.jsp <body> <jsp:forward page="<%=
basePath
paladin1988
·
2013-04-12 21:00
点击弹出div层
quot; pageEncoding="UTF-8"%> <% String path = request.getContextPath(); String
basePath
feelxing
·
2013-04-12 14:00
JavaScript
如何开发Yii的中文网站
=>'zh_cn',此时默认为简体中文 return array( 'language'=>'zh_cn', '
basePath
hao3721
·
2013-04-11 14:00
yii
如何开发Yii的中文网站
阅读更多如何开发Yii的中文网站首先在配置文件main.php中添加'language'=>'zh_cn',此时默认为简体中文returnarray('language'=>'zh_cn','
basePath
hao3721
·
2013-04-11 14:00
javascript获取选中的文本
*" pageEncoding="utf-8"%> <% String path = request.getContextPath(); String
basePath
yangjianzhouctgu
·
2013-04-11 09:00
JavaScript
iphone上assetbundle的生成和动态载入
、要想在iphone上能够载入生成的assetbundle,则在生成assetbundle的时候,需要指定BuildPipeline.BuildAssetBundle(basePrefab,null,
basePath
kongbu0622
·
2013-04-08 17:00
jstl对url进行编码
场景: 有时候参数中有双井号,这样的话就需要进行url编码,我们采用jstl的url标签进行编码 实现: <c:url value="${
basePath
}ar/listRelation
小网客
·
2013-04-07 19:00
jstl
jstl对url进行编码
场景: 有时候参数中有双井号,这样的话就需要进行url编码,我们采用jstl的url标签进行编码 实现: <c:url value="${
basePath
}ar/listRelation
小网客
·
2013-04-07 19:00
jstl
一个非常不错的 php QR Code 类库 使用类
classCustom_QRcodeextendsCustom_Object{ private$qrcodePath; publicfunction__construct($option=array()){ $_option=array( "
basePath
845932786
·
2013-04-03 08:03
PHP
QRCode
类库
一个读取文件转换为json格式进行处理
//读取xml文件 InputStream in = new FileInputStream(
basePath
+"/ajax.xml"); byte[] b
jccmjl
·
2013-04-01 11:00
json
获取一个目录下的名称符合一定要求的全部文件+目录,可以防止没有必要的文件被传入系统。
//获取临时目录下的所有的图片 FileimagesFile=newFile(
basePath
); String[]imagesFullFileName=imagesFile.list(newFilenameFilter
Dracotianlong
·
2013-03-27 11:00
jsp
*" pageEncoding="utf-8"%> <% String path = request.getContextPath(); String
basePath
kettas
·
2013-03-25 18:00
jsp
一个简单的跟踪用户访问路径的方法
common.jsp,插入如下的代码: <script language="JavaScript"> document.write("<img src='<%=
basepath
jiahh
·
2013-03-23 21:00
用户
window下简单批处理
@echooffsetlocalenabledelayedexpansionsetbasepath=D:\test\workspace\IVRVSPPServicesetserver=%
basepath
anhuixiaozi
·
2013-03-21 22:00
jsp使用ajax
pageEncoding="GBK"%> <% String contextPath = request.getContextPath(); String
basePath
思成super
·
2013-03-21 21:00
Ajax
上一页
13
14
15
16
17
18
19
20
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他