Hello World
Welcome to my blog, it represents all my experiences, and hindsight since my CS career started. P...JavaScript
JavaScript 单线程: 在浏览器 & 非浏览器环境中同样. 单线程也就意味着 JavaScript 在同一时间只能进行一项任务, 如果有多项任务的话, 需要对任务进行排队, 完成...React
React1. What is React CORE: Design by Component; 组合 & 嵌套 来构成整体页面 数据流单向响应, 更安全更快 2. State &am...DotNet
跨语言CLS 从类型、命名、事件、属性、数组等方面对语言进行了共性的定义及规范。这些东西被提交给欧洲计算机制造联合会 ECMA,称为:共同语言基础设施。 .NET Core 和.NET Fram...Cornell CS ⅘320 Database
psql -d postgres Intro File-Based ApproachDBMS - Database Management SystemManage data, allows ap...Cornell CS ⅘456 Network
How is the network shared consist of End hosts & switches & links switches for sharing pr...CSS
CSSCSS 基础引入方式 to include CSS 行内式 inline style - 最高优先级 <h1 style="..."/> 内部样式表 i...HTML
HTML网页结构123456789101112131415161718<!doctype html> <html lang="en"> <hea...C#
C#Types 类别 描述 值类型 value type 简单类型 int, byte, char, float, decimal, bool 枚举类型 enum 结构类...
1