自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

CoreyXuu的博客

代码难道不是你的尊严吗?

  • 博客(12)
  • 资源 (1)
  • 收藏
  • 关注

原创 springboot 启动直接退出 SpringBoot Process finished with exit code 0

用idea 快速创建springboot项目,没有报错直接就运行退出SpringBoot Process finished with exit code 0 . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) '

2020-09-30 15:33:05 1055

原创 MacOS 系统调用本地程序

macOS 系统和Windows系统不同,mac本地程序安装位置为:/System/Applications所以还醒本地系统程序为:(拿本地计算器程序为例子)/** * @Auther: corey * @Date: 2020/9/28 10:09 * @Description: */public class ExploitMac { public static void main(String[] args) { try { java.

2020-09-28 10:47:09 1103

原创 Typora 调整插入图片大小

Typora 插入图片调整大小如下:style="zoom:43%;"style标签的zoom属性就是图片的相对大小属性如下我需要调整图片大小在文件在最后添加style<img src="/Users/corey/typora-user-images/image-20200927095842317.png" alt="image-20200927095842317" style="zoom:43%;" />...

2020-09-27 10:03:19 10629

原创 docker 启动容器报错:Error response from daemon: driver failed programming external connectivity on endpoin

docker 启动容器报错如下所示:[root@localhost bin]# docker start 56c6015cad93Error response from daemon: driver failed programming external connectivity on endpoint zookeeper (1e63b93d9b586c9d7af1d5b2353b6d4d41e6b3791bf4fbfb801778cea7bc0c0b): (iptables failed: ip

2020-09-24 17:20:18 970

原创 项目启动:SLF4J: Class path contains multiple SLF4J bindings. 没有日志内容输出

错误内容如下所示:Connected to the target VM, address: '127.0.0.1:64443', transport: 'socket'SLF4J: Class path contains multiple SLF4J bindings.SLF4J: Found binding in [jar:file:/Users/corey/develope/maven/repository/org/slf4j/slf4j-log4j12/1.6.1/slf4j-log4j12

2020-09-21 14:41:44 2177 1

原创 SpringCloud 启动报错:java.lang.IllegalArgumentException: Illegal character in path at index 29xxxxxx

启动报错如下:java.lang.IllegalArgumentException: Illegal character in path at index 29: http://localhost:5000/eureka/ / at java.net.URI.create(URI.java:852) ~[na:1.8.0_251] at com.sun.jersey.api.client.Client.resource(Client.java:434) ~[jersey-client-1.19.

2020-09-15 15:44:30 1521

原创 springcloud 启动报错:com.sun.jersey.api.client.ClientHandlerException: java.net.ConnectException: Connec

springcloud启动报错如下:不停的刷连接异常报错信息:com.sun.jersey.api.client.ClientHandlerException: java.net.ConnectException: Connection refused (Connection refused)Caused by: java.net.ConnectException: Connection refused (Connection refused)如果此报错是在 eureka 工程...

2020-09-15 10:39:20 839 1

原创 查看线上运行的tomcat 具体什么版本?

具体需要查看线上正在运行的tomcat 什么版本具体操作步骤:进入到tomcat 安装目录bin目录下,执行:./version.sh就可以看到具体的tomcat的版本信息了:

2020-09-14 17:16:56 281

原创 mybatis-plus 使用官网自带分页插件进行分页 total 始终去不到值

问题描述:如下截图:total 数据始终为o,解决思路:1.首先查看数据库数据,是否能查询到数据;sql单独执行可以查询到数据,排除sql问题导致2.查询官网:https://baomidou.com/guide/page.html可知springboot 需要添加 MybatisPlusConfig 类在加载配置和配置文件然后分析发现没有问题3.参考网上相同错误分析发现在配置类中添加数据库断言;不行4.配置类加上注解 也不行最后发现Mybatis..

2020-09-08 16:25:52 769

原创 mybatis-plus 逆向工程生成工具

mybatis-plus 官网:https://baomidou.com/引入依赖<!--代码生成器--><dependency> <groupId>com.baomidou</groupId> <artifactId>mybatis-plus-generator</artifactId> <version>3.2.0</version></dependency&gt

2020-09-07 17:33:29 848 1

原创 MacOS 常用快捷键 总结

================================================================================= 常用命令总结 ========================...

2020-09-07 15:01:50 278

原创 Dubbo整合springbooot 访问报错:Please check registry access list(whitelist/blacklist)

错误描述:com.alibaba.dubbo.rpc.RpcException: Forbid consumer 192.168.1.101 access service service.DemoService from registry 127.0.0.1:2181 use dubbo version 2.8.4, Please check registry access list (whitelist/blacklist). at com.alibaba.dubbo.registry.i

2020-09-07 11:03:55 492

Fiddler Everywhere

Fiddler Everywhere 抓包工具

2021-01-13

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除