排序
【C++】C++的四种强制转换reinterpret_cast/const_cast/static_cast /dynamic_cast(约813字)
文章目录reinterpret_castconst_caststatic_cast < type-id > (expression)dynamic_cast举个例子
前端面试题-设计模式篇补充(约67032字)
文章目录设计模式一、基础篇this、new、bind、call、apply闭包与高阶函数ES6继承与原型链设计原则二、创建型模式单例模式工厂模式的路由方式,Abstract 代表非浏览器环境中路由方式,比如 Node...
【Java】Java ConcurrentLinkedQueue实现的数据结构?说说ConcurrentLinkedQueue的HOPS(延迟更新的策略)的设计?(约819字)
文章目录ConcurrentLinkedQueue实现的数据结构? ConcurrentLinkedQueue底层原理? ConcurrentLinkedQueue的核心方法有哪些? 说说ConcurrentLinkedQueue的HOPS(延迟更新的策略)的设计? Concur...