上一页 1 ··· 41 42 43 44 45 46 47 48 49 ··· 118 下一页
摘要: https://playerjs.com/docs/en=hlshttps://github.com/video-dev/hls.js/https://hls-js.netlify.app/api-docs/https://hls-js.netlify.app/demo/https://docs.g 阅读全文
posted @ 2022-11-27 13:01 ®Geovin Du Dream Park™ 阅读(128) 评论(0) 推荐(0)
摘要: <!doctype html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Com 阅读全文
posted @ 2022-11-25 16:26 ®Geovin Du Dream Park™ 阅读(35) 评论(0) 推荐(0)
摘要: SVG Path - <path>The <path> element is used to define a path. The following commands are available for path data: M = movetoL = linetoH = horizontal l 阅读全文
posted @ 2022-11-24 15:21 ®Geovin Du Dream Park™ 阅读(44) 评论(0) 推荐(0)
摘要: <!doctype html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-sca 阅读全文
posted @ 2022-11-23 23:57 ®Geovin Du Dream Park™ 阅读(29) 评论(0) 推荐(0)
摘要: <!doctype html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Com 阅读全文
posted @ 2022-11-23 14:46 ®Geovin Du Dream Park™ 阅读(33) 评论(0) 推荐(0)
摘要: # This is a sample Python script. from os import listdir import csv import numpy import pandas as pd # C:\\Users\\geovindu\\PycharmProjects\\pythonPro 阅读全文
posted @ 2022-11-21 16:17 ®Geovin Du Dream Park™ 阅读(47) 评论(0) 推荐(0)
摘要: http://ffmpeg.org/ ffmpeg -version ffplay D:\VR班\Venice.mp4 --播放 ffmpeg -i D:\VR班\Venice.mp4 -c copy D:\VR班\geovindu\Venice.avi --转换为av格式 ffmpeg -i D: 阅读全文
posted @ 2022-11-21 00:45 ®Geovin Du Dream Park™ 阅读(35) 评论(0) 推荐(0)
摘要: <!doctype html> <html> <head> <meta charset="utf-8"> <title>SVG Line Between Divs (multi-point)</title> <style> html, body { margin: 0; padding: 0; } 阅读全文
posted @ 2022-11-17 22:53 ®Geovin Du Dream Park™ 阅读(34) 评论(0) 推荐(0)
摘要: /// <summary> /// 外观模式 Facade Pattern /// 银行 /// </summary> public class Bank { public bool IsUntrustworthy(Customer customer, decimal loanAmount) { C 阅读全文
posted @ 2022-11-16 21:15 ®Geovin Du Dream Park™ 阅读(21) 评论(0) 推荐(0)
摘要: /// <summary> ///装饰模式 Decorator Pattern 亦称: 装饰者模式、装饰器模式、Wrapper、Decorator /// </summary> public interface IDataSource { /// <summary> /// /// </summar 阅读全文
posted @ 2022-11-15 23:07 ®Geovin Du Dream Park™ 阅读(20) 评论(0) 推荐(0)
上一页 1 ··· 41 42 43 44 45 46 47 48 49 ··· 118 下一页