background picture of the home page

Hi,Friend

Java 并发容器:并发队列

1.Java中并发队列有哪些无锁非阻塞并发队列:ConcurrentLinkedQueue和ConcurrentLinkedDeque。普通阻塞队列:基于数组的ArrayBlockingQueue,基于链表的LinkedBlockingQueue和LinkedBlockingDeque。优先级阻塞队

thumbnail of the cover of the post

element ui el-image标签bug

使用elementui的el-image标签时,页面渲染之后点击图片时会自动添加body{overflow:hidden;}以至于导致浏览器下拉框不能使用,度娘一下没有找到相关解决方案,所以只能在el-image标签上加个点击事件清除body的所有样式参考代码:<el-image:src=&q

thumbnail of the cover of the post