菜单页布局

    2023-05-13

    Lucene

    2024-04-07

    https://blog.51cto.com/sbp810050504/category6.html

    https://www.cnblogs.com/forfuture1978/archive/2010/06/13/1757479.html

    https://www.cnblogs.com/forfuture1978/p/3945755.html

    Read More

    视频网站

    2024-03-15

    MYSQL建表时需要注意的点:

    • 选择存储引擎,如果要支持事务需要选择InnoDB
    • 字段类型选择,对于日期类型如果记录时分秒使用datetime,记录年月日使用date类型,对于字符类型的选择,固定长度字段选择char,不固定长度的字段选择varchar,varchar比char节省空间,但速度没有char快,对于内容介绍类的长广文本字...
    Read More

    Website

    2023-12-13

    在线手绘网站 https://excalidraw.com/#room=4cf56986ba1220962799,gZ9KtekuipNBODIchGSn1Q

    https://www.toptal.com/blog

    https://martinfowler.com/architecture/

    https://docs.phalcon....

    Read More

    Toolbox

    2023-11-13

    https://bugstack.cn/md/road-map/maven.html

    nexus: http://nexus.bsdn.org/#nexus-search;quick~disruptor

    infoQ: https://www.infoq.com/presentations/LMAX/#downloadPdf/

    Googl...

    Read More

    Simd

    2023-11-12

    Single construction multi Data

    SIMD  SISD   MISD ...
          
    Read More

    Compress

    2023-11-11

    IntBlockPool

    在索引阶段,使用IntBlockPool来存储term(域值)的信息,在MemoryIndex,使用此类对term在文档中的位置,payload数据进行存储,它即Memory中的倒排表,它的数据就是用这个类的对象存储的

    Read More
    View: User: