ubuntu无法连接hdmi

安装了几个第三方包重启系统后突然发现无法识别hdmi外接屏幕了 执行 sudo lshw -C video 显示如下信息,即没有分配显卡驱动 *-display UNCLAIMED description: VGA compatible controller 同时 nvidia-smi 显示如下信息 NVIDIA-SMI has

springboot请求阻塞问题

结论: Content-Length 如果设置了,必须是正确的。如果不设置,浏览器或者其他客户端工具,会自动添加 如果header中存在Transfer-Encoding:

spring异常not eligible for getting processed by all BeanPostProcessors

起因 在使用AspectJ的时候发现注入不成功,查看控制台发现报了一连串warn not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 排查 这个log是在 org.springframework.context.support.PostProcessorRegistrationDelegate.BeanPostProcessorChecker#postProcessAfterInitialization 方法处提示的,

mysql实现邻接表

邻接表(Adjacency List) 常用场景: 多级菜单栏以及多级上下部门 使用mysql8 新增特性 CTES,可以很好的完成该功能 数据初始化 1 2