process
含有「process」共 2 篇內容
全部內容
發佈日期由新至舊
白天管工廠,下班資工系
2024/12/09
程式與執行緒(Process Management)
本篇文章探討作業系統如何管理程式,介紹了 Process、Thread 及 Process Control Block(PCB)的基本概念。本文以實際例子解釋這些概念,並詳細說明 Context Switch 的運作方式以及程式的五大狀態。
#
PCB
#
Switch
#
資源
喜歡
留言
小黑與程式的邂逅
2024/01/02
[Go]處理請求
Request內容 package main import ( "fmt" "log" "net/http" "strings" ) func request(w http.ResponseWriter, r *http.Request) { //這些資訊是輸出到伺服器端的列印訊息
#
go
#
golang
#
request
3
留言