Julie's blog

所有檔案 · 2024

首頁

關於

所有檔案

網路概論

網路概論

電腦的運作-馮紐曼架構 輸入(鍵盤、滑鼠 -> 終端設備) CPU 控制器 負責流程 運算元 暫存器(記憶體) 輸出 終端機 terminal 負責輸入與輸出的視窗,再將資料傳給 shell shell 殼 windows -> PowerShell command line 只是仿終端機 zsh / bash / powershell 將指令傳給作業系統 流程 鍵盤(input) -> terminal -> shell -> OS 指令 ls / dir 列出目前資料夾 ping xxx.com 檢測某位址是否在運作 cd (=change directory) 改變位置 可直接拖拉資料夾進來(不用自己打) ...

更多

Hello World

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick StartCreate a new post1$ hexo new "My New Post" More info: Writing Run server1$ hexo server More info: Server Generate static files1$ hexo genera..

更多