PTT評價

[問卦] 程式員跟寫符咒其實一樣吧?

看板Gossiping標題[問卦] 程式員跟寫符咒其實一樣吧?作者
iLeyaSin365
(365)
時間推噓 8 推:9 噓:1 →:2

package main

import (
"fmt"
"net/http"
)

func hello(w http.ResponseWriter, req *http.Request) {

fmt.Fprintf(w, "hello\n")
}

func headers(w http.ResponseWriter, req *http.Request) {

for name, headers := range req.Header {
for _, h := range headers {
fmt.Fprintf(w, "%v: %v\n", name, h)
}
}
}

func main() {

http.HandleFunc("/hello", hello)
http.HandleFunc("/headers", headers)

http.ListenAndServe(":8090", nil)
}


以上這些英文字的腳本
如果在vs Code裡面 命令行輸入 go run 就會
運作起來
然後開啟網路連結


電腦工程師就是打打字在螢幕上面
寫寫東西
然後就有什麼執行了


寫符咒教學,
有很多功用例如請天兵天將
寫在符草紙上
也是
寫寫東西
然後就有什麼執行了

程序工程師就是一堆道士
吧?

https://youtu.be/bAclOmxx_r8?si=A0M6FmledWLO8OIu



--

※ PTT 留言評論
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 223.141.228.70 (臺灣)
PTT 網址

SidMax 01/07 23:37照你邏輯 老闆動動嘴 下面人就動起來了

zyxx 01/07 23:37誰會用8090啊=.=

複製貼上的

※ 編輯: iLeyaSin365 (223.141.228.70 臺灣), 01/07/2025 23:40:04

Forcast 01/07 23:40寫病歷

kingofsdtw 01/07 23:42動嘴下面就會自己跑起來了

kingofsdtw 01/07 23:43是不是很magic?

wkuochen 01/07 23:43好酷哦

k291154222 01/07 23:47Golang?

rapnose 01/07 23:53https://is.gd/PNMrO4

rapnose 01/07 23:54https://is.gd/PGU8nB

KyuubiKulama 01/08 00:01應該是golang 沒錯

jaid 01/08 00:18又在go

as349349 01/08 09:01還在go