码迷,mamicode.com
首页 >  
搜索关键字:failure    ( 1236个结果
maven ArtifactTransferException: Failure to transfer
我在使用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
安装mezzanine时报:storing debug log for failure【已解决】
同时还提示: 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
web项目发布时出现Deployment failure on Tomcat 7.x.
在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
AFNetworking框架_上传文件或图片到服务器
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
clnt_create: RPC: Port mapper failure - Unable to receive: errno 113 (No route to host)
在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
asp.net dbproviderfactory(提供程序工厂模型)
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
让Maven正确处理javac警告
[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
关于ExtJS的两种Ajax请求和回调问题(转载)
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!