iT邦幫忙

froce 的所有回答 621

爬蟲新手利用Python去get蝦皮賣家網頁

ㄜ...DEBUG訊息貼圖很難看...考驗人的眼力。 df = pandas.DataFrame(data, json()) 你確定DataFrame讀JSO...

2019-12-04 ‧ 由 cfeynman 提問

Angular,React,Vue選擇,或更好的建議?

1.原有系統的表單(網頁)都是動態產生的,也就是所有顯示欄位(有xy座標)都存在資料庫,等到要顯示的時候再讀取欄位以及資料,接著將欄位跟對應資料結合放在表單上...

2019-12-03 ‧ 由 Shika 提問

請教python list問題

超酷炫5行解決法: n = int(input()) arr = sorted([int(input()) for i in range(n)]) output...

2019-12-01 ‧ 由 20089677 提問

python 爬蟲

https://pyfiddle.io/fiddle/06b98adb-9a22-4aa3-a352-c343d7e686d2/?i=true import r...

2019-12-01 ‧ 由 lingwu 提問

NGINX網址優化設定問題?

這樣? location ~ /public/(\d+)/? { try_files $uri /public/index.php?var=$1; }

2019-12-01 ‧ 由 com 提問

python 股價累積報酬

稍微進階的python開發者這時候不會想要遞迴,會想yield。 import numpy as np a = np.random.randn(100)*0....

[python] ping ip 取得延遲時間

要用subprocess import subprocess hostname = "google.com" response = subp...

2019-11-30 ‧ 由 draguitar 提問

vue 初來乍到,問問幾個問題?

header, footer?以往我是用 php 就可以做到這件事,或是透過 laravel 的 blade就固定讀同一個 index,所有 html 資訊都...

2019-11-30 ‧ 由 火爆浪子 提問

EXCEL 的資料自動更新, 關檔案時可不可以自動更新

建議用python寫爬蟲,然後用windows排程器來做排程...用excel寫當然excel要開啊...

2019-11-28 ‧ 由 twyes 提問

python 如何使用crcmod算出CRC

你是要這個?https://crccalc.com/ crcmod看起來有點舊,你要不要試試看這個?https://pycrc.readthedocs.io/e...

2019-11-26 ‧ 由 阿薩姆 提問