上一页 1 ··· 289 290 291 292 293 294 295 296 297 ··· 507 下一页
摘要: <! flowchart 箭头图标 勿删 工具介绍 本工具最早是制作出来查看我的 FTL(Fast Trace Log) 二进制日志文件的, 后来因为去做Java后台,经常看 SpringBoot, Tomcat 等的日志, 就简单重构了一下, 从而支持通过正则来通用的分析日志. LogViewer 阅读全文
posted @ 2018-09-30 09:55 星朝 阅读(2811) 评论(0) 推荐(0)
摘要: 源码:https://github.com/fpillet/NSLogger 特点 摆脱Xcode的小窗查看日志 不用再将iPhone连接到电脑上才能看日志 支持通过互联网传送日志 可以输出图片的日志 可自己定义日志等级 安装 NSLogger分为两部分,LoggerClient和NSLogger 阅读全文
posted @ 2018-09-30 09:52 星朝 阅读(936) 评论(0) 推荐(0)
摘要: ssh 连接服务器 ssh user@www.xxx.com p60022 用户名@ip 端口   进入日志所在目录 cat FILENAME 查看文本文件,P.S. 在查较大文件时为了避免刷屏,请使用 cat FILENAME | more 或 more FILENAME zcat FI 阅读全文
posted @ 2018-09-30 09:41 星朝 阅读(848) 评论(0) 推荐(0)
摘要: Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.boot.context.properties.Configu 阅读全文
posted @ 2018-09-29 16:06 星朝 阅读(5281) 评论(0) 推荐(0)
摘要: 近日在项目中使用SpringBoot集成PageHelper后,跑单元测试时出现了“在系统中发现了多个分页插件,请检查系统配置!”这个问题。 如下图所示: org.mybatis.spring.MyBatisSystemException: nested exception is org.apach 阅读全文
posted @ 2018-09-29 15:15 星朝 阅读(21397) 评论(0) 推荐(1)
摘要: 我的spring boot项目中前端页面的资源引用我的静态文件夹是我的application.yml中资源路径配置了同时我在WebMvcConfig中配置了addResourceHandlers我在idea内部运行项目时,资源文件可以正常加载,然后我将war包放入tomcat的webapp目录下运行 阅读全文
posted @ 2018-09-29 14:11 星朝 阅读(3551) 评论(0) 推荐(0)
摘要: springboot的web项目的启动主要分为: 一.使用内置tomcat启动 启动方式: 1、IDEA中main函数启动 2、mvn springboot run 命令 3、java jar XXX.jar 配置内置tomcat属性: 关于Tomcat的属性都在org.springframewor 阅读全文
posted @ 2018-09-29 14:01 星朝 阅读(600) 评论(0) 推荐(0)
摘要: <span style="font size:18px;"> java.lang.NoSuchMethodError: org.springframework.util.ReflectionUtils.makeAccessible(Ljava/lang/reflect/Construct 阅读全文
posted @ 2018-09-29 13:06 星朝 阅读(1362) 评论(0) 推荐(0)
摘要: 1. 系统框架加载正常,但是Tomcat启动失败,报错如下:   Log代码  2013 7 26 17:18:33 org.apache.catalina.core.StandardContext startInternal   阅读全文
posted @ 2018-09-29 13:02 星朝 阅读(2818) 评论(0) 推荐(0)
摘要: 开发项目中会遇到Tomcat内存溢出(java.lang.OutOfMemoryError: PermGen space)的问题,通过查找资料找到是通过设置Tomcat 启动堆空间大小、年轻代大小、每个线程大小参数进行调优的,具体如下: 一、在Tomcat 启动脚本(catalina.sh/cata 阅读全文
posted @ 2018-09-29 10:23 星朝 阅读(6005) 评论(0) 推荐(0)
上一页 1 ··· 289 290 291 292 293 294 295 296 297 ··· 507 下一页