mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-27 14:54:05 -06:00
vault backup: 2022-10-24 17:18:07
This commit is contained in:
parent
c57e5f3757
commit
3d5244737b
8
content/notes/Application Layer.md
Normal file
8
content/notes/Application Layer.md
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
title: "Application Layer"
|
||||
aliases:
|
||||
tags:
|
||||
- cosc203
|
||||
---
|
||||
|
||||
|
||||
8
content/notes/Data Link Layer.md
Normal file
8
content/notes/Data Link Layer.md
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
title: "Data Link Layer"
|
||||
aliases:
|
||||
tags:
|
||||
- cosc203
|
||||
---
|
||||
|
||||
|
||||
8
content/notes/ER-Diagram.md
Normal file
8
content/notes/ER-Diagram.md
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
title: "ER-Diagram"
|
||||
aliases:
|
||||
tags:
|
||||
- cosc203
|
||||
---
|
||||
|
||||
|
||||
8
content/notes/Network Layer.md
Normal file
8
content/notes/Network Layer.md
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
title: "Network Layer"
|
||||
aliases:
|
||||
tags:
|
||||
- cosc203
|
||||
---
|
||||
|
||||
|
||||
8
content/notes/Normal-Forms.md
Normal file
8
content/notes/Normal-Forms.md
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
title: "Normal-Forms"
|
||||
aliases:
|
||||
tags:
|
||||
- cosc203
|
||||
---
|
||||
|
||||
|
||||
8
content/notes/Other Layer.md
Normal file
8
content/notes/Other Layer.md
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
title: "Other Layer"
|
||||
aliases:
|
||||
tags:
|
||||
|
||||
---
|
||||
|
||||
<% tp.file.cursor(4) %>
|
||||
8
content/notes/Physical Layer.md
Normal file
8
content/notes/Physical Layer.md
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
title: "Physical Layer"
|
||||
aliases:
|
||||
tags:
|
||||
- cosc203
|
||||
---
|
||||
|
||||
|
||||
@ -2,11 +2,5 @@
|
||||
title: "SQL"
|
||||
aliases:
|
||||
tags:
|
||||
- info201
|
||||
- cosc203
|
||||
---
|
||||
|
||||
# Principles
|
||||
|
||||
# Sytax
|
||||
|
||||
# Interaction with code
|
||||
|
||||
8
content/notes/Schemas.md
Normal file
8
content/notes/Schemas.md
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
title: "Schemas"
|
||||
aliases:
|
||||
tags:
|
||||
- cosc203
|
||||
---
|
||||
|
||||
|
||||
8
content/notes/Security Layer.md
Normal file
8
content/notes/Security Layer.md
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
title: "Security Layer"
|
||||
aliases:
|
||||
tags:
|
||||
- cosc203
|
||||
---
|
||||
|
||||
|
||||
8
content/notes/Transport Layer.md
Normal file
8
content/notes/Transport Layer.md
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
title: "Transport Layer"
|
||||
aliases:
|
||||
tags:
|
||||
- cosc203
|
||||
---
|
||||
|
||||
|
||||
8
content/notes/Wireless Layer.md
Normal file
8
content/notes/Wireless Layer.md
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
title: "Wireless Layer"
|
||||
aliases:
|
||||
tags:
|
||||
- cosc203
|
||||
---
|
||||
|
||||
|
||||
8
content/notes/backend.md
Normal file
8
content/notes/backend.md
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
title: "backend"
|
||||
aliases:
|
||||
tags:
|
||||
- cosc203
|
||||
---
|
||||
|
||||
|
||||
@ -28,6 +28,25 @@ tags:
|
||||
|
||||
# Notes
|
||||
[dns](notes/dns.md)
|
||||
- [Web](notes/web)
|
||||
- [html](notes/html.md)
|
||||
- [css](notes/css.md)
|
||||
- [javascript](notes/javascript)
|
||||
- [backend](notes/backend)
|
||||
- [Databases](notes/databases)
|
||||
- [ER Diagram](notes/ER-Diagram)
|
||||
- [Normal Forms](notes/Normal-Forms)
|
||||
- [Schemas](notes/Schemas)
|
||||
- [SQL](notes/SQL)
|
||||
- [Networks](notes/network)
|
||||
- [Application Layer](notes/Application Layer)
|
||||
- [Transport Layer](notes/Transport Layer)
|
||||
- [Network Layer](notes/Network Layer)
|
||||
- [Data Link Layer](notes/Data Link Layer)
|
||||
- [Physical Layer](notes/Physical Layer)
|
||||
- [Wireless Layer](notes/Wireless Layer)
|
||||
- [Security Layer](notes/Security Layer)
|
||||
- [Other Layer](notes/Other Layer)
|
||||
|
||||
# Lectures
|
||||
- [01-basic-html](notes/01-basic-html.md)
|
||||
|
||||
15
content/notes/databases.md
Normal file
15
content/notes/databases.md
Normal file
@ -0,0 +1,15 @@
|
||||
---
|
||||
title: "databases"
|
||||
aliases:
|
||||
tags:
|
||||
- cosc203
|
||||
---
|
||||
|
||||
# ER Diagram
|
||||
[ER Diagram](notes/ER-Diagram)
|
||||
# Normal Forms
|
||||
[Normal Forms](notes/Normal-Forms)
|
||||
# Schemas
|
||||
[Schemas](notes/Schemas)
|
||||
# SQL
|
||||
[SQL](notes/SQL)
|
||||
8
content/notes/javascript.md
Normal file
8
content/notes/javascript.md
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
title: "javascript"
|
||||
aliases:
|
||||
tags:
|
||||
- cosc203
|
||||
---
|
||||
|
||||
|
||||
23
content/notes/network.md
Normal file
23
content/notes/network.md
Normal file
@ -0,0 +1,23 @@
|
||||
---
|
||||
title: "network"
|
||||
aliases:
|
||||
tags:
|
||||
- cosc203
|
||||
---
|
||||
|
||||
# Application Layer
|
||||
[Application Layer](notes/Application Layer)
|
||||
# Transport Layer
|
||||
[Transport Layer](notes/Transport Layer)
|
||||
# Network Layer
|
||||
[Network Layer](notes/Network Layer)
|
||||
# Data Link Layer
|
||||
[Data Link Layer](notes/Data Link Layer)
|
||||
# Physical Layer
|
||||
[Physical Layer](notes/Physical Layer)
|
||||
# Wireless Layer
|
||||
[Wireless Layer](notes/Wireless Layer)
|
||||
# Security Layer
|
||||
[Security Layer](notes/Security Layer)
|
||||
# Other Layer
|
||||
[Other Layer](notes/Other Layer)
|
||||
16
content/notes/web.md
Normal file
16
content/notes/web.md
Normal file
@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "web"
|
||||
aliases:
|
||||
tags:
|
||||
- cosc203
|
||||
---
|
||||
|
||||
# HTML
|
||||
[html](notes/html.md)
|
||||
# CSS
|
||||
[css](notes/css.md)
|
||||
# JavaScipt
|
||||
[javascript](notes/javascript)
|
||||
|
||||
# Back End
|
||||
[backend](notes/backend)
|
||||
Loading…
Reference in New Issue
Block a user