vue video player 相關事件筆記

2022-06-08 06:33:06 字數 431 閱讀 5472

安裝引入基礎使用部分 請移步:

// this.$refs.videoplayer.player.load();

// this.$refs.videoplayer.player.play();

// this.$refs.videoplayer.player.pause();

// 直接全屏 如果當前裝置支援的話

// this.$refs.videoplayer.player.requestfullscreen();

// settimeout(() => , 1000);

// 當環境不支援全屏時 則擴充套件鋪滿容器

// this.$refs.videoplayer.player.enterfullwindow();

// 進入全屏後操作的事件

settimeout(() => , 1000);

GetCurrentDirectory相關問題

dword getcurrentdirectory dword nbufferlength,size of directory buffer lptstr lpbuffer directory buffer 函式功能 獲取當前程序的當前目錄。注意當前目錄這東西有點怪異,本來確實是可執行檔案的所在目錄...

Map JSONObject String相互轉換

map轉jsonobject com.alibaba fastjson 1.2.59 jsonobject info jsonobject.parseobject json.tojsonstring map jsonobject轉map jsonobject json new jsonobject ...

AdaBoost scikit learn相關引數

base estimator 弱分類器物件,預設為cart分類樹 decisiontreeclassifier algorithm samme和samme.r samme表示構建過程中 使用樣本集分類效果作為弱分類器的權重 samme.r使用對樣本集分類的 概率大小作為弱分類器的權重。由於samme...