Source From: https://15445.courses.cs.cmu.edu/fall2020/schedule.html
Hash Tables
Data Structures
A DBMS uses various data structures for many different parts of the system internals. Some examples include:
more >>xiahua blog.
Source From: https://15445.courses.cs.cmu.edu/fall2020/schedule.html
A DBMS uses various data structures for many different parts of the system internals. Some examples include:
more >>Source From: https://15445.courses.cs.cmu.edu/fall2020/schedule.html
The DBMS is responsible for mapping its memory and moving data back-and-forth from the disk. more >>
Source From: https://15445.courses.cs.cmu.edu/fall2020/schedule.html
We will focus on a “disk-oriented” DBMS architecture that assumes that primary storage location of the database is on non-volatile disk. more >>
Source From: https://15445.courses.cs.cmu.edu/fall2020/schedule.html
Edgar Codd published a major paper on relational models in the early 1970s. Originally, he only defined the mathematical notation(符号) for how a DBMS could execute queries on a relational model DBMS.
more >>Source From: https://15445.courses.cs.cmu.edu/fall2020/schedule.html
more >>A database is an organized collection of inter-related data that models some aspect of the real-world(e.g. modeling the students in a class or a digital music store).
So far, we have learned that CSS can govern how out layouts look, change fonts, text styles, colors, and make button styles, borders, shadows etc. But there’s actually so much more that CSS can do for out websites, such as idle animations, complex layouts, hover animations and responsive design.
more >>Up until now, we’ve been messing with things that user directly sees - the frontend. Now we get to do some things that are super important but some users may never realize happens - the backend.
more >>more >>React is a JavaScript library for building user interfaces. It’s modular, fast and readable.
more >>JavaScript is a programming language that manipulates(操纵) the content of a web page.
High-level: HTML is bones/structure, while css is skin/styling.
more >>
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia-plus根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent:
meta: false
pages: false
posts:
title: true
date: true
path: true
text: false
raw: false
content: false
slug: false
updated: false
comments: false
link: false
permalink: false
excerpt: false
categories: false
tags: true