
各种报错
研发之道
一个坚持把架构做到极致的技术人,热衷于互联网技术。混迹互联网十几年,热衷于高性能、高并发、分布式技术领域的研究。
展开
-
java.lang.NoClassDefFoundError: org/aspectj/weaver/tools/PointcutDesignatorHandler at java.lang.Cla
缺少jar包 如果是maven项目就在pom.xml添加如下依赖 dependency> groupId> org.aspectjgroupId > artifactId> aspectjweaverartifactId > version> 1.6.11version > dependency>原创 2016-10-14 13:35:59 · 5857 阅读 · 0 评论 -
maven由IDEA插件转换为自己的jar包配置出现cannot reconnect
try to delete .m2 repository entirely then update your maven project again 问题解决 不过 特么jar包下载很长时间原创 2016-10-14 17:06:19 · 1972 阅读 · 0 评论 -
If no other git process is currently running, this probably means a git process crashed in this repo
If no other git process is currently running, this probably means a git process crashed in this repository earlier. Make sure no other git process is running and remove the file manually to continue.原创 2016-10-25 13:22:29 · 770 阅读 · 0 评论 -
git 常用命令
git 常用命令 Git常用操作命令收集: 1) 远程仓库相关命令 检出仓库:$ git clone git://github.com/jquery/jquery.git 查看远程仓库:$ git remote -v 添加远程仓库:$ git remote add [name] [url] 删除远程仓库:$ git remote rm [name] 修改远程仓库:$转载 2016-10-25 13:24:40 · 299 阅读 · 0 评论 -
github中git push origin master出错:error: failed to push some refs to
94 down vote accepted If the GitHub repo has seen new commits pushed to it, while you were working locally, I would advice for: git pull --rebase git push The full syntax is: git原创 2016-10-18 10:52:01 · 619 阅读 · 0 评论 -
[crit] 1697#1697: *144352 open() "/usr/local/src/nginx/fastcgi_temp/3/30/0000000
明天哈理工院赛。上千人参加,今天有人突然报告了一个bug,榜单刷新只能刷出来部分内容。 查看nginx日志 2016/11/18 15:58:12 [crit] 1697#1697: *144352 open() “/usr/local/src/nginx/fastcgi_temp/3/30/0000000303” failed (13: Permission denied) while rea原创 2016-11-18 16:26:58 · 1792 阅读 · 0 评论 -
tk.mybatis.mapper.provider.base.BaseSelectProvider:Caused by: java.lang.InstantiationException:
没想到 “org” 没有 改成“tk” 就会报这个错误原创 2016-11-25 20:50:46 · 21020 阅读 · 5 评论 -
$Value{}ntException: Could not resolve placeholder 'KEY' in string value "${
springmvc 中@Value("${KEY}") 出现 $Value{}ntException: Could not resolve placeholder 'KEY' in string value "${ 错误。 down vote Don't use multiple <context:property-placeholder/>...原创 2016-11-26 13:01:56 · 4915 阅读 · 0 评论