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

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

 mac yarn install error certificate has expired

mac yarn install error certifi

解法:

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

暴力處理 直接把/n 用.replace處里成<br/>
或是給white-space:break-spaces樣式

 <el-table

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

有時新站架了、文章寫了
SERACH CONSOLE也已經提出索引請求
但還是沒流量

文章標籤

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

vue 環境變數 .env 設定後 process.env取不到變數
變數名 TEST_XXXX

本來覺得是塞錯.env檔

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

image
之前在這篇處理了reference broken錯誤後
https://monkeyjhong.pixnet.net/blog/post/340441938

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

想推個GOOGLE 廣告一直報以下錯誤:
Google Ads 目前無法完成您的要求。請重新載入此網頁後再試一次

後來發現是其中一個字系統不接受

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

push分支遇到這個錯誤:
 error: cannot lock ref 'refs/heads/xxxx': unable to resolve reference 'refs/heads/xxxx': reference broken
To xxxx.git

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

image

.vue': Getting code actions from ''Vetur', 'ESLint'' (configure).

拿掉setting.json裡的auto後就行了

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

git ignore 無效

眼睜睜看著gitignore 裡有*.tar  
但那個admin.tar就一直鬼打牆的出現在 not staged

文章標籤

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

 File "C:\Python39\lib\imaplib.py", line 612, in login raise self.error(dat[-1]) imaplib.error: b'[AUTHENTICATIONFAILED] Invalid credentials (Failure)'

寫PYTHON信件功能的時候報錯

File "C:\Python39\lib\imaplib.py", line 612, in login

文章標籤

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

一開始以為排程設錯
反覆測試後確定排程有執行(我有看到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) 人氣()

1 2