作者查詢 / sheauhei

總覽項目: 發文 | 留言 | 暱稱
作者 sheauhei 在 PTT [ Python ] 看板的留言(推文), 共10則
限定看板:Python
首頁
上一頁
1
下一頁
尾頁
[問題] thread無法動作
[ Python ]17 留言, 推噓總分: +3
作者: wandog - 發表於 2012/12/13 20:14(13年前)
1Fsheauhei:將你的code照貼了,python 2.5.4可以跑12/13 21:44
2Fsheauhei:除了PLCcontrol() 因為你沒寫 我只是單純print msg12/13 21:45
3Fsheauhei:倒是將sleep(10)那行拿掉,main thread結束後,12/13 21:49
4Fsheauhei:workerThread(tPLC)會被強制終止12/13 21:49
8Fsheauhei:我的確是在Windows上跑的,OS不同就沒辦法了 囧"12/13 22:07
[問題] replace multiple string in text file
[ Python ]3 留言, 推噓總分: +1
作者: demonxxx - 發表於 2012/11/15 15:32(13年前)
1Fsheauhei:write(line.replace('I','You').replace('is','are')) ?11/15 17:20
2Fsheauhei:雖然我比較好奇為什麼 I -> You, 不是 am -> are 囧"11/15 17:21
[問題] 如何讓一個 attribute 成為 not writable 呢 ?
[ Python ]12 留言, 推噓總分: +4
作者: anrris - 發表於 2010/09/30 12:56(15年前)
1Fsheauhei:用property?09/30 13:33
2Fsheauhei:http://snippets.dzone.com/posts/show/954 <- 例子09/30 13:33
[問題] 字典如何key,values交換
[ Python ]2 留言, 推噓總分: +1
作者: MicroPtt - 發表於 2010/01/22 18:22(16年前)
1Fsheauhei:Dic = dict(zip(Dic.values(), Dic.keys()))01/22 19:14
首頁
上一頁
1
下一頁
尾頁