转自:http://blog.csdn.net/zhaosg198312/article/details/3979435JNDI是 Java 命名与目录接口(Java Naming and Directory Interface),在J2EE规范中是重要的规范之一,不少专家认为,没有透彻理解JNDI...
分类:
其他好文 时间:
2014-09-12 19:06:14
阅读次数:
193
<?php
header("Content-type: text/html; charset=utf-8");
date_default_timezone_set(‘Asia/Shanghai‘);
set_time_limit(30);
tree("./ui");
function tree($directory) {
echo "$directory"."\n";
...
分类:
Web程序 时间:
2014-09-12 15:32:03
阅读次数:
229
出现错误如下:09-11 13:54:14.222: E/Trace(1321): error opening trace file: No such file or directory (2)09-11 13:54:15.422: E/AndroidRuntime(1321): FATAL EXC...
分类:
其他好文 时间:
2014-09-11 22:23:52
阅读次数:
313
如下是php.ini中的原文说明以及默认配置: ; open_basedir, if set, limits all file operations to the defined directory ; and below. This directive makes most sense if used in a per-directory or ; per-...
分类:
Web程序 时间:
2014-09-11 17:39:22
阅读次数:
209
第二章shell脚本(二)Test文件测试的常见选项有-d:测试是否为目录(directory)-e:测试目录或文件是否存在(exist)-f:测试是否为文件(file)-r:测试当前用户是否有权限读取(read)-w:测试当前用户是否有写入权限(write)-x:测试是否设置有可执行权限(excute)Test常用..
分类:
系统相关 时间:
2014-09-11 17:33:42
阅读次数:
240
Directory 类 该类公开,主要用于创建、移动和枚举通过目录和子目录的静态方法。此类不能被继承。 命名空间: System.IO; 程序集: mscorlib(在 mscorlib.dll 中) Directory 类型公开以下成员。方法:名称用法说明CreateDirectory(strin...
分类:
其他好文 时间:
2014-09-11 17:01:32
阅读次数:
492
在windows7系统使用sublime text 2编写python上传到centos,执行./xx.py报错 /usr/bin/python^M: bad interpreter: No such file or directory 解决方法 命令下: sed -i ‘s/^M//g‘??filename (注意^M 在linux...
分类:
编程语言 时间:
2014-09-11 13:59:22
阅读次数:
208
Location:C:\Program Files\Java\jdk1.6.0_25\bin\javah.exeWorking Directory:${project_loc}Arguments:-v -classpath "${project_loc}/bin/classes" -d "${pro...
分类:
编程语言 时间:
2014-09-11 11:06:51
阅读次数:
230
通过/usr/share/tomcat7/bin下的./shutdown.sh 与./startup.sh 会报错 java.io.FileNotFoundException:?/usr/share/tomcat7/conf/server.xml?(No?such?file?or?directory) 原因是因为CATALINA_BASE配置错误...
分类:
其他好文 时间:
2014-09-10 17:58:11
阅读次数:
321
问题: 当用source insight 软件编写程序时,忘了我们写的程序保存的位置时该怎么办?
答:在打开的source insight软件窗口中点击菜单栏中的“Project”选项---->Project setting ...------>Project Source Directory下显示的就是项目所在的目录。
source insight 的标题栏上的地址显示的是当前文件所在项目文...
分类:
其他好文 时间:
2014-09-10 17:44:00
阅读次数:
604