目前分類:抓蟲日誌 (44)

瀏覽方式: 標題列表 簡短摘要

一開始以為排程設錯
反覆測試後確定排程有執行(我有看到create出來的file)

後來發現是selenium需要彈出cli的問題

MonkeyJ 發表在 痞客邦 留言(0) 人氣()

image

Unexpected unknown pseudo-class selector ":deep"   selector-pseudo-class-no-unknown

在stylelint config 加個 ignorePseudoClasses 參數就可以了

MonkeyJ 發表在 痞客邦 留言(0) 人氣()

image

隱藏 webdriver 痕跡後就可以囉:

opt.add_argument("--disable-blink-features=AutomationControlled")

 

文章標籤

MonkeyJ 發表在 痞客邦 留言(0) 人氣()

本來用 will-change 修正畫面跟著抖動

transformrotate(360deg);
文章標籤

MonkeyJ 發表在 痞客邦 留言(0) 人氣()

image

image

image

MonkeyJ 發表在 痞客邦 留言(0) 人氣()

\DB::enableQueryLog();
$procedure->load(['customer''customer.cars''reservation']);
dd(\DB::getQueryLog());

MonkeyJ 發表在 痞客邦 留言(0) 人氣()

image

小米手機在line裡複製貼上含emoj的文字時發生錯誤

他這遮罩複製有bug

文章標籤

MonkeyJ 發表在 痞客邦 留言(0) 人氣()

chrome://net-internals/#hsts

 

image

MonkeyJ 發表在 痞客邦 留言(0) 人氣()

git 測試

image

建立三個repo

文章標籤

MonkeyJ 發表在 痞客邦 留言(0) 人氣()

composer dump-autoload

then do seeding again


MonkeyJ 發表在 痞客邦 留言(0) 人氣()

php artisan key:generate


MonkeyJ 發表在 痞客邦 留言(0) 人氣()

https://stackoverflow.com/questions/18022809/xampp-mysql-shutdown-unexpectedly

image

MonkeyJ 發表在 痞客邦 留言(0) 人氣()

https://developers.google.com/maps/documentation/javascript/get-api-key#restrict_key

image

image

MonkeyJ 發表在 痞客邦 留言(0) 人氣()

有人問了痞客幫被駭的問題我也覺得蠻有趣的,筆記一下

問題是在Google search console裡面顯示痞客邦網站多了一位不明的擁有者,

google官方說明有提到要先「刪除所有用於驗證資源擁有權的憑證」,

文章標籤

MonkeyJ 發表在 痞客邦 留言(3) 人氣()

err_msg

laravel 5.2 npm install報錯:

npm ERR! code ELIFECYCLE

文章標籤

MonkeyJ 發表在 痞客邦 留言(0) 人氣()

在使用完nginx並關閉後去啟動apache報錯:

apache 特定錯誤碼1

一查是80port被占用的問題

文章標籤

MonkeyJ 發表在 痞客邦 留言(0) 人氣()

查看有沒有正確執行 tasklist /fi "imagename eq nginx.exe"

    沒有任何符合指定準則的工作正在執行中。

image

文章標籤

MonkeyJ 發表在 痞客邦 留言(0) 人氣()

第一次使用NGINX採了個雷 筆記一下

nginx 報錯  502 Bad Gateway

No connection could be made because the target machine actively refused it

文章標籤

MonkeyJ 發表在 痞客邦 留言(0) 人氣()

Warning</b>: session_start(): Failed to initialize storage module: user (path: ) in ....

session_start_err

 

文章標籤

MonkeyJ 發表在 痞客邦 留言(0) 人氣()

mkdir.PNG

遭遇:Warning: mkdir(): Permission denied in...錯誤

權限問題是吧,立馬來個 sudo chmod ...

文章標籤

MonkeyJ 發表在 痞客邦 留言(0) 人氣()

«12 3