码迷,mamicode.com
首页 >  
搜索关键字:no such file or dire    ( 51119个结果
Jenkins 输入字符串给newLISP 作为参数使用问题
比如需要生成sqoop import语句,用newlisp脚本:(set 'import-cmd (format "%s/sqoop-import --options-file media_options.txt --table %s --where \"ID = 2\" --target-dir %s -m 1 --fields-terminated-by '%s' --lines-term...
分类:其他好文   时间:2014-06-11 07:06:00    阅读次数:351
通过一个具体的实例来学习hive
----资源来自于官网教程 Simple Example Use Cases MovieLens User Ratings First, create a table with tab-delimited text file format: CREATE TABLE u_data ( userid INT, movieid INT, rati...
分类:其他好文   时间:2014-06-11 06:32:36    阅读次数:407
Cacti监控Tomcat服务器实现过程
1 首先去官网上面下载通用的监控模板一般使用TomcatStats-0.1.zip 模板居多,下载地址:http://forums.cacti.net/download/file.php?id=12310,在linux服务器上面使用wget下载,wget http://forums.cacti.net/download/file.php?id=12310,报如下错误:正在连接 forums.cac...
分类:其他好文   时间:2014-06-11 06:13:42    阅读次数:294
一个关于webservice的Axis问题 Processing file deploy.wsdd Exception: deploy.wsdd (系统找不到指定的文件。)
解决办法 : 把 deploy.bat 文件中的 下面一句话中的蓝色部分 换为红色部分 http://localhost:8081/GetMsgService/servlet/AxisServlet deploy.wsdd set Axis_Lib=D:\axis-1_4\lib set Java_Cmd=java -Djava.ext.dirs=%Axis_Lib% set Axis_Servlet=http://localhost:8080/axistest/services/AxisServle...
分类:Web程序   时间:2014-06-10 15:42:16    阅读次数:265
oracle数据库启动报错,不能启动ASM实例
数据库rac启动时报错,日志如下,后来使用 Sat Jun  7 06:02:11 2014 GATHER_STATS_JOB encountered errors.  Check the trace file. Sat Jun  7 06:02:11 2014 Errors in file /oracle/product/admin/dqb/bdump/dqb2_j001_1...
分类:数据库   时间:2014-06-10 14:36:54    阅读次数:248
PHP遍历目录返回统计目录大小实例
分享一个 PHP遍历目录并返回统计目录大小的方法。代码:"; if($file != "." && $file != "..") { listdir($file); } } else { echo "FILE:".$file . ""; } } }function totdir($dirname) ...
分类:Web程序   时间:2014-06-10 08:50:42    阅读次数:227
master log 与relay log的关系
--master log 与relay log的关系-------------------------------2014/06/09Just to clarify, there are three sets of file/position coordinates in SHOW SLAVE ST...
分类:其他好文   时间:2014-06-10 08:31:57    阅读次数:196
php 读取功能分割大文件实例详解
在php中,对于文件的读取时,最快捷的方式莫过于使用一些诸如file、file_get_contents之类的函数。但当所操作的文件是一个比较大的文件时,这些函数可能就显的力不从心, 下面将从一个需求入手来说明对于读取大文件时,常用的操作方法。需求如下: 现有一个1G左右的日志文件,大约有500多万...
分类:Web程序   时间:2014-06-10 08:23:27    阅读次数:240
How to import the www.googleapis.com SSL CA certification to the jks store file?
How to import the www.googleapis.com SSL CA certification to the jks store file?...
分类:Windows程序   时间:2014-06-10 07:45:40    阅读次数:368
System.IO
I/O 1.文件操作:File(1)voidAppendAllText(string path, string contents)(2)boolExists(string path)(3)string[]Read...
分类:其他好文   时间:2014-06-10 00:58:28    阅读次数:535
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!