上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 119 下一页
摘要: 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™ 阅读(47) 评论(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™ 阅读(36) 评论(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™ 阅读(48) 评论(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™ 阅读(50) 评论(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™ 阅读(42) 评论(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™ 阅读(23) 评论(0) 推荐(0)
摘要: /// <summary> ///装饰模式 Decorator Pattern 亦称: 装饰者模式、装饰器模式、Wrapper、Decorator /// </summary> public interface IDataSource { /// <summary> /// /// </summar 阅读全文
posted @ 2022-11-15 23:07 ®Geovin Du Dream Park™ 阅读(22) 评论(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-15 16:46 ®Geovin Du Dream Park™ 阅读(73) 评论(0) 推荐(0)
摘要: /// <summary> /// 组合模式 Composite Pattern 亦称: 对象树、Object Tree、Composite Pattern /// </summary> public abstract class Gift { /// <summary> /// /// </sum 阅读全文
posted @ 2022-11-14 23:17 ®Geovin Du Dream Park™ 阅读(28) 评论(0) 推荐(0)
上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 119 下一页