上一页 1 2 3 4 5 6 7 ··· 38 下一页
摘要: 案例: <svg width="65" height="66" viewBox="0 0 65 66" fill="none" xmlns="http://www.w3.org/2000/svg"> <path opacity="0.102" fill-rule="evenodd" clip-rul 阅读全文
posted @ 2023-08-21 15:23 1156740846 阅读(123) 评论(0) 推荐(0) 编辑
摘要: svg在线编辑 http://svg.wxeditor.com/ 三种控制动画的方案: js控制 function drawSVGPaths(_parentElement, _timeMin, _timeMax) { let paths = $(_parentElement).find('path' 阅读全文
posted @ 2023-08-11 11:11 1156740846 阅读(60) 评论(0) 推荐(1) 编辑
摘要: 第一步 刪除iml文件 第二部 关闭idea,重新打开项目 第三步 右键pom.xml,点击 Maven -> Unignore Projects 阅读全文
posted @ 2023-08-04 13:45 1156740846 阅读(702) 评论(0) 推荐(0) 编辑
摘要: ffmpeg -hide_banner -loglevel error -f gdigrab -show_region 1 -framerate 6 -video_size 1914x930 -offset_x 1921 -offset_y 105 -i desktop -pix_fmt yuv42 阅读全文
posted @ 2023-07-07 19:25 1156740846 阅读(216) 评论(0) 推荐(0) 编辑
摘要: 使用经纬度坐标创建entity let circle01 = viewer.entities.add({ // position: new Cesium.Cartesian3(-2458283.9120733286, 4760603.561249552, 3448793.686233579), po 阅读全文
posted @ 2023-07-06 09:57 1156740846 阅读(1089) 评论(0) 推荐(0) 编辑
摘要: 给三维模型加文字标签,可以在找不到模型的时候双击标签,直接定位模型,但是模型是放在地球平面上的,它的中心点是底部中心点,label也显示在这个底部的中心点,想把这个label调整到合适的位置,可以使用 eyeOffset 属性,设置文字的三维偏移,靠近还是远离眼睛,用的是z轴,负数表示靠近,正数表示 阅读全文
posted @ 2023-07-04 13:44 1156740846 阅读(2108) 评论(0) 推荐(0) 编辑
摘要: response文件流是预览还是下载的区别 加上 response.setHeader("Content-Disposition", getFileName(file, request)); response.setContentType("application/force-download"); 阅读全文
posted @ 2023-06-30 11:24 1156740846 阅读(250) 评论(0) 推荐(0) 编辑
摘要: 创建resource 创建转发规则 发送测试数据 本mqtt服务监听 转发的mqtt服务监听 阅读全文
posted @ 2023-06-16 15:23 1156740846 阅读(112) 评论(0) 推荐(0) 编辑
摘要: Jenkinsfile def deployIp = '192.168.1.53' def remote = [:] remote.name = deployIp remote.host = deployIp remote.user = 'root' remote.password = LCX_PW 阅读全文
posted @ 2023-06-14 18:09 1156740846 阅读(155) 评论(0) 推荐(0) 编辑
摘要: 第一个方案是利用Date格式化取时分秒字符串, 再用字符串转时间, 再转毫秒数, 对比当前时间是否在两个时间的中间 第二个方案是获取时间的毫秒数,利用时分秒的毫秒数小于一天的毫秒数的特性, 取时间与一天毫秒数的余数,对比余数的大小 方案二避免了日期的来回转换,效率要远远大于方案一,方案一的执行时间是 阅读全文
posted @ 2023-05-24 15:19 1156740846 阅读(146) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 38 下一页