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
realpath
071014 windows下JRuby 1.0.2 与rails1.2.5出错的处理
netbeans6rubyidebeta里面,如果使用jruby1.0.2并且rails升级到1.2.5,就会出错如:C:/jruby/jruby-1.0.1/lib/ruby/1.8/pathname.rb:420:in`
realpath
_rec
stargazers
·
2012-10-08 22:00
java 三种读取配置文件的方式
方式一:采用ServletContext读取,读取配置文件的
realpath
,然后通过文件流读取出来。
chenshufei2
·
2012-09-19 21:00
java
String
properties
ClassLoader
jdbc
Path
php中inlcude()性能对比详解
include性能复制代码代码如下:include('include.php');当然这种方式并没有错误,只不过在效率上它比下面的方式要稍稍差些:复制代码代码如下:include(
realpath
(dirname
·
2012-09-16 02:15
CentOS6.2下jdk-7u2-linux-i586.tar.gz的安装方法
PrerequisitesSunJavav6orhigherversion(donotuseOpenJDK)qemu-kvm,binutils-multiarch,debhelper,fakeroot,
realpath
zhouhong1026
·
2012-08-23 20:00
java
jdk
centos
ubuntu
Build
sun
PHP的
Realpath
Cache
PHP的缓存有很多种,包括输出缓冲(ob系列函数),opcode缓存(APC,eAccelerator,XCache等扩展实现),这些大家已经很熟悉了,接下来介绍一下一个不太被人注意的PHP缓存机制:
realpath
_cache
clearchen
·
2012-08-15 00:00
java获得文件路径
request并且得到路径(参数加/值最后就多了个\) HttpServletRequest request = ServletActionContext.getRequest(); String
realPath
1
loveshangqian
·
2012-07-31 22:00
java path
《php与mysql程序设计》读书笔记——张迅雷闪击PHP(10-12章)
realpath
() 将path中所有符号链接和相对路径引用转换为相应的硬链接和绝对路径。filesize()返回指定文件的大小,以字节为单位。float disk_free
ibmfahsion
·
2012-07-10 21:00
PHP
Date
mysql
unix
读书
extension
PHP的
Realpath
Cache
PHP的缓存有很多种,包括输出缓冲(ob系列函数),opcode缓存(APC,eAccelerator,XCache等扩展实现),这些大家已经很熟悉了,接下来介绍一下一个不太被人注意的PHP缓存机制:
realpath
_cache
zhengdl126
·
2012-07-03 09:00
PHP的
Realpath
Cache
PHP的缓存有很多种,包括输出缓冲(ob系列函数),opcode缓存(APC,eAccelerator,XCache等扩展实现),这些大家已经很熟悉了,接下来介绍一下一个不太被人注意的PHP缓存机制:
realpath
_cache
zhengdl126
·
2012-07-03 09:00
cache
得到绝对路径(自动扩展软连接)
主要函数char*
realpath
(constchar*path,char*resolved_path);主要是想要测试下该函数自动扩展symboliclink时,最多允许symboliclink的多少层嵌套
ChenQi
·
2012-05-31 22:00
兼容CLI和CGI的include写法
好的写法 require_once(
realpath
( di
xieye
·
2012-04-06 11:00
include
兼容CLI和CGI的include写法
好的写法 require_once(
realpath
( di
xieye
·
2012-04-06 11:00
include
完整的获取当前jsp文件路径的语句 .
完整的获取当前jsp文件路径的语句 String
realPath
= "http://" + request.getServerName() + ":"
dhl004
·
2012-03-26 15:00
jsp
python脚本语言基础积累--1
os.path.
realpath
获取脚本的完整目录。os.path.split 将路径分割成目录和文件名二元组返回。
abby_sheen
·
2012-03-14 16:00
解决linux环境下上传文件及读取csv文件乱码
String
realPath
= WebApplicationConstant.WEB_ROOT + SpringPropertyConfigur
woshixushigang
·
2012-03-09 16:00
linux
microsoft access数据库文件在php中如何读取数据
;$connstr="DRIVER={MicrosoftAccessDriver(*.mdb)};DBQ=".
realpath
("access.mdb");$conn->Open($connstr);$
ownfire
·
2012-02-15 13:00
PHP
数据库
Microsoft
user
dll
Access
php设置环境变量
实例: $g_config['root'] =dirname(
realpath
(__FILE__)); set_include_path($g_config['root'].'
zccst
·
2012-01-25 11:00
环境变量
Tizen SDK 1.0 Larkspur 安装指南(ubuntu)
需要条件:SunJavav6orhigherversion(donotuseOpenJDK)qemu-kvm,binutils-multiarch,debhelper,fakeroot,
realpath
ITviewer
·
2012-01-10 22:26
ubuntu
职场
sdk
休闲
tizen
contextpath, servletpath, requesturi,
realpath
假定你的webapplication名称为news,你在浏览器中输入请求路径:http://localhost:8080/news/main/list.jsp则执行下面向行代码后打印出如下结果:1、System.out.println(request.getContextPath());打印结果:/news2、System.out.println(request.getServletPath())
mrliu20082009
·
2012-01-06 17:00
tomcat
c
Web
浏览器
application
第六章 php目录与文件操作
一.目录操作basename--返回路径中的文件名部分dirname--返回路径中的目录部分pathinfo--返回文件路径的信息
realpath
--返回规范化的绝对路径名复制代码代码如下:';echodirname
·
2011-12-30 00:41
实现文件下载功能
request.getParameter("filepath");//客户端传过来的文件相对路径 Stringrealpath=this.request.getRealPath(filepath);//获得绝对路径
realpath
hi_kevin
·
2011-12-29 12:00
String
null
buffer
input
byte
tiff
java 获得 相当路径
request.getRealPath("/")+downloadSrcFiles.replaceAll(".rgf",".doc")); String
realPath
1
songjg2010
·
2011-12-02 19:00
java
修改目录文件名-Ruby实现
' def change_name puts "------------" current_path = Pathname.new(File.dirname(__FILE__)).
realpath
shaorui23
·
2011-11-04 12:00
Ruby
contextpath, servletpath, requesturi,
realpath
区别
contextpath,servletpath,requesturi,
realpath
假定你的webapplication名称为news,你在浏览器中输入请求路径:http://localhost:8080
xpsharp
·
2011-11-01 23:00
tomcat
Web
浏览器
application
iphone模拟器中的documentPath
NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES) objectAtIndex:0]; NSString *
realPath
xbiii3s
·
2011-10-15 18:00
iPhone
documentpath
jsp相对路径和绝对路径
3、例子:1)">jsp页面显示:basePath:http://localhost:8080/testProject/2)jsp页面显示:
realPath
:D:\tomcat\webapps\testPr
自由飞翔
·
2011-08-22 02:00
获取web项目url
<% String
realPath
1 = "http://" + request.getServerName() + ":" + request.getServerPort
countme
·
2011-08-05 17:00
Web
realpath
函数的用法
realpath
(PHP4,PHP5)
realpath
—ReturnscanonicalizedabsolutepathnameReportabugDescriptionstringrealpath(string
ColorPaper
·
2011-08-04 20:14
PHP
jxl导入excel
public static Sheet getSheet(String
realPath
) throws Exception{ InputStream is = new FileInputStream
Java_大猫
·
2011-08-02 11:00
Excel
liferay过滤器(三)
1、Minifier过滤器 主要代码: if (
realPath
.endsWith(_CSS_EXTENSION)) { if (_log.isInfoEnabled
xijunhu
·
2011-07-20 14:00
liferay
读取/WEB-INF/classes下面xxxxx.properties文件的问题
//取得/WEB-INF/classes的路径 String
realPath
=ServletActionContext.getServletContext
wxinpeng
·
2011-06-23 16:00
Web
读取/WEB-INF/classes下面xxxxx.properties文件的问题
//取得/WEB-INF/classes的路径 String
realPath
=ServletActionContext.getServletContext
wxinpeng
·
2011-06-23 16:00
Web
jboss的webservices中读取文件
但有时文件不在class路径内,就需要用
realpath
的方式。 @Resource WebS
nowing
·
2011-05-25 09:00
jboss
servlet
处理中文文件名下载问题
String filePath = super.
realPath
+ URLDecoder.decode(URLDecoder.decode((String) form.get
垂直的微笑
·
2011-05-18 10:00
OS
PHP知识点总结
realpath
特立独行
·
2011-03-17 13:00
linux
PHP
获得Shell脚本所在目录的绝对路径
要得到正在执行的程序/脚本自身所存放的绝对路径,在PHP里面可以用dirname(
realpath
(__FILE__)) ;C#则有System.Windows.Forms.Application.StartupPath
S.l.e!ep.¢%
·
2011-03-13 09:00
javamail
*/ public List<RelatedMap> getMailRelated(Part part, String
realpath
michaelzqm
·
2011-02-16 10:00
javamail
macos上获得程序文件所在的路径
include#include#includeintmain(intargc,char**argv){charbuf[PATH_MAX+1];/*notsureaboutthe"+1"*/char*res=
realpath
mounter625
·
2011-01-23 22:00
Path
include
获取路径
String
realPath
1 = "http://" + request.getServerName() + ":" + request.getServerPort
sosyi
·
2011-01-05 15:00
Web
PHP连接ACCESS数据库笔记
阅读更多$conn=newCOM("ADODB.Connection");$dsn="DRIVER={MicrosoftAccessDriver(*.mdb)};DBQ=".
realpath
("data.mdb
willeager
·
2011-01-04 21:00
Access
PHP
SQL
Microsoft
PHP连接ACCESS数据库笔记
COM("ADODB.Connection"); $dsn="DRIVER={Microsoft Access Driver (*.mdb)};DBQ=".
realpath
willeager
·
2011-01-04 21:00
sql
PHP
Microsoft
Access
Extjs struts2 上传后弹出下载框 解决方案
ServletActionContext.getResponse(); response.setContentType("text/html;charset=UTF-8"); String
realpath
qflikeit
·
2010-12-31 14:00
html
linux shell 获取文件绝对路径.
要得到正在执行的程序/脚本自身所存放的绝对路径,在 PHP 里面可以用 dirname(
realpath
(__FILE__)) ; C# 则有 System.Windows.Forms.Application.StartupPath
小皮球
·
2010-11-06 19:00
c
windows
PHP
linux
脚本
关于serveletContext.getRealPath()获得应用绝对路径的问题
原因在于:对一个打包的应用来说,是没有
RealPath
的概念的,调用getRealPath只会简单地返回nul
yinlongfei
·
2010-09-26 14:00
Web
servlet
关于
realPath
web应用里通过 request 可以得到某个文件在服务器端的真实路径即绝对路径 request.getRealPath("/aaa.txt");已经不推荐使用 request.getSession().getServletContext().getRealPath("/"); 上述方法在大部分情况下是可以使用的,有一种特殊情况,当web应用被打成wa
lg_aku
·
2010-07-19 20:00
Web
应用服务器
改一个PHP WEB SHELL
.'); $_SESSION['cwd']=
realpath
($this->default_settings['home-directory']); $_SESSION['history']=array
vb2005xu
·
2010-07-09 19:00
JavaScript
Web
PHP
windows
Tuning PHP’s
Realpath
Cache
Today I learned about the (relatively new)
realpath
_cache_size and
realpath
_cache_ttl php.ini directives
nathan.wu
·
2010-06-01 09:00
apache
PHP
cache
UP
performance
Tuning PHP’s
Realpath
Cache
阅读更多TodayIlearnedaboutthe(relativelynew)
realpath
_cache_sizeandrealpath_cache_ttlphp.inidirectives,whichwereaddedinPHP5.1.0
nathan.wu
·
2010-06-01 09:00
Cache
PHP
performance
Apache
UP
PHP 删除一个目录及目录下的所有文件的函数代码
realpath
($dir):$dir;$dir=substr($dir,
·
2010-05-26 01:12
php access 数据连接与读取保存编辑数据的实现代码
复制代码代码如下:$conn=newcom("ADODB.Connection");$connstr="DRIVER={MicrosoftAccessDriver(*.mdb)};DBQ=".
realpath
·
2010-05-12 13:44
上一页
4
5
6
7
8
9
10
11
下一页
按字母分类:
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
其他