作者查詢 / zerof

總覽項目: 發文 | 留言 | 暱稱
作者 zerof 在 PTT [ Python ] 看板的留言(推文), 共281則
限定看板:Python
[問題] pyinstaller找不到
[ Python ]3 留言, 推噓總分: 0
作者: catrush - 發表於 2021/03/18 23:14(5年前)
1Fzerof: 2無法(嚴格來說可以但勸你不要);1 的話你放到非中文路徑03/18 23:49
2Fzerof: 試試看03/18 23:49
[問題] 限制某個function只能被叫到一次
[ Python ]7 留言, 推噓總分: +3
作者: MaR1nlolz - 發表於 2021/03/16 08:05(5年前)
2Fzerof: 找找 framework 的 after_create hook03/16 10:33
[問題] pip安裝了卻找不到requests模組
[ Python ]16 留言, 推噓總分: +7
作者: hcl012 - 發表於 2021/03/11 17:44(5年前)
6Fzerof: 試試 python -m pip03/11 18:56
[問題] 爬蟲程式如何判斷某些連結的檔名
[ Python ]4 留言, 推噓總分: +2
作者: martinqqq321 - 發表於 2021/03/01 21:17(5年前)
1Fzerof: https://mdn.io/Content-Disposition03/02 02:01
2Fzerof: or just search MDN for “Content-Disposition”03/02 02:05
[問題] linux呼叫so函式,執行出現undefined s..
[ Python ]9 留言, 推噓總分: +1
作者: asd24693120 - 發表於 2021/02/16 00:28(5年前)
6Fzerof: header & cpp 裡面只看到兩個 functions 所以才說你如果只02/20 02:31
7Fzerof: 有幾個的話可以考慮用 ctypes (另外在 code 裡面沒看到 squ02/20 02:31
8Fzerof: are 的 definition, 不過我 cpp 不熟也不太確定這樣有沒有02/20 02:31
9Fzerof: 問題...)02/20 02:31
2Fzerof: 不用 include Python.h?02/16 05:21
3Fzerof: 你如果只有要用幾個 function 的話參考 ctypes 看看02/16 05:51
[問題] 如何同時實現 ChatBot 和 Scheduled Code
[ Python ]2 留言, 推噓總分: 0
作者: yoche2000 - 發表於 2021/02/12 23:14(5年前)
1Fzerof: discord.ext.tasks02/13 02:19
[問題] 新手詢問web client的問題
[ Python ]1 留言, 推噓總分: 0
作者: te1e1 - 發表於 2021/02/11 01:05(5年前)
1Fzerof: json.loads02/11 01:22
[問題] class中,如何依照傳入的method name作為
[ Python ]4 留言, 推噓總分: 0
作者: Talent14 - 發表於 2020/12/17 15:56(5年前)
3Fzerof: 直接傳 method12/26 06:54
[問題] x!=y!=z!=I!=j 這樣如何簡潔寫?
[ Python ]29 留言, 推噓總分: +7
作者: pmove - 發表於 2020/05/23 17:45(5年前)
16Fzerof: operator.ne05/23 20:30
24Fzerof: ....你可以用 list comprehension +zip05/24 17:32
25Fzerof: zip 會漏, itertools.combinations 才對05/24 18:08
Re: [問題] Regular expression quiz
[ Python ]7 留言, 推噓總分: +2
作者: zerof - 發表於 2020/05/10 22:35(6年前)
1Fzerof: btw, 其實有regexp 版05/10 22:40