有时间我会翻译成中文的 Java swing applications‘ menus do not integrate with Ubuntu‘s global menu until Ubuntu 15.04. A library calledJayatana is available to enable global menu support for Java swing applications in Ubuntu (From Ubuntu 15.04 Jayatana bec…
背景
因为一些安全原因,公司的机器网络环境不能直接访问外网,需要配置代理才能够访问,导致我使用拉取镜像的时候连接不到,报了如下的错误: Error response from daemon: Get https://registry-1.docker.io/v2/: net/h…
spring-boot 启动时候 出现异常:The bean ‘xxx’ could not be injected as a ‘xx.xxxx’ because it is a JDK dynami 如果两个同时命名为 chartInfoMapper 就会报错这个信息 这是因为程序中有一个chartInfoMapper ,所以当命名为chartInfoMapper 会…