Nov 05 2025
hanbo_bo -
TortoiseSVN安裝詳情
安裝SVN客户端,windows一般選擇烏龜客户端
1.官網:https://sourceforge.net/projects/win32svn/
2.下載好後進入安裝頁面
3.next下一步
4.初始頁面
如果你喜歡用命令行操作,請務必記得勾選command line client tool為will be install on local
svn
Mar 26 2024
hanbo_bo -
將html頁面轉成圖片(html2canvas)
使用插件html2canvas
官網:https://html2canvas.cn/html2canvas-getStart.html
案例:
import { onMounted } from "vue"
import { RouterView } from 'vue-router'
import html2canvas from 'html2canvas'
onMounted(
html2canvas
Mar 23 2024
hanbo_bo -
組件拖拽複製
1.首先給組件添加 draggable(是否開啓組件拖拽) true為真
官網:https://developer.mozilla.org/zh-CN/docs/Web/HTML/Global_attr...
例子:
!-- 左側按鈕 --
div class="left"
!-- 開啓拖拽 --
BtnCom draggable="true"/
drop
,
draggable
,
拖拽
Mar 15 2024
hanbo_bo -
矢量圖使用
本案例是以vue3為案例的框架
在main.ts中全局引入圖標樣式
可以在 iconfont.css中查看自己圖標的名稱
最後可以使用 i 標籤 通過class類名使用
效果:
iconfont