目前分類:抓蟲日誌 (44)
- Aug 01 Mon 2022 00:00
python selenium 排程無法執行
- Jul 12 Tue 2022 02:00
排錯 Unexpected unknown pseudo-class selector ":deep" selector-pseudo-class-no-unknown
Unexpected unknown pseudo-class selector ":deep" selector-pseudo-class-no-unknown
在stylelint config 加個 ignorePseudoClasses 參數就可以了
- Jan 24 Mon 2022 06:00
python selenium 卡住 Checking your browser before accessing opensea.io. This process is automatic. Your browser will redirect to your requested content shortly.
隱藏 webdriver 痕跡後就可以囉:
opt.add_argument("--disable-blink-features=AutomationControlled")
- Dec 03 Fri 2021 15:24
ios safari transform transform: rotate(360deg) 抖動
- Oct 08 Fri 2021 16:28
Prettier not formatting HTML files in VS Code
- Sep 07 Tue 2021 13:56
enableQueryLog 輸出laravel orm query builder to query string
\DB::enableQueryLog();
$procedure->load(['customer', 'customer.cars', 'reservation']);
dd(\DB::getQueryLog());
- Aug 26 Thu 2021 11:03
手機複製貼上表情符號emoji 錯誤 變文字字串 小米 miui line
- Jul 28 Wed 2021 19:40
localhost ERR_SSL_PROTOCOL_ERROR 這個網站無法提供安全連線
- Jul 07 Wed 2021 13:38
git 測試 解衝突後的覆蓋問題 消失的code 消失的密室
- Jul 05 Mon 2021 10:27
laravel seeder class XXX does not exit
composer dump-autoload
then do seeding again
- Mar 25 Thu 2021 23:58
No supported encrypter found. The cipher and / or key length are invalid.
php artisan key:generate
- Mar 25 Thu 2021 23:43
xampp mysql 開不起來
https://stackoverflow.com/questions/18022809/xampp-mysql-shutdown-unexpectedly
- Dec 07 Mon 2020 12:29
Google Maps JavaScript API error: RefererNotAllowedMapError
- Nov 05 Thu 2020 15:22
被駭? 移除Google search console裡面顯示痞客邦網站多了一位不明的擁有者時報錯中繼標籤仍存在
有人問了痞客幫被駭的問題我也覺得蠻有趣的,筆記一下
問題是在Google search console裡面顯示痞客邦網站多了一位不明的擁有者,
google官方說明有提到要先「刪除所有用於驗證資源擁有權的憑證」,
- Feb 13 Thu 2020 09:57
err:Cannot download "https://github.com/sass/node-sass/releases/download/v3.13.1/win32-x64-64_binding.no
- Feb 10 Mon 2020 09:26
apache 特定錯誤碼1 比克大魔王nginx?
- Jan 30 Thu 2020 10:19
NGINX報錯 unknown log format "main" in ... 沒有任何符合指定準則的工作正在執行中。
- Jan 21 Tue 2020 13:35
nginx 502 Bad Gateway No connection could be made because
第一次使用NGINX採了個雷 筆記一下
nginx 報錯 502 Bad Gateway
No connection could be made because the target machine actively refused it
- Nov 04 Mon 2019 11:01
解決 session_start(): Failed to initialize storage
- May 25 Sat 2019 21:26
PHP報錯:Warning: mkdir(): Permission denied in... (apache server on windows)