码迷,mamicode.com
首页 >  
搜索关键字:startup directory    ( 8983个结果
tomcat 点击startup.bat一闪而过
出现这样的情况有可能是因为java_home没有设置,tomcat启动需要使用到jre环境,这样的话,就会一闪而过我们可以使用dos命令来调试错误,进入tomcat的bin目录下,startup.bat回车下边的是转的tomcat在启动时,会读取环境变量的信息,需要一个CATALINA_HOME 与...
分类:其他好文   时间:2014-07-07 00:05:11    阅读次数:431
C# 判断文件夹是否为空
//pbak是要检查是否为空的文件夹路径 if (Directory.GetDirectories(pbak).Length > 0 || Directory.GetFiles(pbak).Length > 0) { Response.Write(""); }
分类:其他好文   时间:2014-07-06 22:13:49    阅读次数:629
android关于SD卡、存储的各种操作
getExternalFilesDirgetExternalFilesDir(Environment.DIRECTORY_PICTURES).getAbsolutePath()返回的是图片存放的标准目录,应用被卸载时这个目录也会被删除。参数还有:public static String DIRECT...
分类:移动开发   时间:2014-07-06 16:21:38    阅读次数:261
解决Ubuntu12.04下rpcbind: cannot open '/var/run/rpcbind/rpcbind.xdr' file for reading
不知道怎么回事,实验室的电脑在同学搞过之后,每次启动都报错rpcbind: cannot open '/run/rpcbind/rpcbind.xdr' file for reading, errno 2 (no such file or directory)rpcbind: cannot open...
分类:其他好文   时间:2014-07-06 14:45:46    阅读次数:301
Android:导入工程
File->new->Project->android->Android Project from Existing code在Root Directory:中填写AndroidManifest.xml所在的文件夹路径需要注意的是:导入的工程不要跟Eclipse Android的工作目录下,不然会出...
分类:移动开发   时间:2014-07-06 12:56:23    阅读次数:184
lucene内存索引库、分词器
6.3内存索引库 6.3.1特点                   在内存中开辟一块空间,专门为索引库存放。这样有以下几个特征: 1)    因为索引库在内存中,所以访问速度更快。 2)    在程序退出时,索引库中的文件也相应的消失了。 3)    如果索引库比较大,必须得保证足够多的内存空间。 6.3.2编码 在cn.hqu.directory 下新建:DirectoryT...
分类:其他好文   时间:2014-07-06 08:11:33    阅读次数:188
error while loading shared libraries: libpcre.so.1: cannot open shared object file
执行启动nginx:/usr/local/nginx/sbin/nginx    错误:/usr/local/nginx/sbin/nginx: error while loading shared libraries: libpcre.so.1: cannot open shared object file: No such file or directory     查找:[roo...
分类:其他好文   时间:2014-07-06 00:11:52    阅读次数:205
通过SSHFS在RHEL中安全的挂载远程Linux/UNIX目录或文件系统--转载
You can easily mount remote server file system or your own home directory using special sshfs and fuse tools.FUSE - Filesystem in UserspaceFUSE is a L...
分类:系统相关   时间:2014-07-05 16:58:48    阅读次数:294
tomcat startup.bat 启动脚本(转)
startup.bat文件的主要作用就是找到catali.bat文件,并且执行它。@echo offrem ------------------------------------------------------------------------------------------------...
分类:其他好文   时间:2014-07-05 11:19:37    阅读次数:276
MySQL 服务正在启动 .MySQL 服务无法启动。系统出错。发生系统错误 1067。进程意外终止。
MySQL 服务正在启动 .MySQL 服务无法启动。系统出错。发生系统错误 1067。进程意外终止。检查了一个晚上才发现是---配置问题#Path to installation directory. All paths are usually resolved relative to this....
分类:数据库   时间:2014-07-03 12:14:10    阅读次数:808
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!