iT邦幫忙

咖咖拉 的所有回答 135

ubuntu開啟port的問題??

sudo iptables -I INPUT 6 -m state --state NEW -p tcp --dport 5000 -j ACCEPT sudo...

2021-04-01 ‧ 由 eric19740521 提問

React 呼叫某Component的同時 執行資料庫抓值

用useEffect 來呼叫 useEffect(() => { Axios.get('http://localhost:3001/test'...

2021-03-26 ‧ 由 HaoChen 提問

IIS URL Rewrite 以及 URL網址列顯示問題

http://192.xxx.xxx.xxx/file_name/index.php?id=image01 通常有這樣結構的網址應該是在index.php裡面...

在HTML上調配cmyk的方法

你可以用SASS來寫函數 定義 @function cmyk($c, $m, $y, $k) { $c: $c / 100; $m: $m /...

2021-03-24 ‧ 由 0805cyc 提問

c#存取mySQL資料庫 ,出現錯誤訊息(vs2017)?

是這邊的問題嗎? //開始連線 dbName = "test01";...

2021-03-23 ‧ 由 eric19740521 提問

JavaScript的問題:如何尋找Map中最大的key

這樣不知道通不通XD const CharSetMap = new Map([ ['a', new Set([2])], ['c', new Set(...

2021-01-24 ‧ 由 ffaanngg 提問

Jsp圖片顯示問題

可能是這個問題 <hr/>

2021-01-03 ‧ 由 wl00289560 提問

PHP-FFMpeg問題

看錯自刪

2020-12-31 ‧ 由 神威 提問

302網頁劫持

用FTP的方式 把不確定安全的外掛跟外觀都刪除(直接刪資料夾 在依照https://ipph.net/%e5%b0%87wordpress-%e8%b3%87%...

2020-12-21 ‧ 由 lin6564 提問

html2canvas 擷取 HTML textarea 區域,文字多行不要變成一行

textarea的屬性問題吧...不熟 不過這樣寫似乎可以 <!DOCTYPE html> <html lang="zh-tw&qu...

2020-12-10 ‧ 由 webtest 提問