作者查詢 / rexyeah

總覽項目: 發文 | 留言 | 暱稱
作者 rexyeah 在 PTT [ Python ] 看板的留言(推文), 共187則
限定看板:Python
[問題] sublime抓不到pandas
[ Python ]5 留言, 推噓總分: +4
作者: Xiumpt - 發表於 2018/09/12 21:53(7年前)
2Frexyeah: 用subl去印你的sys.module 有pandas嗎?09/13 17:03
[問題] 有可能用程式操作line嗎
[ Python ]10 留言, 推噓總分: +2
作者: vi000246 - 發表於 2018/09/13 14:42(7年前)
1Frexyeah: https://developers.line.me/en/09/13 15:04
4Frexyeah: 我猜可能要讓bot去收你丟的貼圖去解sticker id之類的09/13 16:54
5Frexyeah: 否則不知道id list看起來什麼都無法做09/13 16:55
6Frexyeah: 我猜去curl GET之類的去解回來的json...能送應該能收吧09/13 16:56
7Frexyeah: https://goo.gl/ixAPtj09/13 16:57
[問題] selenium webdriver 啟動後網域問題?
[ Python ]34 留言, 推噓總分: +5
作者: MIKEmike07 - 發表於 2018/09/03 14:57(7年前)
1Frexyeah: 不能自己機器跑proxy service然後VM透過你的機器出去嗎?09/03 15:48
2Frexyeah: VM網路是bridge還是NAT出去啊?09/03 15:49
22Frexyeah: 也許您已經嘗試過了,但我還是問一下,--proxy-server=09/04 11:03
23Frexyeah: "http=xx.xx.xx.xx:xx;https=xx.xx.xx.xx:xx"09/04 11:03
24Frexyeah: 加到webdriver的option這個方法也嘗試過嗎?09/04 11:04
25Frexyeah: 不太懂「設定google 內網一個網址」是什麼意思?09/04 11:05
26Frexyeah: 或是你可以用devtool看到底是哪段code把你轉去別的網址09/04 11:07
33Frexyeah: 所以是ssh x11 forwarding的問題?09/04 12:48
34Frexyeah: 那用pyvirtualdisplay把display關掉也許就好了吧09/04 12:49
[問題] Python是不是一定不會有循環import的問題
[ Python ]11 留言, 推噓總分: +3
作者: ggirls - 發表於 2018/09/03 12:43(7年前)
2Frexyeah: 通常怕重複是怕import同個function name但不同module09/03 14:04
[問題] 宣告出問題消失
[ Python ]2 留言, 推噓總分: +2
作者: s1021412107 - 發表於 2018/08/24 16:51(7年前)
1Frexyeah: 版名參數值你有給嗎?08/24 17:27
[問題] 用python模擬滑鼠點擊
[ Python ]8 留言, 推噓總分: +2
作者: louiss72 - 發表於 2018/07/21 17:11(7年前)
1Frexyeah: 我自己是用pywinauto在windows上,OSX我就不清楚了07/21 17:54
2Frexyeah: 不過畢竟兩種OS不同,也許很難有單一lib去支持不同os07/21 17:55
3Frexyeah: 可能要判斷平台後再去調用你需要的module07/21 17:56
[問題] 遇到JS加密
[ Python ]8 留言, 推噓總分: +3
作者: MAXCAI - 發表於 2018/07/15 20:08(7年前)
7Frexyeah: 我也覺得與其花時間去解不如用selenium等app自己解07/16 14:47
8Frexyeah: 恩 我剛試了 抓video.src丟給wget就抓下來了07/16 14:50
[問題] int convert to another int val
[ Python ]5 留言, 推噓總分: +5
作者: suhang - 發表於 2018/06/30 15:41(7年前)
4Frexyeah: isoweekday() 不過sunday = 7 不符合你要的...Orz07/03 12:54
[問題] python 爬蟲初學
[ Python ]20 留言, 推噓總分: +9
作者: a46911a149 - 發表於 2018/06/27 15:25(7年前)
4Frexyeah: 我也是邊查語法邊寫,記憶力不好,每次都要重新查06/27 16:01
Re: [問題] for loop 的 index 存取問題
[ Python ]8 留言, 推噓總分: +2
作者: rexyeah - 發表於 2018/06/26 16:35(7年前)
4Frexyeah: 對啊 因為我不知道他要判斷什麼條件 但他只印0,2,4就mod06/27 10:44
5Frexyeah: 我以為list comprehensions比較快?https://goo.gl/2SvgCz06/27 10:51