我在使用Myeclipse碰见这个错误,我没有用伺服,直接连接到maven中心。ArtifactTransferException: Failure to transfer org.apache.hadoop:hadoop-core:jar:1.1.1 from http://repo.maven....
分类:
其他好文 时间:
2014-09-09 11:46:38
阅读次数:
370
1#!/bin/bashpid=`ps-ef|greptomcat8082|grep-vgrep|wc-l`port=`netstat-anplt|grep8082|wc-l`path=/usr/tomcat/tomcat8082/bin/startup.shif[$pid=1-a$port-eq1];thenecho"tomcatisrunning"elseecho"tomcat8082isstopedandnowlet‘srunit"sleep3echo"nowrestarttomcat8082"[-x$..
分类:
其他好文 时间:
2014-09-03 11:26:37
阅读次数:
237
Log.v() 琐事级日志信息。Log.d() 调试级日志信息。Log.i() 信息级日志信息。Log.w() 警告级日志信息。Log.e() 错误级日志信息。Log.wtf() 我操这不可能级日志信息。 /** * What a Terrible Failure: Report a ...
分类:
其他好文 时间:
2014-09-02 22:48:25
阅读次数:
250
同时还提示: bz2 module is not found(貌似)解决方法:1。重新安装pythonwget http://bzip.org/1.0.6/bzip2-1.0.6.tar.gztar xpzf bzip2-1.0.6.tar.gzcd bzip2-1.0.6makemake -f M...
分类:
其他好文 时间:
2014-08-29 17:48:38
阅读次数:
1090
在centos6.5发布一个web项目的时候出现了DeploymentfailureonTomcat7.x.Couldnotcopyallresourceto/usr/local/apache-tomcat-7.0.52/webapps/webapps/UserManager.ifafileislocked,youcanwaituntilthelocktimesouttoredeploy,orstoptheseverandredeploy,otmanuallyremovethered..
分类:
Web程序 时间:
2014-08-27 02:52:28
阅读次数:
226
AFHTTPRequestOperation *op = [[AFHTTPRequestOperation alloc] initWithRequest:request];
[op setCompletionBlockWithSuccess:^(AFHTTPRequestOperation *operation, id responseObject) {
NSLog(@"上传完成");
} failure:^(AFHTTPRequestOperation *operation, N...
分类:
Web程序 时间:
2014-08-25 13:28:24
阅读次数:
240
在NFS客户端执行该命令时报下列错误[root@client~]#showmount-e192.168.0.1clnt_create:RPC:Portmapperfailure-Unabletoreceive:errno113(Noroutetohost)解决方法[root@server~]#iptables-F[root@server~]#iptables-X再执行该命令[root@client~]#showmount-e192.168.0.1Exportl..
分类:
移动开发 时间:
2014-08-23 02:27:20
阅读次数:
399
static DbConnection CreateDbConnection(
string providerName, string connectionString)
{
// Assume failure.
DbConnection connection = null;
// Create the DbProviderFactory and DbConnection.
if (connectionString != null)
{
tr...
分类:
数据库 时间:
2014-08-17 18:40:02
阅读次数:
242
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.1:compile (default-compile) on project XX: Compilation failure: Comp...
分类:
编程语言 时间:
2014-08-15 12:00:48
阅读次数:
251
1. Ext.form.Action.Submit的配置选项success、failure根据返回json中success属性判断的,如果success为true,则success,false则failure,如果无json中无success属性,failure,故要提示操作是否成功,必须要返回su...
分类:
Web程序 时间:
2014-08-14 16:12:59
阅读次数:
221