為何 Python 變量沒有 Data Type 概念 ? 可以與任意 Data Type 綁定? Python 變量 Variable 與其他程式語言不同之處在於: > variable 不是對內存地址 ram address 的引用,而是對 data 的引用 > variable 被重新 assign 新値時,Python 新分配此data 存儲空間,而 variable 指向此新的地址 例如: 啟動 Python時,其 name space 如下: >>> global
http://technostuff.blogspot.com/2008/10/some-useful-socat-commands.html MONDAY, OCTOBER 6, 2008 Some useful socat commands To link serial port ttyS0 to another serial port: socat /dev/ttyS0,raw,echo=0,crnl /dev/ttyS1,raw,echo=0,crnl To get time fro