EasyYapi — 接口文档和调试工具
type
Post
status
Published
date
Jun 25, 2021
slug
summary
和 Swagger 相比,能做到几乎零代码侵入的自动 API文当生成和调试 所有的注释都基于 Java Doc 格式的注释
tags
项目方案
category
技术分享
icon
password

介绍

和 Swagger 相比,能做到几乎零代码侵入的自动 API文当生成和调试
所有的注释都基于 Java Doc 格式的注释
Knife4(Swagger) 接口文档和调试工具使用
type
Post
status
Published
date
Jun 20, 2021
slug
summary
项目中常用的接口文档生成、接口管理和调试工具
tags
项目方案
category
技术分享
icon
password

介绍

特点

  • Restful APi 文档在线自动生成
  • API文档与API定义同步更新
java.lang.ExceptionInInitializerError: com.sun.tools.javac.code.TypeTags
type
Post
status
Published
date
May 11, 2021
slug
summary
Maven Install 时报错
tags
category
Bug 记录
icon
password

保留现场

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project helloworld: Fatal error compiling: java.lang.ExceptionInInitializerError: com.sun.tools.javac.code.TypeTags -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :helloworld

探究原因

lombok版本太低
简易多人聊天室[2]-NIO模型实现
type
Post
status
Published
date
May 7, 2021
slug
summary
利用NIO包下的 Buffer 和 Channel 实现简单的多人聊天室,和 BIO 实现进行比较
tags
IO
category
技术分享
icon
password

总体流程


  • ServerSocketChannel 注册 ACCEPT 事件监听到 Selector 中,用于监听 accept 事件
    java.lang.AbstractMethodError
    type
    Post
    status
    Published
    date
    Apr 4, 2021
    slug
    summary
    启动过滤器异常
    tags
    category
    Bug 记录
    icon
    password

    保留现场

    notion image
    notion image

    探究原因

    优美华丽的博客字体族(font-family)Web Page 字体
    type
    Post
    status
    Published
    date
    Mar 17, 2021
    slug
    tags
    category
    转载收藏
    icon
    password
    主要为代码的博客:
    body{ font-family:Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace; }
    英文和中文的博客:
    body{ font-family:'Lucida Grande','Helvetica Neue',Helvetica,Arial,Verdana,'PingFang SC','Hiragino Sans GB',STHeiti,'Microsoft YaHei','WenQuanYi Micro Hei','WenQuanYi Micro Hei Mono','WenQuanYi Zen Hei','WenQuanYi Zen Hei Mono','Noto Sans CJK SC','Source Han Sans CN',SimSun,sans-serif; }