本月博客排行
-
第1名
wy_19921005 -
第2名
mft8899 -
第3名
benladeng5225 - Anmin
- wddpwzzhao123
- duanfei
年度博客排行
-
第1名
龙儿筝 -
第2名
宏天软件 -
第3名
wy_19921005 - benladeng5225
- vipbooks
- kaizi1992
- tanling8334
- sam123456gz
- arpenker
- zysnba
- fantaxy025025
- 青否云后端云
- xiangjie88
- wallimn
- lemonhandsome
- e_e
- jh108020
- ganxueyun
- Xeden
- xyuma
- wangchen.ily
- zhanjia
- johnsmith9th
- zxq_2017
- forestqqqq
- jbosscn
- daizj
- xpenxpen
- 喧嚣求静
- kingwell.leng
- lchb139128
- jveqi
- kristy_yy
- javashop
- lzyfn123
- sunj
- yeluowuhen
- ajinn
- lerf
- silverend
- chenqisdfx
- xiaoxinye
- flashsing123
- lyndon.lin
- bosschen
- zhangjijun
- sunnylocus
- lyj86
- paulwong
- sgqt
最新文章列表
如何看错误日志,尤其是Caused by类的日志?
【问题分析思路】
查看错误日志,必须看第一错误日志而且要针对第一错误日志的最终因素去分析,一般如:
应用系统中抛出【Caused by】的关键字,要看日志段中,最后的【Caused by】。举例如下:
【问题日志如下】
2011-01-11 15:35:47 信息 [con.out] parse xmlreader
2011-01-11 15:35:47 信息 [con.out] parse xml ...
No compiler is provided in this environment. Perhaps you are running on a JRE ra
maven编译项目时出错,提示信息如下:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile) on project springside-core: Compilation failure
[ERROR] No co ...
Oracle错误:database not open:queries allowed on fixed tables/views only
某天通过dba sys登录Oracle数据库后,想执行如查询操作,出现如下error:
database not open:queries allowed on fixed tables/views only
就是说你依然可以连接成功,但是无法执行如查询等操作。那么出现该错误的原因是什么呢?
原来是我在没有删除表空间的时候就去删除了其对应的dbf文件。
怎么办呢?
解决方法如下:
...
mysql安装出现error Nr.1045
我们在windows下安装mysql时会出现Access denied for user 'root'@localhost(using password:No)的问题,这个问题是因为你的计算机上之前安装过mysql,或者这 一次安装配置了新密码,进入应用的最后一步的时候,由于某些原因卡住了或者由于服务未启动等原因导致无法配置成功,最终结果是,配置未成功,密码设置已经保存进去了。这样我们调整好了服务等 ...
git checkout 报错原因 (error: pathspec 'master' did not match any file(s) known to )
以下是发生的场景
在一个空的目录中(/tempRepo)
执行:
git init
成功创建一个空的git仓库
注:现在tempRepo上除了.git文件夹外,没有任何文件
然后继续创建并打开一个分支(dev)
执行:
git checkout -b dev
现在想checkout 到 master分支
执行:
git checkout master
或
git checkout -
正常情 ...
几个常见的 Socket 连接错误及原因
ECONNABORTED
该错误被描述为“software caused connection abort”,即“软件引起的连接中止”。原因在于当服务和客户进程在完成用于 TCP 连接的“三次握手”后,客户 TCP 却发送了一个 RST (复位)分节,在服务进程看来,就在该连接已由 TCP 排队,等着服务进程调用 accept 的时候 RST 却到达了。POSIX 规定此时的 ...
Win系统和Linux下编码的格式问题(syntax error near unexpected token)
原文出处:http://jingyan.baidu.com/article/9f63fb91d014b8c8410f0e7a.html
在Win系统下写的shell代码在Linux下运行有时会报syntax error near unexpected token,不用怕,这只是系统之间的编码格式问题,轻松几步就可以搞定:
看附件吧
android studio 的 error in opening zip file
在下载新版本的android studio 0.8.6
发现新建一个项目出错,
问题一:先是下载gradle-1.12-all.zip 出错,连不上网
挂了代理后会继续下载
问题二:下载到最后会一直卡在最后不动。
强行关闭后,出现上面的 error in opening zip file
解决:
1.删除 ~/.gradle/wrapper/dists/ 目录 ...
Compile Error - The Type Comparable is not generic解决方法
StringBuffer query = new StringBuffer(768);
query.append("12312312");
以上第二句代码报错:The type Comparable is not generic, it cannot be parameterized with arguments<string>
百思不 ...
升级Eclipse 4.x 遇到问题
报错:!MESSAGE Event Admin service is not available, unable to publish event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/renderer/requestEnablementUpdate].
解决:导入依赖org.eclipse.equinox.event。 ...
windows7 update 安装补丁更新失败 error WindowsUpdate_80200024及0x80070005
正版windows7 64位系统,update自动更新 KB2957689 总是失败
---------------
用于基于 x64 系统的 Windows 7 的 Internet Explorer 11 的累积安全更新程序 (KB2957689)
安 ...
java.net.SocketException: Unexpected end of file from server
引用
Caused by: org.springframework.web.client.ResourceAccessException: I/O error on POST request for "http://www.xxx.com/rest/v2/network/msg/dmails.json":Unexpected end of file from server; ne ...