Giter VIP home page Giter VIP logo

racla.github.io's People

Contributors

racla avatar

Watchers

 avatar  avatar

racla.github.io's Issues

MySQL ACID | Racla's Blog

https://racla.github.io/MySQL-ACID/#more

MySQL ACID 本文所有内容仅仅是对MySQL官方文档稍作整理,增加一些作者自己的理解。 随着业务数据和任务需求的增长,可靠性成了MySQL数据库的重要诉求(Redis早期仅有单句的增删改查,事务是随着业务需求变得复杂才增加的)。ACID正是实现MySQL可靠性的设计原则。 下文以InnoDB存储引擎为例简述了MySQL中如何体现ACID设计原则。 A(原子性), C(一致性), D(持

Java | Racla's Blog

https://racla.github.io/Java/#more

Java基础编译和解释 (待补充) C/C++ 编译器将源代码最终编译为机器指令,因此如果要在不同机器上运行程序需要重新编译源码。Java使用另一种方式实现跨平台,即Java虚拟机(JVM)。首先Java编译器(javac, java compiler)将源代码编译为.class文件,当我们需要将程序运行到其他机器上只需要拷贝.class文件运行即可(假设机器都已经安装JVM), JVM会根据具体

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.