会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Ranch
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
下一页
2018年7月5日
log4j的xml配置
摘要: 主要记录下方便下次查找
阅读全文
posted @ 2018-07-05 10:45 TracyRanch
阅读(251)
评论(0)
推荐(0)
2018年6月26日
Nginx配置不同端口号映射二级域名
摘要: upstream xx{ #ip_hash; server 127.0.0.1:1008; } server { listen 80; server_name xx.xxx.com; location / { ...
阅读全文
posted @ 2018-06-26 16:24 TracyRanch
阅读(744)
评论(0)
推荐(0)
2018年6月6日
Bug的等级程度(Blocker, Critical, Major, Minor/Trivial)及修复优先级
摘要: Priority()和Severity(严重程度)是Bug的两个重要属性。很多新人经常混淆这两个概念。 Priority()和Severity(严重程度)是Bug的两个重要属性。很多新人经常混淆这两个概念。 通常,人员在提交Bug时,只定义Bug的Severity, 即该Bug的严重程度, 而将Pr
阅读全文
posted @ 2018-06-06 11:33 TracyRanch
阅读(2898)
评论(0)
推荐(0)
2018年6月4日
FindBugs报错
摘要: FindBugs是基于Bug Patterns概念,查找javabytecode(.class文件)中的潜在bug,主要检查bytecode中的bug patterns,如NullPoint空指针检查、没有合理关闭资源、字符串相同判断错(==,而不是equals)等
阅读全文
posted @ 2018-06-04 15:26 TracyRanch
阅读(837)
评论(0)
推荐(0)
2018年3月2日
session跨域丢失问题
摘要: 配置一个 filter 添加下面这两个 response.setHeader("Access-Control-Allow-Credentials","true"); //是否支持cookie跨域response.setHeader("Access-Control-Allow-Origin", req
阅读全文
posted @ 2018-03-02 10:39 TracyRanch
阅读(172)
评论(0)
推荐(0)
2018年2月2日
信息: TLD skipped. URI: http://www.fusioncharts.com/jsp/core is already defined
摘要: jar包冲突导致,jstl在 1.2以后的版本没有使用standard.jar这个包。 移除standard.jar即可
阅读全文
posted @ 2018-02-02 14:48 TracyRanch
阅读(549)
评论(0)
推荐(0)
2018年1月31日
java.lang.UnsupportedOperationException: Manual close is not allowed over a Spring managed SqlSession
摘要: 在配置里面加上 在sqlSessionTemplate 加上 scope="prototype"
阅读全文
posted @ 2018-01-31 16:26 TracyRanch
阅读(4984)
评论(0)
推荐(0)
linux运行tomcat报错SEVERE: Unable to process Jar entry [avassist xxxx.class]
摘要: tomcat的版本过低换成apache-tomcat-7.0.56以上的高版本的就可以了
阅读全文
posted @ 2018-01-31 16:23 TracyRanch
阅读(308)
评论(0)
推荐(0)
SEVERE: Unable to process Jar entry [avassist xxxx.class]
摘要: 加上 scope="prototype" 就不回报错了
阅读全文
posted @ 2018-01-31 16:19 TracyRanch
阅读(3685)
评论(0)
推荐(0)
2018年1月11日
将jar包安装到本地仓库
摘要: 通过cmd切换到apache maven 的bin目录 参数类型 -DgroupId=远程仓库对应的DgroupId-DartifactId= 远程仓库对应的 DartifactId-Dversion=对应版本号-Dfile=D:\work\jar\zmxy-sdk-java-20160120104
阅读全文
posted @ 2018-01-11 10:54 TracyRanch
阅读(354)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
下一页
公告