skip to main |
skip to sidebar
2021年12月20日 星期一
中文字:
=rand(P,S),P 代表段落數,S 代表句子行數
英文字:
=lorem(P,S)
標籤: Office
2021年3月25日 星期四
2021年3月23日 星期二
1. HTML先引入google fonts
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet">
2. 在要插入圖示位置
<span class="material-icons">face</span>
不同大小 <span class="material-icons md-48">face</span>
不同顏色 <span class="material-icons orange600">face</span>
參考資料:https://google.github.io/material-design-icons/#icon-font-for-the-web
標籤: Internet
2021年3月19日 星期五
1.使用 shortcut 剪輯影片
2. Audacity 優化聲音(消除背景雜音)
3. Aegisub 製作字幕 (佐以VEED線上影片字幕產生器免打字)
4. mkvtoolnix 將影片、聲音、字幕打包為一個MKV
5. XMediaRecode 將MKV檔中的三軌合一 (字幕可選用渲染模式)
6. WIN10影片編輯器製作片頭片尾
標籤: mutimedia
2021年1月8日 星期五
A1格資料為 A123456789
若中間5碼想以星號取代成為 A1*****789
公式為 =LEFT(A1,2)&"*****"&RIGHT(A1,3)
標籤: Office, Statistics