目前分類:隨手筆記 (103)

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

CCCCanimated

STEPS:

  1. 準備照片OR圖片
  2. 使用Adobe Animate CC把圖片串起來輸出成動畫檔
  3. APNG ASSEMBLER 組合輸出
  4. PNGYU 壓縮檔案(如果輸出的APNG超過300MB)

 

文章標籤

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

情境:
PC跟筆電開發同個專案
在加PC上作業到一半的git分支

文章標籤

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

編輯=>定義圖樣

image

image

文章標籤

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

首先坐上時光機回到前一個版本號:
git resert --hard {tag XXXX}

再push 但會報錯

文章標籤

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

NOTION 付費方案

前陣子為了救回誤刪的資料開通了PRO
PRO版是蠻神的順利幫我把重要資料還原(然後記取教訓放棄把重要資料放在NOTION改放電腦+雲端備份)

文章標籤

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

SOUNDCLOUD
https://soundcloud.com/

image

文章標籤

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

image

要搭車嗎?
這裡有 $250 乘車優惠,讓你開啟第一趟合作多元化計程車隊乘車行程,

文章標籤

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

image

1.vocabularysize.com

https://my.vocabularysize.com/

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

image

 

本來總是手動下Lint 指令

文章標籤

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

image

 

dxomark網站連結 => https://www.dxomark.com/smartphones/#sort-camera/device-

文章標籤

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

image

管理大量分支有時忘記某分支到底有沒發過正式時賊好用

image

文章標籤

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

wysiwyg

上面這種編輯器

在電腦中,所見即所得(英文:WYSIWYG, /ˈwɪziwɪɡ/ WIZ-ee-wig,

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

image
Cloning into 'little-farmer-client'...
remote: HTTP Basic: Access denied

文章標籤

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

image

https://developers.line.biz/zh-hant/

image

文章標籤

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

  • // : Select current node.
  • Tagname: Tagname of the particular node.
  • @: Select attribute.
  • Attribute: Attribute name of the node.
  • Value: Value of the attribute.
from selenium.webdriver.common.by import By

Xpath=//tagname[@attribute='value']
Xpath=//input[@name='uid']
Xpath=//input[@type='text']                             
Xpath=  //label[@id='message23']
Xpath=  //input[@value='RESET']
Xpath=//*[@class='barone']
Xpath=//a[@href='http://demo.guru99.com/']
Xpath= //img[@src='//guru99.com/images/home/java.png']
Xpath=//*[contains(@type,'sub')]
Xpath=//*[contains(@name,'btn')]
Xpath=//*[contains(@id,'message')]Xpath=//*[contains(text(),'here')]
Xpath=//*[contains(@href,'guru99.com')]
Xpath=//*[@type='submit' or @name='btnReset']
Xpath=//input[@type='submit' and @name='btnLogin']
Xpath=//label[starts-with(@id,'message')]
Xpath=//td[text()='UserID']
Xpath=//*[@type='text']//following::input
Xpath=//*[@type='text']//following::input[1]
Xpath=//*[text()='Enterprise Testing']//ancestor::div
Xpath=//*[text()='Enterprise Testing']//ancestor::div[1]
Xpath=//*[@id='java_technologies']//child::li
Xpath=//*[@id='java_technologies']//child::li[1]
Xpath=//*[@type='submit']//preceding::input
Xpath=//*[@type='submit']//preceding::input[1] 
xpath=//*[@type='submit']//following-sibling::input
Xpath=//*[@id='rt-feature']//parent::div
Xpath=//*[@id='rt-feature']//parent::div[1]
Xpath =//*[@type='password']//self::input
Xpath=//*[@id='rt-feature']//descendant::a
Xpath=//*[@id='rt-feature']//descendant::a[1]

 

 

  • Using class_name:

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

rm -r d:/<file path>
rm -r d:/<file path>
rm -r d:/<file path>

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

fn+shift+delete  => insert
fn+delete


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

google pagespeed 工具 => 點擊前往

可以獲得效能分數跟最佳化建議

image

文章標籤

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

一張圖勝過千言萬語
image


文章標籤

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

隨手點一點就可以輸出動畫 css
實在太方便了 記錄一下:

https://keyframes.app/

文章標籤

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