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

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

init push專案時報錯
remote: error: GH001:
Large files detected. You may want to try Git Large File Storage

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

wordpress 庫存中文字樣調整 translatepr

本來在翻找專案下transfile之類的對不上
後來發現裝了translatePress直接後台點translate site就有UI可以快速調整

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

報錯:
Blocked aria-hidden on an element because its descendant retained focus. The focus must not be hidden from assistive technology users. Avoid using aria-hidden on a focused element or its ancestor. Consider using the inert attribute instead, which will also prevent focus. For more details, see the aria-hidden section of the WAI-ARIA specification at https://w3c.github.io/aria/#aria-hidden. Element with focus: input Ancestor with aria-hidden:

 

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

手殘在開機啟動項寫了個run again導致無限開cmd視窗一開機卡住
解法是safe mode開機避開開機自啟動
之後就能改掉卡住的無限迴圈

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

手殘在開機啟動項寫了個run again導致無限開cmd視窗一開機卡住
解法是safe mode開機避開開機自啟動
之後就能改掉卡住的無限迴圈

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

Getting code actions from 'Vue

 

reinstall 

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

git tag 打了個main
推上去後gitlab會有bug
接下來不管branch main怎麼更新

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

gmail wp mail smtp設定 測試信件驗證失敗

SMTP使用者名稱放要寄出信件的gmail

密碼不是平常登入的那組

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

 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 &quot;C:\Python39\lib\imaplib.py&quot;, line 612, in login raise self.error(dat[-1]) imaplib.error: b&apos;[AUTHENTICATIONFAILED] Invalid credentials (Failure)&apos;

寫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) 人氣()

1 23