參考網址:https://line25.com/tutorials/how-to-create-a-cool-blog-post-date-icon-with-css
https://css-tricks.com/date-badges-and-comment-bubbles-for-your-blog/
https://wpmudev.com/blog/how-to-use-date-icons-to-spice-up-your-wordpress-theme-make-it-unique/
V5.4.1
原本只要動到註腳的超連結「https://mobirise.site/m」網頁就會亂掉。
找到網頁原始碼最後
<!-- <script src="/{{ $theme.web_name }}/class/assets/theme/js/script.js"></script> -->
<!--
<section style="background-color: #fff; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif; color:#aaa; font-size:12px; padding: 0; align-items: center; display: flex;" id="footer-mobirise"><a href="https://mobirise.site/m" style="flex: 1 1; height: 3rem; padding-left: 1rem;"></a>
</section>
-->
參考網址:
下載圖形檔案
https://github.com/twbs/icons/releases/download/v1.6.0/bootstrap-icons-1.6.0.zip
將檔案解壓縮複製到class/assets/bootstrap/css/bootstrap-icons目錄下
下載CSS檔案
https://cdn.jsdelivr.net/npm/bootstrap-icons@1.6.0/font/bootstrap-icons.css
將檔案放到class/assets/bootstrap/css目錄下
修改檔案上方的url
@font-face {
font-family: "bootstrap-icons";
src: url("./bootstrap-icons/fonts/bootstrap-icons.woff2?45695e8b569b2b0178db2713ca47065c") format("woff2"),
url("./bootstrap-icons/fonts/bootstrap-icons.woff?45695e8b569b2b0178db2713ca47065c") format("woff");
}
網頁中要
<link rel="stylesheet" href="/{{ $theme.web_name }}/class/assets/bootstrap/css/bootstrap-icons.css">
有多種使用方法,請參考 https://icons.getbootstrap.com/#usage
最常用的是當Icon fonts用
<i class="bi-alarm"></i>
<i class="bi-alarm" style="font-size: 2rem; color: cornflowerblue;"></i>
參考網址:https://www.youtube.com/watch?v=w3C7cQwc4x0
deltapi https://deltapi.mobirisesite.com/
可惜!影片中的軟體已經找不到了
參考網址:https://www.youtube.com/watch?v=rLvMTzzv5Wk
DMG disk image
系统版本:10.13
開啟任何來源終端命令: sudo spctl –master-disable
參考網址:平凡的幸福
Linux下要刪除某個程序通常會使用 ps 配合 kill 來刪除程序。
例如:ps -ef |grep [PROCESS NAME]
kill -9 [PID]
在Windows下可以用 taskkill /f /im startup1.exe (需有系統管理員權限)
5a88UEFI 無法tnr命令遠端電腦進入APE狀態
初步判定是因為startup1.exe作祟
startup1.exe卡住無法結束,導致busdrive.exe無法執行
把被控端startup1.exe強制結束就可以正常了
猜測startup1.exe會卡住應該與roki網站暫停開放有關
後來測試還是有問題
2021-09-16 本站即日起暫停開放,直到釐清版權問題後再開放。
taskkill /f /im startup1.exe ping 127.0.0.1 -n2 -w 1000 > nul tasklist | find /i "startup1.exe" pause