在网页或博客中嵌入ppt 当我们想要与他人共享ppt时,除了传统的展示方式外,还将其保存到 OneDrive,然后就可以将其嵌入到网页或博客中。 嵌入ppt的代码必须从PowerPoint 网页版 获取。 网页版地址为https://office.live.com/start/PowerPoint.aspx 在网页版打开ppt后,点击右上角的文件按钮 选择共享,然后点击嵌入 可以自由调整大小,然后点击复制,插入你想插入 2023-01-26 工具 #Microsoft
jsdelivr加速Github文件 假设GitHub路径为https://github.com/username/repo-name/path/to/file ,用jsdelivr可以加速或者在html中引用,路径为https://cdn.jsdelivr.net/gh/username/repo-name/path/to/file 这里实现了一个简单的链接转换函数,可以将GitHub路径转换为jsdelivr路径 12345678 2023-01-20 工具
ThreeJS导入失败 问题描述 12345-index.html -src.js-node_modules -three -... 在src.js 中用如下方式导入ThreeJS 1import * as THREE from 'three'; index.html body如下 123<body> <script type="module" src=& 2023-01-13 踩坑 #ThreeJS
摄像机模型 摄像机模型 本文是鲁鹏老师机器视觉课程的笔记 针孔模型与透镜 image.png image.png 虚拟像平面是倒着的 image.png image.png \(\dfrac{y'}{f}=\dfrac{y}{z}\quad\implies y'=f\dfrac{y}{z}\) \(\dfrac{x'}{f}=\dfrac{x}{z}\quad\impl 2022-12-29 工具 #机器视觉