使用git提交比较大的文件的时候可能会出现这个错误 error: RPC failed; result=22, HTTP code = 411 fatal: The remote end hung up unexpectedly fatal: The remote end hung up unexpectedly Everything up-to...
分类:
其他好文 时间:
2015-01-08 20:18:38
阅读次数:
199
mvn dependency:copy-dependencies org.apache.maven.plugins maven-assembly-plugin ...
分类:
编程语言 时间:
2015-01-08 20:08:18
阅读次数:
207
今天,久未出现的著名的“adb server is out of date. killing”又发生了,在此,将解决方法记下,以便日后查看。
1. 错误信息:
C:\Users\lizy>adb devices
adb devicesadb server is out of date. killing...
ADB server didn't ACK* failed to st...
分类:
数据库 时间:
2015-01-08 18:08:44
阅读次数:
239
出现如下情况ADB server didn't ACK* failed to start daemon *解决办法:方法一:(1)查看任务管理器,关闭所有adb.exe,或者运行->cmd,在命令窗口输入adb kill-server(2)重启eclipse即可方法二, :如果方法一不行,就查看下自...
分类:
移动开发 时间:
2015-01-08 17:00:37
阅读次数:
130
Creation of dbcontrol repository fails when execute $ emca -config dbcontrol -repos createWith error:Database connection through listener failed. Fix the error and run EM Configuration Assistant again...
分类:
其他好文 时间:
2015-01-08 13:26:13
阅读次数:
354
1,编译安装Apache的时候没有报错,版本是httpd-2.2.29.tar.gz2,安装MySQL时也没有报错,版本是MySQL-server-5.6.17记得大概是的3,编译安装PHPadmin也没有报错3,编译安装PHP时,出现报错的次数比较多1)./configure--with-mysql=/usr/local/mysql--with-apxs2=/usr/local/apa..
分类:
Web程序 时间:
2015-01-08 11:34:48
阅读次数:
167
spring 调度类初始化失败,分析是jar包冲突,日志如下:
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scheduler' defined in file [D:\InstallApplication\apache-tomcat-7.0.23\wtpwebap...
分类:
编程语言 时间:
2015-01-07 20:56:15
阅读次数:
340
在新创建的数据库中,执行db2look的时候,存在这样的问题 db2v97i1@oc0644314035 ~]$ db2look -d sample -e -l -o db2look.ddl -- No userid was specified, db2look tries to use Envir...
分类:
数据库 时间:
2015-01-07 18:40:45
阅读次数:
1023
直接用代码说明吧。
在Post模板页面加入{%csrf_token%}
{{result}}
{% csrf_token %}
name:
password:
把和POST页面相关的所有view的context强制换成RequestContext
...
分类:
其他好文 时间:
2015-01-07 16:56:06
阅读次数:
165
:app:dexDebugError: Could not create the Java Virtual Machine.Error: A fatal exception has occurred. Program will exit. FAILEDFAILURE: Build failed wi...
分类:
移动开发 时间:
2015-01-07 16:40:39
阅读次数:
426