作者查詢 / zerof

總覽項目: 發文 | 留言 | 暱稱
作者 zerof 在 PTT 全部看板的留言(推文), 共1643則
限定看板:全部
[分享] 肥米輸入法
[ Python ]23 留言, 推噓總分: +9
作者: shadowjohn - 發表於 2017/07/13 10:28(6年前)
1Fzerof:07/13 11:15
2Fzerof: code 有點可怕...07/13 11:15
[問題] print簡體編碼問題
[ Python ]8 留言, 推噓總分: +2
作者: coolching - 發表於 2017/07/12 14:23(6年前)
5Fzerof: 改用 python3.6 選我正解07/12 17:19
[心得] PTT 爬蟲函式庫
[ Python ]18 留言, 推噓總分: +14
作者: CodingMan - 發表於 2017/07/08 23:01(7年前)
13Fzerof: .......他又沒有丟上 PyPI ...07/15 23:23
[問題] Dic 字串排序順序
[ Python ]6 留言, 推噓總分: +1
作者: m87dd05 - 發表於 2017/06/30 16:02(7年前)
2Fzerof: hash06/30 16:55
4Fzerof: In exactly is hash table.06/30 19:34
[問題] Mac pygame 安裝
[ Python ]4 留言, 推噓總分: 0
作者: ptt0720 - 發表於 2017/06/29 09:45(7年前)
1Fzerof: pip install https://github.com/pygame/pygame.git06/29 10:32
3Fzerof: or https://github.com/pygame/pygame/archive/master.zip06/29 13:31
4Fzerof: 不過我猜 pip install pygame 就可以了(pypi 上有 wheel)06/29 13:32
[問題] 關於Pool的終止時間
[ Python ]4 留言, 推噓總分: +2
作者: phoenixcx - 發表於 2017/06/27 10:52(7年前)
1Fzerof: ???06/27 13:29
2Fzerof: keyword: timeout function06/27 15:50
[問題] 製作當前整數型態的變數名稱list
[ Python ]18 留言, 推噓總分: +3
作者: LessonWang - 發表於 2017/06/24 10:50(7年前)
6Fzerof: 大家都看得懂在講什麼好厲害...06/24 16:59
[問題] 有關blat.exe問題
[ Python ]11 留言, 推噓總分: +6
作者: eraypeng - 發表於 2017/06/23 10:19(7年前)
5Fzerof: 沒用 python 的情況下寄出去的是正常的嗎06/23 11:26
[問題] 讓某些物件一起依序做某些事的語法
[ Python ]12 留言, 推噓總分: +5
作者: LessonWang - 發表於 2017/06/17 15:38(7年前)
12Fzerof: getattr06/17 21:57
[問題] 圖片爬蟲無法抓取
[ Python ]8 留言, 推噓總分: +1
作者: ms0561188 - 發表於 2017/06/12 21:31(7年前)
1Fzerof: 你前面先 print 掉了啊....06/12 21:43
2Fzerof: 直接 f.write(response.content) 就好了06/12 21:44