Giter VIP home page Giter VIP logo

kafumio.github.io's People

Contributors

kafumio avatar

Watchers

 avatar

kafumio.github.io's Issues

about | 夜航船

https://kafmio.fun/about/?

关于我本人是某双非野鸡大学生,在上大学时才开始接触编程,方向后端,也学学一些比较有趣的东西 我会在这里记录我的日常随记和学习笔记

一文了解分布式协议与算法 | 夜航船

https://kafmio.fun/2023/04/07/%E4%B8%80%E6%96%87%E4%BA%86%E8%A7%A3%E5%88%86%E5%B8%83%E5%BC%8F%E5%8D%8F%E8%AE%AE%E4%B8%8E%E7%AE%97%E6%B3%95/

分布式协议与算法分布式故障 拜占庭将军问题 什么是拜占庭将军问题 「拜占庭将军问题」来源于这样一个场景:拜占庭帝国的军队正在围攻一座城市。这支军队被分成了多支小分队,驻扎在城市周围的不同方位,每支小分队由一个将军领导。这些将军们彼此之间只能依靠信使传递消息(无法聚在一起开个会)。每个将军在观察自己方位的敌情以后,会给出一个各自的行动建议(比如进攻、撤退或按兵不动),但最终的需要将军们达成一致的

一文了解mysql内部架构及执行过程 | 夜航船

https://kafmio.fun/2023/04/06/%E4%B8%80%E6%96%87%E4%BA%86%E8%A7%A3mysql%E5%86%85%E9%83%A8%E6%9E%B6%E6%9E%84%E5%8F%8A%E6%89%A7%E8%A1%8C%E8%BF%87%E7%A8%8B/

一文了解mysql内部架构及执行过程内部架构 MySQL 的架构共分为两层:Server 层和存储引擎层。 Server 层负责建立连接、分析和执行 SQL。MySQL 大多数的核心功能模块都在这实现,主要包括连接器,查询缓存、解析器、预处理器、优化器、执行器等。另外,所有的内置函数(如日期、时间、数学和加密函数等)和所有跨存储引擎的功能(如存储过程、触发器、视图等。)都在 Server 层实现

一文了解GO垃圾回收与内存管理 | 夜航船

https://kafmio.fun/2023/04/03/%E4%B8%80%E6%96%87%E4%BA%86%E8%A7%A3GO%E5%9E%83%E5%9C%BE%E5%9B%9E%E6%94%B6%E4%B8%8E%E5%86%85%E5%AD%98%E7%AE%A1%E7%90%86/

一文了解GO垃圾回收与内存管理GC 常识GC,即垃圾回收,是一种自动内存管理的机制。当程序向操作系统申请的内存不再需要时,垃圾回收主动将其回收,并供其他代码进行内存申请时复用,或者将其归还给操作系统。这种对内存级别资源的自动回收过程称为垃圾回收,负责垃圾回收的程序组件称为垃圾回收器。 垃圾回收的好处体现在两方面。一方面,程序员不需要对内存进行手动地申请和释放操作,GC 会在程序运行时自动释放残留的

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.