From 5ab726eba208fad102279c7dec1d4d7ff3a8b556 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=88=E6=99=93=E7=90=B3?= <2115152499@qq.com> Date: Wed, 20 Mar 2024 18:56:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=9C=E4=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../20240319 \344\275\234\344\270\232.md" | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 "14 \346\262\210\346\231\223\347\220\263/20240319 \344\275\234\344\270\232.md" diff --git "a/14 \346\262\210\346\231\223\347\220\263/20240319 \344\275\234\344\270\232.md" "b/14 \346\262\210\346\231\223\347\220\263/20240319 \344\275\234\344\270\232.md" new file mode 100644 index 0000000..8c63129 --- /dev/null +++ "b/14 \346\262\210\346\231\223\347\220\263/20240319 \344\275\234\344\270\232.md" @@ -0,0 +1,25 @@ +## 主存设备 + +RAM 可读写主存,断电数据丢失 + +ROM 只读主存,断电数据不丢失 + +BIOS是程序,CMOS是参数 + +## 快捷键 + +撤销刚关闭的网页 + +ctrl+shift+t + +关闭当前窗口 + +ctrl+w + +省略号 + +中文状态 shift+6 + +重命名 + +F2 \ No newline at end of file -- Gitee