240 发简信
IP属地:河南
  • ThingsBoard idea本地调试指南 (v3.5)

    最好提前准备梯子,否则可能失败!! 克隆源代码并用idea打开 注意配置自己的maven 和国内仓库地址,否则可能非常非常慢 修改postgre...

  • maven引用外部jar包 - import external lib/jars using maven

    前言 当我们使用maven时,偶有遇到需要引用不在maven repo中的jar包情况,此时一般的做法是在项目根目录下建立lib文件夹,然后co...

  • 让你的ObjectMapper支持JDK8时间API(LocalDate&LocalDateTime&LocalTime)

    ObjectMapper 默认不支持JDK8 新的日期API,强行使用将获得以下错误: 解决方法已经在异常信息后边了:注册JavaTimeMod...

  • Thingboard idea 编译启动

    准备工作: jdk11 maven 如果安装有多个jdk版本。建议把jdk环境变量设置为jdk11。 nodejs 设置node_global,...

  • git: port 9418错误

    yarn遇到git错误 The unauthenticated git protocol on port 9418 is no longer s...

  • CentOS 配置Kubernetes镜像源

    baseurl=https://mirrors.aliyun.com/kubernetes/yum/repos/kubernetes-el7-x...

  • Java Comparator<T>和Comparable<T> 实体排序

    java基础回顾:排序接口 - Comparator Comparable 需求:将Bean 按照给定的字符串顺序排序,不在这其中的字符串排序...

  • SpringBoot 代理对象导致的获取不到原生对象注解

    在一次使用BeanPostProcessor初始化数据时,发现BeanPostProcessor总不能获取到Controller上的自定义注解。...